Choreonoid  1.8
Public Member Functions | Public Attributes | List of all members
cnoid::VRMLFontStyle Class Reference

VRML FontStyle node. More...

#include <VRML.h>

Inheritance diagram for cnoid::VRMLFontStyle:
cnoid::VRMLNode cnoid::Referenced

Public Member Functions

 VRMLFontStyle ()
 
virtual const char * typeName () const override
 
- Public Member Functions inherited from cnoid::VRMLNode
 VRMLNode ()
 
virtual ~VRMLNode ()
 
bool isCategoryOf (VRMLNodeCategory category)
 
- Public Member Functions inherited from cnoid::Referenced
virtual ~Referenced ()
 

Public Attributes

MFString family
 
SFBool horizontal
 
MFString justify
 
SFString language
 
SFBool leftToRight
 
SFFloat size
 
SFFloat spacing
 
SFString style
 
SFBool topToBottom
 
- Public Attributes inherited from cnoid::VRMLNode
std::string defName
 

Additional Inherited Members

- Protected Member Functions inherited from cnoid::Referenced
 Referenced ()
 
 Referenced (const Referenced &)
 
int refCount () const
 
- Protected Attributes inherited from cnoid::VRMLNode
std::bitset< NUM_VRML_NODE_CATEGORIEScategorySet
 

Detailed Description

VRML FontStyle node.

Constructor & Destructor Documentation

◆ VRMLFontStyle()

VRMLFontStyle::VRMLFontStyle ( )

Member Function Documentation

◆ typeName()

const char * VRMLFontStyle::typeName ( ) const
overridevirtual

Implements cnoid::VRMLNode.

Member Data Documentation

◆ family

MFString cnoid::VRMLFontStyle::family

◆ horizontal

SFBool cnoid::VRMLFontStyle::horizontal

◆ justify

MFString cnoid::VRMLFontStyle::justify

◆ language

SFString cnoid::VRMLFontStyle::language

◆ leftToRight

SFBool cnoid::VRMLFontStyle::leftToRight

◆ size

SFFloat cnoid::VRMLFontStyle::size

◆ spacing

SFFloat cnoid::VRMLFontStyle::spacing

◆ style

SFString cnoid::VRMLFontStyle::style

◆ topToBottom

SFBool cnoid::VRMLFontStyle::topToBottom

The documentation for this class was generated from the following files: