#include <MainWindow.h>
Public Slots | |
| void | updateMenus (QListViewItem *item) |
| void | updateFonts () |
| void | setDigraphEnabled (bool isEnabled) |
| void | retranslateUi () |
| void | switchLanguage (const QString &language) |
| void | switchLanguage (QAction *langAction) |
| void | toggleMaximize (bool isOn) |
| void | search () |
Public Member Functions | |
| MainWindow (Controller *controller) | |
| ~MainWindow () | |
| Controller * | controller () |
| bool | isDigraphEnabled () const |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *) |
Definition at line 40 of file MainWindow.h.
| MainWindow::MainWindow | ( | Controller * | controller | ) |
Definition at line 33 of file MainWindow.cpp.
| MainWindow::~MainWindow | ( | ) |
Definition at line 225 of file MainWindow.cpp.
| Controller * MainWindow::controller | ( | ) |
Definition at line 229 of file MainWindow.cpp.
| bool MainWindow::isDigraphEnabled | ( | ) | const |
Definition at line 269 of file MainWindow.cpp.
| void MainWindow::updateMenus | ( | QListViewItem * | item | ) | [slot] |
Definition at line 233 of file MainWindow.cpp.
| void MainWindow::updateFonts | ( | ) | [slot] |
Definition at line 257 of file MainWindow.cpp.
| void MainWindow::setDigraphEnabled | ( | bool | isEnabled | ) | [slot] |
Definition at line 273 of file MainWindow.cpp.
| void MainWindow::retranslateUi | ( | ) | [slot] |
Definition at line 277 of file MainWindow.cpp.
| void MainWindow::switchLanguage | ( | const QString & | language | ) | [slot] |
Definition at line 342 of file MainWindow.cpp.
| void MainWindow::switchLanguage | ( | QAction * | langAction | ) | [slot] |
Definition at line 361 of file MainWindow.cpp.
| void MainWindow::toggleMaximize | ( | bool | isOn | ) | [slot] |
Definition at line 349 of file MainWindow.cpp.
| void MainWindow::search | ( | ) | [slot] |
Definition at line 356 of file MainWindow.cpp.
| void MainWindow::closeEvent | ( | QCloseEvent * | ce | ) | [protected] |
Definition at line 367 of file MainWindow.cpp.
1.5.6