#include <doxywizard.h>
Public Slots | |
| void | manual () |
| void | about () |
| void | openConfig () |
| bool | saveConfig () |
| bool | saveConfigAs () |
| void | makeDefaults () |
| void | resetToDefaults () |
| void | selectTab (int) |
| void | quit () |
Public Member Functions | |
| void | loadConfigFromFile (const QString &fileName) |
| void | loadSettings () |
| void | saveSettings () |
| void | closeEvent (QCloseEvent *event) |
| QString | configFileName () const |
| void | updateTitle () |
Static Public Member Functions | |
| static MainWindow & | instance () |
Private Slots | |
| void | openRecent (QAction *action) |
| void | selectWorkingDir () |
| void | updateWorkingDir () |
| void | runDoxygen () |
| void | readStdout () |
| void | runComplete () |
| void | showHtmlOutput () |
| void | saveLog () |
| void | showSettings () |
| void | configChanged () |
| void | clearRecent () |
| void | selectRunTab () |
Private Member Functions | |
| MainWindow () | |
| void | saveConfig (const QString &fileName) |
| void | addRecentFile (const QString &fileName) |
| void | updateConfigFileName (const QString &fileName) |
| void | setWorkingDir (const QString &dirName) |
| void | updateLaunchButtonState () |
| bool | discardUnsavedChanges (bool saveOption=true) |
Private Attributes | |
| QLineEdit * | m_workingDir |
| QPushButton * | m_selWorkingDir |
| QPushButton * | m_run |
| QPushButton * | m_saveLog |
| QPushButton * | m_launchHtml |
| QPushButton * | m_launchPdf |
| QTextEdit * | m_outputLog |
| QLabel * | m_runStatus |
| Expert * | m_expert |
| Wizard * | m_wizard |
| QString | m_fileName |
| QSettings | m_settings |
| QMenu * | m_recentMenu |
| QStringList | m_recentFiles |
| QProcess * | m_runProcess |
| QTimer * | m_timer |
| QTabWidget * | m_tabs |
| bool | m_running |
| bool | m_modified |
Definition at line 19 of file doxywizard.h.
|
private |
Definition at line 40 of file doxywizard.cpp.
|
slot |
Definition at line 208 of file doxywizard.cpp.
|
private |
Definition at line 403 of file doxywizard.cpp.
|
privateslot |
Definition at line 316 of file doxywizard.cpp.
| void MainWindow::closeEvent | ( | QCloseEvent * | event | ) |
Definition at line 159 of file doxywizard.cpp.
|
privateslot |
Definition at line 600 of file doxywizard.cpp.
|
inline |
Definition at line 29 of file doxywizard.h.
Definition at line 620 of file doxywizard.cpp.
|
static |
Definition at line 34 of file doxywizard.cpp.
| void MainWindow::loadConfigFromFile | ( | const QString & | fileName | ) |
Definition at line 246 of file doxywizard.cpp.
| void MainWindow::loadSettings | ( | ) |
Definition at line 351 of file doxywizard.cpp.
|
slot |
Definition at line 301 of file doxywizard.cpp.
|
slot |
Definition at line 203 of file doxywizard.cpp.
|
slot |
Definition at line 220 of file doxywizard.cpp.
|
privateslot |
Definition at line 431 of file doxywizard.cpp.
|
slot |
Definition at line 172 of file doxywizard.cpp.
|
privateslot |
Definition at line 512 of file doxywizard.cpp.
|
slot |
Definition at line 335 of file doxywizard.cpp.
|
privateslot |
Definition at line 525 of file doxywizard.cpp.
|
privateslot |
Definition at line 439 of file doxywizard.cpp.
|
slot |
Definition at line 279 of file doxywizard.cpp.
|
private |
Definition at line 260 of file doxywizard.cpp.
|
slot |
Definition at line 292 of file doxywizard.cpp.
|
privateslot |
Definition at line 567 of file doxywizard.cpp.
| void MainWindow::saveSettings | ( | ) |
Definition at line 382 of file doxywizard.cpp.
|
privateslot |
Definition at line 398 of file doxywizard.cpp.
|
slot |
Definition at line 392 of file doxywizard.cpp.
|
privateslot |
Definition at line 188 of file doxywizard.cpp.
|
private |
Definition at line 181 of file doxywizard.cpp.
|
privateslot |
Definition at line 552 of file doxywizard.cpp.
|
privateslot |
Definition at line 589 of file doxywizard.cpp.
|
private |
Definition at line 234 of file doxywizard.cpp.
|
private |
Definition at line 544 of file doxywizard.cpp.
| void MainWindow::updateTitle | ( | ) |
Definition at line 606 of file doxywizard.cpp.
|
privateslot |
Definition at line 198 of file doxywizard.cpp.
|
private |
Definition at line 74 of file doxywizard.h.
|
private |
Definition at line 76 of file doxywizard.h.
|
private |
Definition at line 70 of file doxywizard.h.
|
private |
Definition at line 71 of file doxywizard.h.
|
private |
Definition at line 84 of file doxywizard.h.
|
private |
Definition at line 72 of file doxywizard.h.
|
private |
Definition at line 79 of file doxywizard.h.
|
private |
Definition at line 78 of file doxywizard.h.
|
private |
Definition at line 68 of file doxywizard.h.
|
private |
Definition at line 83 of file doxywizard.h.
|
private |
Definition at line 80 of file doxywizard.h.
|
private |
Definition at line 73 of file doxywizard.h.
|
private |
Definition at line 69 of file doxywizard.h.
|
private |
Definition at line 67 of file doxywizard.h.
|
private |
Definition at line 77 of file doxywizard.h.
|
private |
Definition at line 82 of file doxywizard.h.
|
private |
Definition at line 81 of file doxywizard.h.
|
private |
Definition at line 75 of file doxywizard.h.
|
private |
Definition at line 66 of file doxywizard.h.
1.8.11