|
mrfioc2
2.3.0
|
An un-bound momentary/command. More...
#include <object.h>


Public Types | |
| typedef void(C::* | exec_t) () |
Public Member Functions | |
| unboundProperty (const char *n, exec_t e) | |
| virtual const std::type_info & | type () const |
| virtual property< void > * | bind (C *) |
| Binder for momentary/command instances. More... | |
Public Member Functions inherited from mrf::detail::unboundPropertyBase< C > | |
| virtual | ~unboundPropertyBase () |
Public Attributes | |
| const char *const | name |
| exec_t const | execer |
An un-bound momentary/command.
| typedef void(C::* mrf::detail::unboundProperty< C, void >::exec_t) () |
|
inline |
|
inlinevirtual |
Binder for momentary/command instances.
Implements mrf::detail::unboundPropertyBase< C >.
|
inlinevirtual |
Implements mrf::detail::unboundPropertyBase< C >.
| exec_t const mrf::detail::unboundProperty< C, void >::execer |
| const char* const mrf::detail::unboundProperty< C, void >::name |
1.8.13