parley
EntryDlg Class Reference
#include <EntryDlg.h>
Inheritance diagram for EntryDlg:

Detailed Description
Definition at line 45 of file EntryDlg.h.
Signals | |
| void | signalSetData (const QList< int > &entries, int currentTranslation) |
| void | signalCommitData () |
| void | closeEntryDialog () |
Public Member Functions | |
| EntryDlg (KXmlGuiWindow *main, KEduVocDocument *doc) | |
| ~EntryDlg () | |
| bool | isModified () |
| void | setData (const QList< int > &entries, int currentTranslation) |
| void | commitData (bool force) |
Constructor & Destructor Documentation
| EntryDlg::EntryDlg | ( | KXmlGuiWindow * | main, | |
| KEduVocDocument * | doc | |||
| ) |
Definition at line 39 of file EntryDlg.cpp.
| EntryDlg::~EntryDlg | ( | ) |
Definition at line 124 of file EntryDlg.cpp.
Member Function Documentation
| bool EntryDlg::isModified | ( | ) |
Definition at line 177 of file EntryDlg.cpp.
| void EntryDlg::setData | ( | const QList< int > & | entries, | |
| int | currentTranslation | |||
| ) |
Definition at line 191 of file EntryDlg.cpp.
| void EntryDlg::commitData | ( | bool | force | ) |
saves the changes to m_doc
- Todo:
- emit data changed signal for the big table
Definition at line 280 of file EntryDlg.cpp.
| void EntryDlg::signalSetData | ( | const QList< int > & | entries, | |
| int | currentTranslation | |||
| ) | [signal] |
To notify the child pages of a new selection.
- Parameters:
-
@param
| void EntryDlg::signalCommitData | ( | ) | [signal] |
Tell the child pages to save their data.
| void EntryDlg::closeEntryDialog | ( | ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference