#include <Parameter.h>
Definition at line 24 of file Parameter.h.
◆ Parameter() [1/2]
◆ Parameter() [2/2]
TCS::Parameter::Parameter |
( |
const std::string & |
name, |
|
|
TCS::parType_t |
value, |
|
|
unsigned int |
selection |
|
) |
| |
◆ ~Parameter()
TCS::Parameter::~Parameter |
( |
| ) |
|
|
inline |
◆ defaultVal()
const std::string& TCS::Parameter::defaultVal |
( |
| ) |
const |
|
inline |
◆ defaultValue()
parType_t TCS::Parameter::defaultValue |
( |
| ) |
const |
|
inline |
◆ isDefault()
bool TCS::Parameter::isDefault |
( |
| ) |
const |
|
inline |
◆ isExtended()
bool TCS::Parameter::isExtended |
( |
| ) |
const |
|
inline |
◆ name()
const std::string& TCS::Parameter::name |
( |
| ) |
const |
|
inline |
◆ operator()()
parType_t TCS::Parameter::operator() |
( |
| ) |
const |
|
inline |
◆ pos()
unsigned int TCS::Parameter::pos |
( |
| ) |
const |
|
inline |
◆ position()
unsigned int TCS::Parameter::position |
( |
| ) |
const |
|
inline |
◆ sel()
const std::string& TCS::Parameter::sel |
( |
| ) |
const |
|
inline |
◆ selection()
unsigned int TCS::Parameter::selection |
( |
| ) |
const |
|
inline |
◆ setIsDefault()
void TCS::Parameter::setIsDefault |
( |
bool |
isDefault | ) |
|
|
inline |
◆ setIsExtended()
void TCS::Parameter::setIsExtended |
( |
bool |
isExtended | ) |
|
|
inline |
◆ setName()
void TCS::Parameter::setName |
( |
const std::string & |
name | ) |
|
|
inline |
◆ setPos()
void TCS::Parameter::setPos |
( |
unsigned int |
pos | ) |
|
|
inline |
◆ setPosition()
void TCS::Parameter::setPosition |
( |
parType_t |
position | ) |
|
|
inline |
◆ setSel()
void TCS::Parameter::setSel |
( |
const std::string & |
sel | ) |
|
|
inline |
◆ setSelection()
void TCS::Parameter::setSelection |
( |
parType_t |
selection | ) |
|
|
inline |
◆ setVal()
void TCS::Parameter::setVal |
( |
const std::string & |
val | ) |
|
|
inline |
◆ setValue()
void TCS::Parameter::setValue |
( |
parType_t |
value | ) |
|
|
inline |
◆ val()
const std::string& TCS::Parameter::val |
( |
| ) |
const |
|
inline |
◆ value()
◆ m_defaultVal
std::string TCS::Parameter::m_defaultVal |
|
private |
◆ m_defaultValue
◆ m_isDefault
bool TCS::Parameter::m_isDefault {true} |
|
private |
◆ m_isExtended
bool TCS::Parameter::m_isExtended {false} |
|
private |
◆ m_name
std::string TCS::Parameter::m_name |
|
private |
◆ m_pos
unsigned int TCS::Parameter::m_pos {0} |
|
private |
◆ m_position
unsigned int TCS::Parameter::m_position {0} |
|
private |
◆ m_sel
std::string TCS::Parameter::m_sel |
|
private |
◆ m_selection
unsigned int TCS::Parameter::m_selection {0} |
|
private |
◆ m_val
std::string TCS::Parameter::m_val |
|
private |
◆ m_value
The documentation for this class was generated from the following files: