|
| ParameterRef (JComponent *owner, std::string name, T &slot, std::string description="", bool is_shared=false) |
|
void | SetRef (T *slot) |
|
const T & | operator() () |
|
const T & | operator* () |
|
void | SetName (std::string name) |
|
void | SetDescription (std::string description) |
|
void | SetShared (bool is_shared) |
|
const std::string & | GetName () |
|
const std::string & | GetDescription () |
|
bool | IsShared () |
|
|
void | Init (JParameterManager &parman, const std::string &prefix) override |
|
void | Wire (const std::map< std::string, std::string > &isolated, const std::map< std::string, std::string > &shared) override |
|
|
std::string | m_name |
|
std::string | m_description |
|
bool | m_is_shared = false |
|
◆ Init()
template<typename T >
|
inlineoverrideprotectedvirtual |
◆ Wire()
template<typename T >
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file: