gepetto-viewer  5.2.0
An user-friendly Graphical Interface
gepetto::viewer::PropertyTpl< T > Member List

This is the complete list of members for gepetto::viewer::PropertyTpl< T >, including all inherited members.

create(const std::string &name, const Getter_t &g, const Setter_t &s)gepetto::viewer::PropertyTpl< T >inlinestatic
create(const std::string &name, const Getter_t &g)gepetto::viewer::PropertyTpl< T >inlinestatic
create(const std::string &name, const Setter_t &s)gepetto::viewer::PropertyTpl< T >inlinestatic
create(const std::string &name, Obj *obj, RetType(Obj::*mem_get)() const, void(Obj::*mem_set)(const T &))gepetto::viewer::PropertyTpl< T >inlinestatic
create(const std::string &name, Obj *obj, RetType(Obj::*mem_get)() const, void(Obj::*mem_set)(T))gepetto::viewer::PropertyTpl< T >inlinestatic
createRO(const std::string &name, Obj *obj, RetType(Obj::*mem_get)() const)gepetto::viewer::PropertyTpl< T >inlinestatic
createWO(const std::string &name, Obj *obj, void(Obj::*mem_set)(const T &))gepetto::viewer::PropertyTpl< T >inlinestatic
createWO(const std::string &name, Obj *obj, void(Obj::*mem_set)(T))gepetto::viewer::PropertyTpl< T >inlinestatic
getter() constgepetto::viewer::PropertyTpl< T >inline
getter(const Getter_t &g)gepetto::viewer::PropertyTpl< T >inline
Getter_t typedefgepetto::viewer::PropertyTpl< T >
getterFromMemberFunction(Obj *obj, const T &(Obj::*mem_func)() const)gepetto::viewer::PropertyTpl< T >inlinestatic
getterFromMemberFunction(Obj *obj, T(Obj::*mem_func)() const)gepetto::viewer::PropertyTpl< T >inlinestatic
guiEditor()gepetto::viewer::PropertyTpl< T >inlinevirtual
hasReadAccess() constgepetto::viewer::PropertyTpl< T >inline
hasWriteAccess() constgepetto::viewer::PropertyTpl< T >inline
impl_get(T &value)gepetto::viewer::PropertyTpl< T >inlineprotectedvirtual
impl_set(const T &value)gepetto::viewer::PropertyTpl< T >inlineprotectedvirtual
PropertyTpl(const std::string &name, const Getter_t &g, const Setter_t &s)gepetto::viewer::PropertyTpl< T >inline
Ptr_t typedefgepetto::viewer::PropertyTpl< T >
setter() constgepetto::viewer::PropertyTpl< T >inline
setter(const Setter_t &s)gepetto::viewer::PropertyTpl< T >inline
Setter_t typedefgepetto::viewer::PropertyTpl< T >
setterFromMemberFunction(Obj *obj, void(Obj::*mem_func)(const T &))gepetto::viewer::PropertyTpl< T >inlinestatic
setterFromMemberFunction(Obj *obj, void(Obj::*mem_func)(T))gepetto::viewer::PropertyTpl< T >inlinestatic
type()gepetto::viewer::PropertyTpl< T >inlinevirtual
~PropertyTpl()gepetto::viewer::PropertyTpl< T >inlinevirtual