OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
Launcher::AdvancedPage Class Reference

#include <advancedpage.hpp>

Inheritance diagram for Launcher::AdvancedPage:
Collaboration diagram for Launcher::AdvancedPage:

Public Slots

void slotLoadedCellsChanged (QStringList cellNames)
 

Public Member Functions

 AdvancedPage (Files::ConfigurationManager &cfg, Config::GameSettings &gameSettings, Settings::Manager &engineSettings, QWidget *parent=0)
 
bool loadSettings ()
 
void saveSettings ()
 

Private Slots

void on_skipMenuCheckBox_stateChanged (int state)
 
void on_runScriptAfterStartupBrowseButton_clicked ()
 

Private Member Functions

void loadCellsForAutocomplete (QStringList filePaths)
 
void loadSettingBool (QCheckBox *checkbox, const std::string &setting, const std::string &group)
 
void saveSettingBool (QCheckBox *checkbox, const std::string &setting, const std::string &group)
 

Private Attributes

Files::ConfigurationManagermCfgMgr
 
Config::GameSettingsmGameSettings
 
Settings::ManagermEngineSettings
 

Constructor & Destructor Documentation

Launcher::AdvancedPage::AdvancedPage ( Files::ConfigurationManager cfg,
Config::GameSettings gameSettings,
Settings::Manager engineSettings,
QWidget parent = 0 
)

Here is the call graph for this function:

Member Function Documentation

void Launcher::AdvancedPage::loadCellsForAutocomplete ( QStringList  filePaths)
private

Load the cells associated with the given content files for use in autocomplete

Parameters
filePathsthe file paths of the content files to be examined
void Launcher::AdvancedPage::loadSettingBool ( QCheckBox *  checkbox,
const std::string &  setting,
const std::string &  group 
)
private
bool Launcher::AdvancedPage::loadSettings ( )

Here is the caller graph for this function:

void Launcher::AdvancedPage::on_runScriptAfterStartupBrowseButton_clicked ( )
privateslot
void Launcher::AdvancedPage::on_skipMenuCheckBox_stateChanged ( int  state)
privateslot
void Launcher::AdvancedPage::saveSettingBool ( QCheckBox *  checkbox,
const std::string &  setting,
const std::string &  group 
)
private
void Launcher::AdvancedPage::saveSettings ( )
void Launcher::AdvancedPage::slotLoadedCellsChanged ( QStringList  cellNames)
slot

Member Data Documentation

Files::ConfigurationManager& Launcher::AdvancedPage::mCfgMgr
private
Settings::Manager& Launcher::AdvancedPage::mEngineSettings
private
Config::GameSettings& Launcher::AdvancedPage::mGameSettings
private

The documentation for this class was generated from the following files: