|  | NumeRe v1.1.4
    NumeRe: Framework für Numerische Rechnungen | 
#include "wx/wxprec.h"#include "../../common/CommonHeaders.h"#include "../../common/Options.h"#include "../../kernel/core/ui/language.hpp"#include <wx/checklst.h>#include <wx/valtext.h>#include <wx/dirdlg.h>#include <wx/dir.h>#include "OptionsDialog.h"#include "../NumeReWindow.h"#include "../compositions/grouppanel.hpp"Go to the source code of this file.
| Macros | |
| #define | ELEMENT_BORDER 5 | 
| Functions | |
| std::string | replacePathSeparator (const std::string &) | 
| This function replaces the Windows style path sparators to UNIX style.  More... | |
| Variables | |
| Language | _guilang | 
| #define ELEMENT_BORDER 5 | 
Definition at line 23 of file OptionsDialog.cpp.
| std::string replacePathSeparator | ( | const std::string & | __sPath | ) | 
This function replaces the Windows style path sparators to UNIX style.
OptionsDialog type definition
OptionsDialog event table definition
| __sPath | const std::string& | 
Definition at line 1548 of file stringtools.cpp.
Referenced by OptionsDialog::OnButtonClick().
| 
 | extern | 
AboutChameleonDialog type definition
AboutChameleonDialog event table definition
Definition at line 135 of file NumeReWindow.cpp.
Referenced by OptionsDialog::CreateAnalyzerPage(), OptionsDialog::CreateConfigPage(), OptionsDialog::CreateControls(), OptionsDialog::CreateDebuggerPage(), OptionsDialog::CreateEditorPage(), OptionsDialog::CreateMiscPage(), OptionsDialog::CreatePathPage(), OptionsDialog::CreateStylePage(), OptionsDialog::EvaluateOptions(), OptionsDialog::InitializeDialog(), and OptionsDialog::OnButtonClick().