#include <gepetto/viewer/node-property.h>
◆ Property()
graphics::Property::Property |
( |
const std::string & |
name | ) |
|
|
inlineprotected |
◆ get() [1/8]
virtual bool graphics::Property::get |
( |
bool & |
v | ) |
|
|
inlinevirtual |
◆ get() [2/8]
virtual bool graphics::Property::get |
( |
int & |
v | ) |
|
|
inlinevirtual |
◆ get() [3/8]
virtual bool graphics::Property::get |
( |
float & |
v | ) |
|
|
inlinevirtual |
◆ get() [4/8]
virtual bool graphics::Property::get |
( |
std::string & |
v | ) |
|
|
inlinevirtual |
◆ get() [5/8]
virtual bool graphics::Property::get |
( |
unsigned long & |
v | ) |
|
|
inlinevirtual |
◆ get() [6/8]
virtual bool graphics::Property::get |
( |
osgVector2 & |
v | ) |
|
|
inlinevirtual |
◆ get() [7/8]
virtual bool graphics::Property::get |
( |
osgVector3 & |
v | ) |
|
|
inlinevirtual |
◆ get() [8/8]
virtual bool graphics::Property::get |
( |
osgVector4 & |
v | ) |
|
|
inlinevirtual |
◆ hasReadAccess()
virtual bool graphics::Property::hasReadAccess |
( |
| ) |
const |
|
pure virtual |
◆ hasWriteAccess()
virtual bool graphics::Property::hasWriteAccess |
( |
| ) |
const |
|
pure virtual |
◆ invalidGet()
void graphics::Property::invalidGet |
( |
| ) |
const |
|
inlineprotected |
◆ invalidSet()
void graphics::Property::invalidSet |
( |
| ) |
const |
|
inlineprotected |
◆ invalidType()
template<typename T >
void graphics::Property::invalidType |
( |
T |
| ) |
const |
|
inlineprotected |
◆ name()
const std::string& graphics::Property::name |
( |
| ) |
const |
|
inline |
◆ set() [1/8]
virtual bool graphics::Property::set |
( |
const bool & |
v | ) |
|
|
inlinevirtual |
◆ set() [2/8]
virtual bool graphics::Property::set |
( |
const int & |
v | ) |
|
|
inlinevirtual |
◆ set() [3/8]
virtual bool graphics::Property::set |
( |
const float & |
v | ) |
|
|
inlinevirtual |
◆ set() [4/8]
virtual bool graphics::Property::set |
( |
const std::string & |
v | ) |
|
|
inlinevirtual |
◆ set() [5/8]
virtual bool graphics::Property::set |
( |
const unsigned long & |
v | ) |
|
|
inlinevirtual |
◆ set() [6/8]
virtual bool graphics::Property::set |
( |
const osgVector2 & |
v | ) |
|
|
inlinevirtual |
◆ set() [7/8]
virtual bool graphics::Property::set |
( |
const osgVector3 & |
v | ) |
|
|
inlinevirtual |
◆ set() [8/8]
virtual bool graphics::Property::set |
( |
const osgVector4 & |
v | ) |
|
|
inlinevirtual |
◆ type()
virtual std::string graphics::Property::type |
( |
| ) |
|
|
pure virtual |
◆ name_
const std::string graphics::Property::name_ |
|
protected |