|
OpenMW
|
#include <editor.hpp>
Public Member Functions | |
| Editor () | |
| bool | makeIPCServer () |
| void | connectToIPCServer () |
| int | run () |
Private Slots | |
| void | createGame () |
| void | createAddon () |
| void | loadDocument () |
| void | openFiles (const boost::filesystem::path &path) |
| void | createNewFile (const boost::filesystem::path &path) |
| void | createNewGame (const boost::filesystem::path &file) |
| void | showStartup () |
| void | showSettings () |
Private Member Functions | |
| void | setupDataFiles () |
| Editor (const Editor &) | |
| Editor & | operator= (const Editor &) |
Private Attributes | |
| Files::ConfigurationManager | mCfgMgr |
| CSMSettings::UserSettings | mUserSettings |
| CSMDoc::DocumentManager | mDocumentManager |
| CSVDoc::ViewManager | mViewManager |
| CSVDoc::StartupDialogue | mStartup |
| CSVDoc::NewGameDialogue | mNewGame |
| CSVSettings::UserSettingsDialog | mSettings |
| CSVDoc::FileDialog | mFileDialog |
| boost::filesystem::path | mLocal |
| QString | mIpcServerName |
| QLocalServer * | mServer |
| QLocalSocket * | mClientSocket |
| CS::Editor::Editor | ( | const Editor & | ) | [private] |
| void CS::Editor::connectToIPCServer | ( | ) |
| void CS::Editor::createAddon | ( | ) | [private, slot] |
| void CS::Editor::createGame | ( | ) | [private, slot] |
| void CS::Editor::createNewFile | ( | const boost::filesystem::path & | path | ) | [private, slot] |
| void CS::Editor::createNewGame | ( | const boost::filesystem::path & | file | ) | [private, slot] |
| void CS::Editor::loadDocument | ( | ) | [private, slot] |
| bool CS::Editor::makeIPCServer | ( | ) |
| void CS::Editor::openFiles | ( | const boost::filesystem::path & | path | ) | [private, slot] |
| int CS::Editor::run | ( | ) |
| void CS::Editor::setupDataFiles | ( | ) | [private] |
| void CS::Editor::showSettings | ( | ) | [private, slot] |
| void CS::Editor::showStartup | ( | ) | [private, slot] |
QLocalSocket* CS::Editor::mClientSocket [private] |
CSVDoc::FileDialog CS::Editor::mFileDialog [private] |
QString CS::Editor::mIpcServerName [private] |
boost::filesystem::path CS::Editor::mLocal [private] |
CSVDoc::NewGameDialogue CS::Editor::mNewGame [private] |
QLocalServer* CS::Editor::mServer [private] |
CSVDoc::StartupDialogue CS::Editor::mStartup [private] |
CSVDoc::ViewManager CS::Editor::mViewManager [private] |
1.7.6.1