parley
#include <editor.h>

Public Slots | |
void | applyPrefs () |
void | initScripts () |
void | removeGrades () |
void | saveState () |
void | slotConfigShowSearch () |
void | slotLanguagesChanged () |
void | slotShowScriptManager () |
void | updateDocument (KEduVocDocument *doc) |
Signals | |
void | signalSetData (const QList< int > &entries, int currentTranslation) |
Public Member Functions | |
EditorWindow (ParleyMainWindow *parent) | |
~EditorWindow () | |
void | initActions () |
void | initDockWidgets () |
void | initModel () |
void | initView () |
void | updateTableFilter () |
Detailed Description
Constructor & Destructor Documentation
EditorWindow::EditorWindow | ( | ParleyMainWindow * | parent | ) |
Definition at line 62 of file editor.cpp.
EditorWindow::~EditorWindow | ( | ) |
Definition at line 91 of file editor.cpp.
Member Function Documentation
|
slot |
Definition at line 441 of file editor.cpp.
void EditorWindow::initActions | ( | ) |
setup the action (menus etc)
Definition at line 348 of file editor.cpp.
void EditorWindow::initDockWidgets | ( | ) |
- Todo:
- test, should be fixed with the lesson one though
- Todo:
- remove before release
Definition at line 146 of file editor.cpp.
void EditorWindow::initModel | ( | ) |
setup the main model
Definition at line 369 of file editor.cpp.
|
slot |
Load enabled scripts (from configuration parleyrc)
Definition at line 451 of file editor.cpp.
void EditorWindow::initView | ( | ) |
setup the main view
This initializes the main widgets and table.
- Todo:
- centralWidget()-> delete layout
Definition at line 384 of file editor.cpp.
|
slot |
Removes all grading information from the current document.
Definition at line 446 of file editor.cpp.
|
slot |
when closing the application, save the editor's state
Definition at line 461 of file editor.cpp.
|
signal |
|
slot |
Definition at line 424 of file editor.cpp.
|
slot |
Edit languages contained in the document.
This includes adding/removing languages, editing articles, personal pronouns and tenses.
Definition at line 466 of file editor.cpp.
|
slot |
Display script manager (open a new window / or Settings window)
Definition at line 436 of file editor.cpp.
|
slot |
Set the current doc (after creating a new one or opening a file)
Definition at line 98 of file editor.cpp.
void Editor::EditorWindow::updateTableFilter | ( | ) |
This will look at the lesson list and also the combo box to determine what should be displayed in the table.
The documentation for this class was generated from the following files:
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.