OpenMW
|
#include <maindialog.hpp>
Public Slots | |
void | changePage (QListWidgetItem *current, QListWidgetItem *previous) |
void | play () |
Public Member Functions | |
MainDialog (QWidget *parent=0) | |
bool | setup () |
bool | showFirstRunDialog () |
Private Member Functions | |
void | createIcons () |
void | createPages () |
bool | setupLauncherSettings () |
bool | setupGameSettings () |
bool | setupGraphicsSettings () |
void | loadSettings () |
void | saveSettings () |
bool | writeSettings () |
bool | startProgram (const QString &name, bool detached=false) |
bool | startProgram (const QString &name, const QStringList &arguments, bool detached=false) |
void | closeEvent (QCloseEvent *event) |
Private Attributes | |
PlayPage * | mPlayPage |
GraphicsPage * | mGraphicsPage |
DataFilesPage * | mDataFilesPage |
Files::ConfigurationManager | mCfgMgr |
GameSettings | mGameSettings |
GraphicsSettings | mGraphicsSettings |
LauncherSettings | mLauncherSettings |
Launcher::MainDialog::MainDialog | ( | QWidget * | parent = 0 | ) | [explicit] |
void Launcher::MainDialog::changePage | ( | QListWidgetItem * | current, |
QListWidgetItem * | previous | ||
) | [slot] |
void Launcher::MainDialog::closeEvent | ( | QCloseEvent * | event | ) | [private] |
void Launcher::MainDialog::createIcons | ( | ) | [private] |
void Launcher::MainDialog::createPages | ( | ) | [private] |
void Launcher::MainDialog::loadSettings | ( | ) | [private] |
void Launcher::MainDialog::play | ( | ) | [slot] |
void Launcher::MainDialog::saveSettings | ( | ) | [private] |
bool Launcher::MainDialog::setup | ( | ) |
bool Launcher::MainDialog::setupGameSettings | ( | ) | [private] |
bool Launcher::MainDialog::setupGraphicsSettings | ( | ) | [private] |
bool Launcher::MainDialog::setupLauncherSettings | ( | ) | [private] |
bool Launcher::MainDialog::startProgram | ( | const QString & | name, |
bool | detached = false |
||
) | [inline, private] |
bool Launcher::MainDialog::startProgram | ( | const QString & | name, |
const QStringList & | arguments, | ||
bool | detached = false |
||
) | [private] |
bool Launcher::MainDialog::writeSettings | ( | ) | [private] |
GraphicsPage* Launcher::MainDialog::mGraphicsPage [private] |
PlayPage* Launcher::MainDialog::mPlayPage [private] |