osgEarth 2.1.1
Public Member Functions | Private Attributes

osgEarth::Symbology::TextContent Class Reference

Inheritance diagram for osgEarth::Symbology::TextContent:
Collaboration diagram for osgEarth::Symbology::TextContent:

List of all members.

Public Member Functions

 TextContent ()
 TextContent (const std::string &text)
const std::string & getText () const
void setText (const std::string &text)

Private Attributes

std::string _text

Detailed Description

Content object containing a simple text string.

Definition at line 50 of file Content.


Constructor & Destructor Documentation

osgEarth::Symbology::TextContent::TextContent ( ) [inline]

Definition at line 53 of file Content.

{ }
osgEarth::Symbology::TextContent::TextContent ( const std::string &  text) [inline]

Definition at line 54 of file Content.

: _text( text ) { }

Member Function Documentation

const std::string& osgEarth::Symbology::TextContent::getText ( ) const [inline]

Definition at line 56 of file Content.

{ return _text; }
void osgEarth::Symbology::TextContent::setText ( const std::string &  text) [inline]

Definition at line 58 of file Content.

{ _text = text; }

Member Data Documentation

Definition at line 61 of file Content.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines