NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This class is used by the window manager to handle the information of an opened window and to store its return value. More...
#include <windowmanager.hpp>
Public Member Functions | |
WindowInformation (size_t id=std::string::npos, Window *win=nullptr, int status=STATUS_RUNNING, const std::string &_return="") | |
Public Attributes | |
size_t | nWindowID |
Window * | window |
int | nStatus |
std::string | sReturn |
This class is used by the window manager to handle the information of an opened window and to store its return value.
Definition at line 214 of file windowmanager.hpp.
|
inline |
Definition at line 221 of file windowmanager.hpp.
int NumeRe::WindowInformation::nStatus |
Definition at line 218 of file windowmanager.hpp.
Referenced by createPlot(), getParametersFromWindow(), NumeRe::WindowManager::getWindowInformation(), NumeRe::WindowManager::getWindowInformationModal(), setParametersInWindow(), and windowCommand().
size_t NumeRe::WindowInformation::nWindowID |
Definition at line 216 of file windowmanager.hpp.
Referenced by NumeRe::WindowManager::updateWindowInformation().
std::string NumeRe::WindowInformation::sReturn |
Definition at line 219 of file windowmanager.hpp.
Referenced by dialogCommand().
Window* NumeRe::WindowInformation::window |
Definition at line 217 of file windowmanager.hpp.
Referenced by createPlot(), getParametersFromWindow(), setParametersInWindow(), and windowCommand().