#include <gepetto/viewer/node-property.h>
◆ Function_t
◆ Ptr_t
◆ VoidProperty()
gepetto::viewer::VoidProperty::VoidProperty |
( |
const std::string & |
name, |
|
|
const Function_t & |
f |
|
) |
| |
|
inline |
◆ ~VoidProperty()
virtual gepetto::viewer::VoidProperty::~VoidProperty |
( |
| ) |
|
|
inlinevirtual |
◆ create()
static Ptr_t gepetto::viewer::VoidProperty::create |
( |
const std::string & |
name, |
|
|
const Function_t & |
f |
|
) |
| |
|
inlinestatic |
◆ function() [1/2]
const Function_t& gepetto::viewer::VoidProperty::function |
( |
| ) |
const |
|
inline |
◆ function() [2/2]
void gepetto::viewer::VoidProperty::function |
( |
const Function_t & |
f | ) |
|
|
inline |
◆ get()
bool gepetto::viewer::VoidProperty::get |
( |
void |
| ) |
|
|
inlinevirtual |
◆ hasReadAccess()
bool gepetto::viewer::VoidProperty::hasReadAccess |
( |
| ) |
const |
|
inlinevirtual |
◆ hasWriteAccess()
bool gepetto::viewer::VoidProperty::hasWriteAccess |
( |
| ) |
const |
|
inlinevirtual |
◆ memberFunction() [1/2]
template<typename Obj , typename ReturnType >
static Function_t gepetto::viewer::VoidProperty::memberFunction |
( |
Obj * |
obj, |
|
|
ReturnType(Obj::*)() |
mem_func |
|
) |
| |
|
inlinestatic |
◆ memberFunction() [2/2]
template<typename Obj , typename ReturnType >
static Function_t gepetto::viewer::VoidProperty::memberFunction |
( |
Obj * |
obj, |
|
|
ReturnType(Obj::*)() const |
mem_func |
|
) |
| |
|
inlinestatic |
◆ set()
bool gepetto::viewer::VoidProperty::set |
( |
void |
| ) |
|
|
inlinevirtual |
◆ type()
virtual std::string gepetto::viewer::VoidProperty::type |
( |
| ) |
|
|
inlinevirtual |