#include "DialogCfg.h"
◆ DialogFlags
◆ DialogFlag
Enumerator |
---|
NoFlags | |
CancelOnNoChange | No dialog flags.
|
MoveGrabAnywhere | If set the UI will silently close the dialog when pressing confim button and the initial data did not change.
|
RecenterOnF11 | If set the dialog may be moved around by holding the left mouse button anywhere in the dialog and move.
|
◆ DialogCfg() [1/3]
◆ DialogCfg() [2/3]
◆ DialogCfg() [3/3]
ot::DialogCfg::DialogCfg |
( |
const DialogCfg & | _other | ) |
|
◆ ~DialogCfg()
virtual ot::DialogCfg::~DialogCfg |
( |
| ) |
|
|
inlinevirtual |
◆ addToJsonObject()
◆ getFlags()
◆ getMaxSize()
const ot::Size2D & ot::DialogCfg::getMaxSize |
( |
void | | ) |
const |
|
inline |
◆ getMinSize()
const ot::Size2D & ot::DialogCfg::getMinSize |
( |
void | | ) |
const |
|
inline |
◆ getName()
const std::string & ot::DialogCfg::getName |
( |
void | | ) |
const |
|
inline |
◆ getTitle()
const std::string & ot::DialogCfg::getTitle |
( |
void | | ) |
const |
|
inline |
◆ operator=()
◆ setFlag()
void ot::DialogCfg::setFlag |
( |
DialogFlag | _flag, |
|
|
bool | _active = true ) |
|
inline |
◆ setFlags()
◆ setFromJsonObject()
◆ setMaxSize() [1/2]
void ot::DialogCfg::setMaxSize |
( |
const ot::Size2D & | _size | ) |
|
|
inline |
◆ setMaxSize() [2/2]
void ot::DialogCfg::setMaxSize |
( |
int | _width, |
|
|
int | _height ) |
|
inline |
◆ setMinSize() [1/2]
void ot::DialogCfg::setMinSize |
( |
const ot::Size2D & | _size | ) |
|
|
inline |
◆ setMinSize() [2/2]
void ot::DialogCfg::setMinSize |
( |
int | _width, |
|
|
int | _height ) |
|
inline |
◆ setName()
void ot::DialogCfg::setName |
( |
const std::string & | _name | ) |
|
|
inline |
◆ setTitle()
void ot::DialogCfg::setTitle |
( |
const std::string & | _title | ) |
|
|
inline |
◆ stringListToFlags()
◆ stringToFlag()
◆ toString()
std::string ot::DialogCfg::toString |
( |
DialogFlag | _flag | ) |
|
|
static |
◆ toStringList()
std::list< std::string > ot::DialogCfg::toStringList |
( |
DialogFlags | _flags | ) |
|
|
static |
The documentation for this class was generated from the following files: