#include <mainWindow.h>
Public Slots | |
| void | openFile () |
| void | openFile (const QString &filename) |
| void | helpContents () |
| void | print () |
| void | saveRaw () |
| void | saveHtml () |
| void | helpAbout () |
Public Member Functions | |
| mainWindow () | |
Public Attributes | |
| QWebView * | view |
Private Attributes | |
| QSharedPointer< EsmFile > | esm |
| QByteArray | htmlContent |
| mainWindow::mainWindow | ( | ) |
References helpAbout(), helpContents(), openFile(), print(), saveHtml(), saveRaw(), and view.
| void mainWindow::helpAbout | ( | ) | [slot] |
Referenced by mainWindow().
| void mainWindow::helpContents | ( | ) | [slot] |
References view.
Referenced by mainWindow().
| void mainWindow::openFile | ( | const QString & | filename | ) | [slot] |
References esm, htmlContent, and view.
| void mainWindow::openFile | ( | ) | [slot] |
Referenced by mainWindow().
| void mainWindow::print | ( | ) | [slot] |
References view.
Referenced by mainWindow().
| void mainWindow::saveHtml | ( | ) | [slot] |
References esm, and htmlContent.
Referenced by mainWindow().
| void mainWindow::saveRaw | ( | ) | [slot] |
References esm.
Referenced by mainWindow().
QSharedPointer<EsmFile> mainWindow::esm [private] |
Referenced by openFile(), saveHtml(), and saveRaw().
QByteArray mainWindow::htmlContent [private] |
Referenced by openFile(), and saveHtml().
| QWebView* mainWindow::view |
Referenced by helpContents(), mainWindow(), openFile(), and print().
1.7.4