#include <factory.hxx>
|
| void | fromnode (const std::string &fromnode) |
| |
| void | tonode (const std::string &tonode) |
| |
| std::string | fromnode () const |
| |
| std::string | tonode () const |
| |
| void | clear () |
| |
| void | setProperty (const std::string &name, const std::string &value) |
| |
|
| std::map< std::string, std::string > | _props |
| |
Definition at line 32 of file factory.hxx.
◆ clear()
| void mycontrol::clear |
( |
| ) |
|
|
inline |
Definition at line 38 of file factory.hxx.
std::map< std::string, std::string > _props
References _props.
◆ fromnode() [1/2]
| std::string mycontrol::fromnode |
( |
| ) |
const |
|
inline |
◆ fromnode() [2/2]
| void mycontrol::fromnode |
( |
const std::string & |
fromnode | ) |
|
|
inline |
◆ setProperty()
| void mycontrol::setProperty |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
◆ tonode() [1/2]
| std::string mycontrol::tonode |
( |
| ) |
const |
|
inline |
◆ tonode() [2/2]
| void mycontrol::tonode |
( |
const std::string & |
tonode | ) |
|
|
inline |
◆ _fromnode
| std::string mycontrol::_fromnode |
|
private |
◆ _props
| std::map<std::string,std::string> mycontrol::_props |
◆ _tonode
| std::string mycontrol::_tonode |
|
private |
The documentation for this struct was generated from the following file: