VRML FontStyle node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlFontStyle () | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
MFString | family |
SFBool | horizontal |
MFString | justify |
SFString | language |
SFBool | leftToRight |
SFFloat | size |
SFFloat | spacing |
SFString | style |
SFBool | topToBottom |
Public Attributes inherited from hrp::VrmlNode | |
std::string | defName |
Additional Inherited Members | |
Static Public Member Functions inherited from hrp::VrmlNode | |
static const char * | getLabelOfFieldType (int type) |
Protected Attributes inherited from hrp::VrmlNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
VRML FontStyle node.
Definition at line 422 of file VrmlNodes.h.
VrmlFontStyle::VrmlFontStyle | ( | ) |
Definition at line 270 of file VrmlNodes.cpp.
MFString hrp::VrmlFontStyle::family |
Definition at line 427 of file VrmlNodes.h.
SFBool hrp::VrmlFontStyle::horizontal |
Definition at line 428 of file VrmlNodes.h.
MFString hrp::VrmlFontStyle::justify |
Definition at line 429 of file VrmlNodes.h.
SFString hrp::VrmlFontStyle::language |
Definition at line 430 of file VrmlNodes.h.
SFBool hrp::VrmlFontStyle::leftToRight |
Definition at line 431 of file VrmlNodes.h.
SFFloat hrp::VrmlFontStyle::size |
Definition at line 432 of file VrmlNodes.h.
SFFloat hrp::VrmlFontStyle::spacing |
Definition at line 433 of file VrmlNodes.h.
SFString hrp::VrmlFontStyle::style |
Definition at line 434 of file VrmlNodes.h.
SFBool hrp::VrmlFontStyle::topToBottom |
Definition at line 435 of file VrmlNodes.h.