NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
OptionsDialog.cpp File Reference
#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"
Include dependency graph for OptionsDialog.cpp:

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
 

Macro Definition Documentation

◆ ELEMENT_BORDER

#define ELEMENT_BORDER   5

Definition at line 23 of file OptionsDialog.cpp.

Function Documentation

◆ replacePathSeparator()

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

Parameters
__sPathconst std::string&
Returns
std::string

Definition at line 1548 of file stringtools.cpp.

Referenced by OptionsDialog::OnButtonClick().

Variable Documentation

◆ _guilang