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

This class contains the window information to create the dialog in the GUI. More...

#include <windowmanager.hpp>

Collaboration diagram for NumeRe::WindowSettings:

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
 

Detailed Description

This class contains the window information to create the dialog in the GUI.

Definition at line 96 of file windowmanager.hpp.

Constructor & Destructor Documentation

◆ WindowSettings()

NumeRe::WindowSettings::WindowSettings ( int  ctrls = CTRL_NONE,
bool  modal = false,
const std::string &  message = "",
const std::string &  title = "NumeRe: Window",
const std::string &  expression = "" 
)
inline

Definition at line 104 of file windowmanager.hpp.

Member Data Documentation

◆ isModal

bool NumeRe::WindowSettings::isModal

Definition at line 99 of file windowmanager.hpp.

◆ nControls

int NumeRe::WindowSettings::nControls

Definition at line 98 of file windowmanager.hpp.

Referenced by NumeReWindow::showMessageBox(), and NumeReWindow::showWindow().

◆ sExpression

◆ sMessage

std::string NumeRe::WindowSettings::sMessage

◆ sTitle


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