parley
prefs.h
Go to the documentation of this file.
26 enum type { FlashCardsPractice, MixedLettersPractice, MultipleChoicePractice, WrittenPractice, ExampleSentencesPractice, GenderPractice, ComparisonPractice, ConjugationPractice, COUNT };
static void setExpireItem(int i, int v)
Set Amount of time after which different grades should expire.
Definition: prefs.h:1271
static bool wordTypesInPracticeEnabled()
Get Only selected word types will be included in practice.
Definition: prefs.h:1110
static void setSmartAppend(bool v)
Set If true, when using the entry dialog, new rows will be appended as needed.
Definition: prefs.h:74
static void setPracticeMaximumWrongCount(int v)
Set The entry must have been answered incorrectly at most this often to be included in the practice...
Definition: prefs.h:1043
static int showSolutionAfterAnswerTime()
Get The time the solution is shown (seconds).
Definition: prefs.h:1224
static int practiceTimeoutTimePerAnswer()
Get Maximum time allowed to answer.
Definition: prefs.h:445
static void setAutoSave(bool v)
Set If true, vocabularies are automatically saved on close and exit.
Definition: prefs.h:150
static EnumPracticeMode::type practiceMode()
Get The practice mode that is currently selected.
Definition: prefs.h:1243
static bool autoSave()
Get If true, vocabularies are automatically saved on close and exit.
Definition: prefs.h:160
static void setBlock(bool v)
Set In Blocking Query Tab Dialog, if checked then the Query is blocked.
Definition: prefs.h:283
static void setShowSolutionAfterAnswer(bool v)
Set Show the solution after an answer was given.
Definition: prefs.h:1195
static bool practiceSoundEnabled()
Get Enable sound playback in the practice dialogs.
Definition: prefs.h:711
static void setPracticeFont(const QFont &v)
Set The font used in the vocabulary table.
Definition: prefs.h:872
Definition: prefs.h:18
static int practiceMinimumGrade()
Get The entry must have at least this grade to be included in the practice (0..7).
Definition: prefs.h:1072
static QString installationCommand()
Get The command used to start a downloaded vocabulary.
Definition: prefs.h:1319
static void setSeparator(const QString &v)
Set This sets the separator used when copying/pasting text, default is Tab.
Definition: prefs.h:93
static void setPracticeImagesEnabled(bool v)
Set Enable image display in the practice dialogs.
Definition: prefs.h:682
static bool flashcardsFrontImage()
Get Show images on the front of the flashcard.
Definition: prefs.h:255
static void setAutoOpenLast(bool v)
Set If true, on each application start the last opened file will be loaded.
Definition: prefs.h:131
static int practiceMaximumTimesAsked()
Get The entry must have been asked at most this often to be included in the practice.
Definition: prefs.h:1015
bool mMultipleChoiceWordTypeConsistancy
Definition: prefs.h:1387
static void setAutomaticTranslation(bool v)
Set Enable automatic translation of the lesson entries.
Definition: prefs.h:226
static void setInstallationCommand(const QString &v)
Set The command used to start a downloaded vocabulary.
Definition: prefs.h:1309
Definition: prefs.h:10
static void setPracticeTimeout(bool v)
Set Limit the time for the user to answer in a test.
Definition: prefs.h:397
static void setTableLessonColumnVisible(bool v)
Set Show/hide the lesson column.
Definition: prefs.h:796
static void setSkipKnownEnabled(bool v)
Set Enable Skip (I Know It) button in written practice.
Definition: prefs.h:644
Definition: prefs.h:26
static int expireItem(int i)
Get Amount of time after which different grades should expire.
Definition: prefs.h:1281
static void setPracticeMode(EnumPracticeMode::type v)
Set The practice mode that is currently selected.
Definition: prefs.h:1233
static int numberMultipleChoiceAnswers()
Get How many answers are provided for a multiple choice question, including the correct answer...
Definition: prefs.h:749
static void setProvidersUrl(const QString &v)
Set The Providers path for Parley.
Definition: prefs.h:1290
static bool practiceImagesEnabled()
Get Enable image display in the practice dialogs.
Definition: prefs.h:692
Definition: prefs.h:23
static int testNumberOfEntries()
Get The number of entries that are practiced at the same time.
Definition: prefs.h:369
static QStringList subWordTypesInPractice()
Get Selected sub word types for practices.
Definition: prefs.h:1148
static void setNumberMultipleChoiceAnswers(int v)
Set How many answers are provided for a multiple choice question, including the correct answer...
Definition: prefs.h:739
static void setSubWordTypesInPractice(const QStringList &v)
Set Selected sub word types for practices.
Definition: prefs.h:1138
static int blockItem(int i)
Get Amount of time different grades should be blocked.
Definition: prefs.h:1262
static EnumPracticeTimeoutMode::type practiceTimeoutMode()
Get Show - show the solution after the given time; Continue - go to the next question after the given...
Definition: prefs.h:426
static void setBlockItem(int i, int v)
Set Amount of time different grades should be blocked.
Definition: prefs.h:1252
static bool autoOpenLast()
Get If true, on each application start the last opened file will be loaded.
Definition: prefs.h:141
static void setIgnoreCapitalizationMistakes(bool v)
Set Count answers as right when only the capitalization is wrong.
Definition: prefs.h:511
static int practiceMinimumTimesAsked()
Get The entry must have been asked at least this often to be included in the practice.
Definition: prefs.h:996
static void setMainWindowSplitter(const QList< int > &v)
Set How the main window is divided.
Definition: prefs.h:853
static void setPracticeMinimumGrade(int v)
Set The entry must have at least this grade to be included in the practice (0..7).
Definition: prefs.h:1062
static void setSplitTranslations(bool v)
Set Split translations in written practice.
Definition: prefs.h:530
static void setMultipleChoiceWordTypeConsistancy(bool v)
Set Use the same word type as the solution for the incorrect answers in a multiple choice practice...
Definition: prefs.h:720
static bool multipleChoiceWordTypeConsistancy()
Get Use the same word type as the solution for the incorrect answers in a multiple choice practice...
Definition: prefs.h:730
static void setGradeColor(int i, const QColor &v)
Set Colors used to display different grades.
Definition: prefs.h:967
static bool expire()
Get In Blocking Query Tab Dialog, if checked then the Query accepts an expiring time.
Definition: prefs.h:312
static int practiceMinimumWrongCount()
Get The entry must have been answered incorrectly at least this often to be included in the practice...
Definition: prefs.h:1034
static int practiceMaximumWrongCount()
Get The entry must have been answered incorrectly at most this often to be included in the practice...
Definition: prefs.h:1053
Definition: prefs.h:16
static void setPracticeMinimumTimesAsked(int v)
Set The entry must have been asked at least this often to be included in the practice.
Definition: prefs.h:986
static void setWordTypesInPractice(const QStringList &v)
Set Selected word types for practices.
Definition: prefs.h:1119
static bool block()
Get In Blocking Query Tab Dialog, if checked then the Query is blocked.
Definition: prefs.h:293
static bool testOrderLesson()
Get Append new vocabulary in a test in order of their lessons.
Definition: prefs.h:350
static int practiceMaximumGrade()
Get The entry must have at most this grade to be included in the practice (0..7). ...
Definition: prefs.h:1091
static bool smartAppend()
Get If true, when using the entry dialog, new rows will be appended as needed.
Definition: prefs.h:84
static void setAutoBackup(bool v)
Set If true, a backup is saved every BackupTime minutes.
Definition: prefs.h:188
static void setPracticeSoundEnabled(bool v)
Set Enable sound playback in the practice dialogs.
Definition: prefs.h:701
static void setLessonEditingSelection(EnumLessonEditingSelection::type v)
Set Select which lessons are displayed for editing.
Definition: prefs.h:834
static EnumLessonEditingSelection::type lessonEditingSelection()
Get Select which lessons are displayed for editing.
Definition: prefs.h:844
static void setShowMore(bool v)
Set Enable Show More button to reveal parts of the solution in written practice.
Definition: prefs.h:625
static void setTestNumberOfEntries(int v)
Set The number of entries that are practiced at the same time.
Definition: prefs.h:359
static bool showSublessonentries()
Get When enabled a lesson also shows entries from its sublessons.
Definition: prefs.h:787
Definition: prefs.h:13
static void setTheme(const QString &v)
Set Theme to use for practice and welcome screen.
Definition: prefs.h:36
static void setFlashcardsBackImage(bool v)
Set Show images on the back of the flashcard.
Definition: prefs.h:264
static void setPracticeMaximumTimesAsked(int v)
Set The entry must have been asked at most this often to be included in the practice.
Definition: prefs.h:1005
static bool countSynonymsAsCorrect()
Get When the synonym instead of the word was entered, does it count as correct?
Definition: prefs.h:673
static void setSuggestions(bool v)
Set Enable suggestion lists in written practice.
Definition: prefs.h:454
static void setTestOrderLesson(bool v)
Set Append new vocabulary in a test in order of their lessons.
Definition: prefs.h:340
static bool ignoreAccentMistakes()
Get Count answers as right when only the accentuation is wrong.
Definition: prefs.h:502
static void setPracticeTimeoutMode(EnumPracticeTimeoutMode::type v)
Set Show - show the solution after the given time; Continue - go to the next question after the given...
Definition: prefs.h:416
static bool automaticTranslation()
Get Enable automatic translation of the lesson entries.
Definition: prefs.h:236
static void setQuestionLanguage(int v)
Set The language that is displayed in a test.
Definition: prefs.h:1157
static bool autoBackup()
Get If true, a backup is saved every BackupTime minutes.
Definition: prefs.h:198
static void setPracticeMinimumWrongCount(int v)
Set The entry must have been answered incorrectly at least this often to be included in the practice...
Definition: prefs.h:1024
static bool practiceTimeout()
Get Limit the time for the user to answer in a test.
Definition: prefs.h:407
Definition: prefs.h:16
static void setPracticeMaximumGrade(int v)
Set The entry must have at most this grade to be included in the practice (0..7). ...
Definition: prefs.h:1081
static bool showSolutionAfterAnswer()
Get Show the solution after an answer was given.
Definition: prefs.h:1205
static void setBackupTime(int v)
Set Time interval between two automatic backups.
Definition: prefs.h:207
static void setSolutionLanguage(int v)
Set The language in which the user has to answer.
Definition: prefs.h:1176
static void setPracticeTimeoutTimePerAnswer(int v)
Set Maximum time allowed to answer.
Definition: prefs.h:435
static bool skipKnownEnabled()
Get Enable Skip (I Know It) button in written practice.
Definition: prefs.h:654
static void setTableActiveColumnVisible(bool v)
Set Show/hide the active column.
Definition: prefs.h:815
static QStringList wordTypesInPractice()
Get Selected word types for practices.
Definition: prefs.h:1129
static bool ignoreCapitalizationMistakes()
Get Count answers as right when only the capitalization is wrong.
Definition: prefs.h:521
static void setWordTypesInPracticeEnabled(bool v)
Set Only selected word types will be included in practice.
Definition: prefs.h:1100
static void setExpire(bool v)
Set In Blocking Query Tab Dialog, if checked then the Query accepts an expiring time.
Definition: prefs.h:302
static void setInstallPath(const QString &v)
Set The folder where downloaded vocabularies are saved by default.
Definition: prefs.h:1328
static bool showMore()
Get Enable Show More button to reveal parts of the solution in written practice.
Definition: prefs.h:635
static void setShowSolutionAfterAnswerTime(int v)
Set The time the solution is shown (seconds).
Definition: prefs.h:1214
static void setCountSynonymsAsCorrect(bool v)
Set When the synonym instead of the word was entered, does it count as correct?
Definition: prefs.h:663
static bool flashcardsBackImage()
Get Show images on the back of the flashcard.
Definition: prefs.h:274
static QString installPath()
Get The folder where downloaded vocabularies are saved by default.
Definition: prefs.h:1338
static int solutionLanguage()
Get The language in which the user has to answer.
Definition: prefs.h:1186
static void setIgnoreAccentMistakes(bool v)
Set Count answers as right when only the accentuation is wrong.
Definition: prefs.h:492
static void setShowSublessonentries(bool v)
Set When enabled a lesson also shows entries from its sublessons.
Definition: prefs.h:777
static QString separator()
Get This sets the separator used when copying/pasting text, default is Tab.
Definition: prefs.h:103
static void setFlashcardsFrontImage(bool v)
Set Show images on the front of the flashcard.
Definition: prefs.h:245
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.