#include "WidgetBaseCfg.h"
◆ WidgetBaseCfg() [1/4]
ot::WidgetBaseCfg::WidgetBaseCfg |
( |
| ) |
|
◆ WidgetBaseCfg() [2/4]
ot::WidgetBaseCfg::WidgetBaseCfg |
( |
const std::string & | _name | ) |
|
◆ WidgetBaseCfg() [3/4]
◆ WidgetBaseCfg() [4/4]
◆ ~WidgetBaseCfg()
ot::WidgetBaseCfg::~WidgetBaseCfg |
( |
| ) |
|
|
virtual |
◆ addToJsonObject()
◆ getName()
const std::string & ot::WidgetBaseCfg::getName |
( |
void | | ) |
const |
|
inline |
◆ getToolTip()
const std::string & ot::WidgetBaseCfg::getToolTip |
( |
void | | ) |
const |
|
inline |
◆ getWidgetBaseTypeString()
virtual std::string ot::WidgetBaseCfg::getWidgetBaseTypeString |
( |
void | | ) |
const |
|
pure virtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setFromJsonObject()
Set the object contents from the provided JSON object.
- Parameters
-
_object | The JSON object containing the information. |
- Exceptions
-
May | throw an exception if the provided object is not valid (members missing or invalid types). |
Implements ot::Serializable.
Reimplemented in ot::CheckBoxCfg, ot::LineEditCfg, and ot::ToolButtonCfg.
◆ setName()
void ot::WidgetBaseCfg::setName |
( |
const std::string & | _name | ) |
|
|
inline |
◆ setToolTip()
void ot::WidgetBaseCfg::setToolTip |
( |
const std::string & | _toolTip | ) |
|
|
inline |
◆ typeStringJsonKey()
static std::string ot::WidgetBaseCfg::typeStringJsonKey |
( |
void | | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: