Added beginings of Text implementation

This commit is contained in:
Robert Osfield
2013-09-03 10:17:06 +00:00
parent f5deda56a6
commit fdfe3210ce
7 changed files with 147 additions and 0 deletions

View File

@@ -31,6 +31,12 @@ class OSGPRESENTATION_EXPORT Text : public osgPresentation::Element
META_Node(osgPresentation, Text);
/** load the text subgraph.*/
virtual bool load();
/** Get all types of Properties supported by Presentation Object type, return true if the Properties are supported, false otherwise.*/
virtual bool getSupportedProperties(PropertyList&);
protected :
virtual ~Text() {}