|
HAL
|
#include <plugin_parameter.h>

Public Types | |
| enum | ParameterType { Absent , Boolean , Color , ComboBox , Dictionary , ExistingDir , ExistingFile , Float , Gate , Integer , Label , Module , NewFile , PushButton , String , TabName } |
Public Member Functions | |
| PluginParameter (ParameterType tp=Absent, const std::string &tag=std::string(), const std::string &lbl=std::string(), const std::string &val=std::string()) | |
| std::string | get_tagname () const |
| std::string | get_label () const |
| std::string | get_value () const |
| ParameterType | get_type () const |
| void | set_value (const std::string &v) |
| void | set_tagname (const std::string &tg) |
Definition at line 32 of file plugin_parameter.h.
| Enumerator | |
|---|---|
| Absent | |
| Boolean | |
| Color | |
| ComboBox | |
| Dictionary | |
| ExistingDir | |
| ExistingFile | |
| Float | |
| Gate | |
| Integer | |
| Label | |
| Module | |
| NewFile | |
| PushButton | |
| String | |
| TabName | |
Definition at line 35 of file plugin_parameter.h.
|
inline |
Definition at line 42 of file plugin_parameter.h.
|
inline |
Definition at line 45 of file plugin_parameter.h.
|
inline |
Definition at line 44 of file plugin_parameter.h.
|
inline |
Definition at line 47 of file plugin_parameter.h.
Referenced by hal::PluginParameterFileDialog::PluginParameterFileDialog(), and hal::PluginParameterNodeDialog::PluginParameterNodeDialog().
|
inline |
Definition at line 46 of file plugin_parameter.h.
Referenced by hal::PluginParameterFileDialog::PluginParameterFileDialog(), and hal::PluginParameterNodeDialog::PluginParameterNodeDialog().
|
inline |
Definition at line 49 of file plugin_parameter.h.
|
inline |
Definition at line 48 of file plugin_parameter.h.