#include <stdio.h>
#include <qaction.h>
#include <qdir.h>
#include <qfont.h>
#include <qfontdatabase.h>
#include <qlistview.h>
#include <qmap.h>
#include <qstringlist.h>
#include <qtextstream.h>
#include <qvaluelist.h>
#include <zlib.h>
#include <stdlib.h>
#include "Base.h"
#include "PixMap.h"
#include "Term.h"
Go to the source code of this file.
Classes | |
class | Util |
Typedefs | |
typedef QValueList< int > | IdList |
typedef QMap< int, IdList > | IdListMap |
Enumerations | |
enum | Action { ACTION_REVEAL = 0, ACTION_RIGHT_ANSWER, ACTION_WRONG_ANSWER, ACTION_EDIT_QUIZ_TERM, ACTION_START_QUIZ, ACTION_MANAGE_GLOSSARIES, ACTION_IMPORT, ACTION_EXPORT, ACTION_SHOW_ALL_GLOSSARIES_AND_TERMS, ACTION_PREFERENCES, ACTION_QUIT, ACTION_ADD_FOLDER, ACTION_ADD_GLOSSARY, ACTION_REMOVE_ITEM, ACTION_ADD_TERM, ACTION_EDIT_TERM, ACTION_REMOVE_TERMS, ACTION_CHECK_ALL_TERMS, ACTION_INVERSE_CHECKED_TERMS, ACTION_MAXIMIZE, ACTION_SEARCH, ACTION_COUNT } |
Variables | |
const QString | actionId [] |
enum Action |
const QString actionId[] |
Initial value:
{ "reveal", "rightAnswer", "wrongAnswer", "editQuizTerm", "startQuiz", "manageGlossaries", "import", "export", "showAllGlossariesAndTerms", "preferences", "quit", "addFolder", "addGlossary", "removeItem", "addTerm", "editTerm", "removeTerms", "checkAllTerms", "inverseCheckedTerms", "maximize", "search" }