#include <archon/x3d/proxy/node.autogen.H>
Inheritance diagram for Archon::X3D::Proxy::Text:
Public Member Functions | |
std::vector< std::string > | getString () |
void | setString (const std::vector< std::string > &v) |
Ref< FontStyleNode > | getFontStyle () |
void | setFontStyle (Ref< FontStyleNode > v) |
std::vector< double > | getLength () |
void | setLength (const std::vector< double > &v) |
double | getMaxExtent () |
void | setMaxExtent (double v) |
bool | getSolid () |
void | setSolid (bool v) |
Static Public Member Functions | |
static Ref< Text > | create (Ref< ExecutionContext > c) |
static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes | |
InputOutputSeq< MFString > | string |
InputOutput< SFNode< FontStyleNode > > | fontStyle |
InputOutputSeq< MFFloat > | length |
InputOutput< SFFloat > | maxExtent |
InitializeOnly< SFBool > | solid |
Definition at line 2850 of file node.autogen.H.