parley
#include <parleymainwindow.h>
|
int | main (int argc, char *argv[]) |
|
Definition at line 41 of file parleymainwindow.h.
enum for the different components that can be displayed
Enumerator |
---|
NoComponent |
|
DashboardComponent |
|
EditorComponent |
|
ConfigurePracticeComponent |
|
PracticeComponent |
|
PracticeSummary |
|
Definition at line 51 of file parleymainwindow.h.
ParleyMainWindow::~ParleyMainWindow |
( |
| ) |
|
void ParleyMainWindow::addRecentFile |
( |
const KUrl & |
url, |
|
|
const QString & |
name |
|
) |
| |
void ParleyMainWindow::configurePractice |
( |
| ) |
|
|
slot |
void ParleyMainWindow::documentUpdated |
( |
KEduVocDocument * |
doc | ) |
|
|
slot |
void ParleyMainWindow::initActions |
( |
| ) |
|
void ParleyMainWindow::practiceFinished |
( |
| ) |
|
|
slot |
void ParleyMainWindow::preferencesChanged |
( |
| ) |
|
|
signal |
bool ParleyMainWindow::queryClose |
( |
| ) |
|
|
slot |
When quitting, ask for confirmation if the doc has not been saved.
Definition at line 209 of file parleymainwindow.cpp.
void ParleyMainWindow::recentFilesChanged |
( |
| ) |
|
|
signal |
void ParleyMainWindow::removeRecentFile |
( |
const KUrl & |
url | ) |
|
|
slot |
void ParleyMainWindow::saveOptions |
( |
| ) |
|
save the app-specific options on slotAppExit or by an Options dialog
Definition at line 146 of file parleymainwindow.cpp.
void ParleyMainWindow::setVisibleToolbar |
( |
const QString & |
name | ) |
|
|
slot |
void ParleyMainWindow::showDashboard |
( |
| ) |
|
|
slot |
void ParleyMainWindow::showDocumentActions |
( |
bool |
open, |
|
|
bool |
edit |
|
) |
| |
|
slot |
Shows or hides actions that are only relevant when a document is opened.
Definition at line 384 of file parleymainwindow.cpp.
void ParleyMainWindow::showEditor |
( |
| ) |
|
|
slot |
void ParleyMainWindow::showPractice |
( |
| ) |
|
|
slot |
void ParleyMainWindow::showPracticeConfiguration |
( |
| ) |
|
|
slot |
void ParleyMainWindow::showPracticeSummary |
( |
| ) |
|
|
slot |
QSize ParleyMainWindow::sizeHint |
( |
| ) |
const |
|
slot |
void ParleyMainWindow::slotApplyPreferences |
( |
| ) |
|
|
slot |
void ParleyMainWindow::slotCloseDocument |
( |
| ) |
|
|
slot |
void ParleyMainWindow::slotFileNew |
( |
| ) |
|
|
slot |
void ParleyMainWindow::slotGeneralOptions |
( |
| ) |
|
|
slot |
void ParleyMainWindow::slotUpdateWindowCaption |
( |
| ) |
|
|
slot |
Update the title bar of the main window with the current document.
Definition at line 151 of file parleymainwindow.cpp.
void ParleyMainWindow::startPractice |
( |
| ) |
|
|
slot |
void ParleyMainWindow::startupTipOfDay |
( |
| ) |
|
|
slot |
Show the tip of the day - the startup version that can be disabled.
Definition at line 224 of file parleymainwindow.cpp.
void ParleyMainWindow::switchComponent |
( |
Component |
component | ) |
|
|
slot |
void ParleyMainWindow::tipOfDay |
( |
| ) |
|
|
slot |
void ParleyMainWindow::updateRecentFilesModel |
( |
| ) |
|
void ParleyMainWindow::updateTableFilter |
( |
| ) |
|
This will look at the lesson list and also the combo box to determine what should be displayed in the table.
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:15:57 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.