NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
NumeRe::WindowInformation Struct Reference

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>

Collaboration diagram for NumeRe::WindowInformation:

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
 
Windowwindow
 
int nStatus
 
std::string sReturn
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ WindowInformation()

NumeRe::WindowInformation::WindowInformation ( size_t  id = std::string::npos,
Window win = nullptr,
int  status = STATUS_RUNNING,
const std::string &  _return = "" 
)
inline

Definition at line 221 of file windowmanager.hpp.

Member Data Documentation

◆ nStatus

◆ nWindowID

size_t NumeRe::WindowInformation::nWindowID

Definition at line 216 of file windowmanager.hpp.

Referenced by NumeRe::WindowManager::updateWindowInformation().

◆ sReturn

std::string NumeRe::WindowInformation::sReturn

Definition at line 219 of file windowmanager.hpp.

Referenced by dialogCommand().

◆ window

Window* NumeRe::WindowInformation::window

The documentation for this struct was generated from the following file: