#include <VocabularyManagerFrame.h>
Public Slots | |
void | copy () |
void | cut () |
void | paste () |
void | search () |
void | importData () |
void | exportData () |
void | exportVocabulary (Vocabulary *vocab) |
void | exportFolder (Folder *folder) |
void | updateUi () |
void | updateFonts () |
void | setDigraphEnabled (bool isEnabled) |
void | retranslateUi () |
bool | areDetailsMaximized () const |
void | toggleMaximizeDetails (bool isOn) |
void | updateGeometry () |
Signals | |
void | selectionChanged (QListViewItem *item) |
Public Member Functions | |
VocabularyManagerFrame (Controller *controller, QWidget *parent=0, const char *name=0) | |
~VocabularyManagerFrame () | |
void | updateShownItems () |
void | loadData () |
bool | saveData () |
bool | isExportAllowed () const |
bool | isImportAllowed () const |
bool | isDigraphEnabled () const |
Protected Member Functions | |
virtual void | resizeEvent (QResizeEvent *event) |
void | showEvent (QShowEvent *showEvt) |
Definition at line 47 of file VocabularyManagerFrame.h.
VocabularyManagerFrame::VocabularyManagerFrame | ( | Controller * | controller, | |
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Definition at line 12 of file VocabularyManagerFrame.cpp.
VocabularyManagerFrame::~VocabularyManagerFrame | ( | ) |
Definition at line 151 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::updateShownItems | ( | ) |
Definition at line 154 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::loadData | ( | ) |
Definition at line 177 of file VocabularyManagerFrame.cpp.
bool VocabularyManagerFrame::saveData | ( | ) |
Definition at line 183 of file VocabularyManagerFrame.cpp.
bool VocabularyManagerFrame::isExportAllowed | ( | ) | const |
Definition at line 190 of file VocabularyManagerFrame.cpp.
bool VocabularyManagerFrame::isImportAllowed | ( | ) | const |
Definition at line 202 of file VocabularyManagerFrame.cpp.
bool VocabularyManagerFrame::isDigraphEnabled | ( | ) | const |
Definition at line 461 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::copy | ( | ) | [slot] |
Definition at line 234 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::cut | ( | ) | [slot] |
Definition at line 207 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::paste | ( | ) | [slot] |
Definition at line 257 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::search | ( | ) | [slot] |
Definition at line 1225 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::importData | ( | ) | [slot] |
Definition at line 284 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::exportData | ( | ) | [slot] |
Definition at line 364 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::exportVocabulary | ( | Vocabulary * | vocab | ) | [slot] |
Definition at line 378 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::exportFolder | ( | Folder * | folder | ) | [slot] |
Definition at line 408 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::updateUi | ( | ) | [slot] |
Definition at line 625 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::updateFonts | ( | ) | [slot] |
Definition at line 438 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::setDigraphEnabled | ( | bool | isEnabled | ) | [slot] |
Definition at line 536 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::retranslateUi | ( | ) | [slot] |
Definition at line 545 of file VocabularyManagerFrame.cpp.
bool VocabularyManagerFrame::areDetailsMaximized | ( | ) | const [slot] |
Definition at line 562 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::toggleMaximizeDetails | ( | bool | isOn | ) | [slot] |
Definition at line 573 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::updateGeometry | ( | ) | [slot] |
Definition at line 580 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::selectionChanged | ( | QListViewItem * | item | ) | [signal] |
Definition at line 318 of file moc_VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::resizeEvent | ( | QResizeEvent * | event | ) | [protected, virtual] |
Definition at line 599 of file VocabularyManagerFrame.cpp.
void VocabularyManagerFrame::showEvent | ( | QShowEvent * | showEvt | ) | [protected] |
Definition at line 617 of file VocabularyManagerFrame.cpp.