NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This class contains the window information to create the dialog in the GUI. More...
#include <windowmanager.hpp>
Public Member Functions | |
WindowSettings (int ctrls=CTRL_NONE, bool modal=false, const std::string &message="", const std::string &title="NumeRe: Window", const std::string &expression="") | |
Public Attributes | |
int | nControls |
bool | isModal |
std::string | sMessage |
std::string | sExpression |
std::string | sTitle |
This class contains the window information to create the dialog in the GUI.
Definition at line 96 of file windowmanager.hpp.
|
inline |
Definition at line 104 of file windowmanager.hpp.
bool NumeRe::WindowSettings::isModal |
Definition at line 99 of file windowmanager.hpp.
int NumeRe::WindowSettings::nControls |
Definition at line 98 of file windowmanager.hpp.
Referenced by NumeReWindow::showMessageBox(), and NumeReWindow::showWindow().
std::string NumeRe::WindowSettings::sExpression |
Definition at line 101 of file windowmanager.hpp.
Referenced by NumeReWindow::showDirDialog(), NumeReWindow::showFileDialog(), NumeReWindow::showListDialog(), NumeReWindow::showSelectionDialog(), and NumeReWindow::showTextEntry().
std::string NumeRe::WindowSettings::sMessage |
Definition at line 100 of file windowmanager.hpp.
Referenced by NumeReWindow::showListDialog(), NumeReWindow::showMessageBox(), NumeReWindow::showSelectionDialog(), and NumeReWindow::showTextEntry().
std::string NumeRe::WindowSettings::sTitle |
Definition at line 102 of file windowmanager.hpp.
Referenced by NumeReWindow::showDirDialog(), NumeReWindow::showFileDialog(), NumeReWindow::showListDialog(), NumeReWindow::showMessageBox(), NumeReWindow::showSelectionDialog(), and NumeReWindow::showTextEntry().