BibleTime
Variables
anonymous_namespace{btmoduletextmodel.cpp} Namespace Reference

Variables

DisplayOptions const defaultDisplayOptions
 
FilterOptions const defaultFilterOptions
 

Variable Documentation

◆ defaultDisplayOptions

DisplayOptions const anonymous_namespace{btmoduletextmodel.cpp}::defaultDisplayOptions
Initial value:
= []() noexcept {
opts.lineBreaks = 1;
opts.verseNumbers = 1;
return opts;
}()
int lineBreaks
Definition: btglobal.h:47
int verseNumbers
Definition: btglobal.h:48

Definition at line 31 of file btmoduletextmodel.cpp.

◆ defaultFilterOptions

FilterOptions const anonymous_namespace{btmoduletextmodel.cpp}::defaultFilterOptions
Initial value:
= []() noexcept {
opts.footnotes = 0;
opts.greekAccents = 1;
opts.headings = 1;
opts.hebrewPoints = 1;
opts.lemmas = 0;
opts.morphTags = 1;
opts.redLetterWords = 1;
opts.strongNumbers = 0;
opts.textualVariants = 0;
return opts;
}()
int morphSegmentation
Definition: btglobal.h:37
int hebrewCantillation
Definition: btglobal.h:32
int morphTags
Definition: btglobal.h:29
int textualVariants
Definition: btglobal.h:34
int hebrewPoints
Definition: btglobal.h:31
int footnotes
Definition: btglobal.h:26
int scriptureReferences
Definition: btglobal.h:36
int greekAccents
Definition: btglobal.h:33
int headings
Definition: btglobal.h:28
int redLetterWords
Definition: btglobal.h:35
int strongNumbers
Definition: btglobal.h:27

Definition at line 38 of file btmoduletextmodel.cpp.