#include <field.h>
Public Member Functions | |
AP_String | accessType (void) const |
field (const AP_Xml &xml, SFNode scene) | |
AP_String | name (void) const |
Inline. | |
void | setValue (const AP_String &value) |
void | setValueResolved (X3DField *value) |
AP_String | type (void) const |
AP_String | value (void) const |
Protected Attributes | |
AP_String | _m_accessType |
AP_String | _m_name |
AP_String | _m_type |
AP_String | _m_value |
X3DField * | _m_valueResolved |
AP_String accessType | ( | void | ) | const [inline] |
AP_String name | ( | void | ) | const [inline] |
Inline.
void setValue | ( | const AP_String & | value | ) | [inline] |
void setValueResolved | ( | X3DField * | value | ) | [inline] |
AP_String type | ( | void | ) | const [inline] |
AP_String value | ( | void | ) | const [inline] |
AP_String _m_accessType [protected] |
X3DField* _m_valueResolved [protected] |