Public Member Functions | Private Attributes

RawText Class Reference

Interal used class to create a raw text in a Text object. More...

#include <script_text.hpp>

Inheritance diagram for RawText:
Text ScriptObject SimpleCountedObject

Public Member Functions

 RawText (const char *text)
const char * GetEncodedText ()
 Convert a ScriptText to a normal string.

Private Attributes

const char * text

Detailed Description

Interal used class to create a raw text in a Text object.

-all

Definition at line 36 of file script_text.hpp.


Member Function Documentation

const char* RawText::GetEncodedText (  )  [inline, virtual]

Convert a ScriptText to a normal string.

Returns:
A string (in a static buffer), or NULL. -all

Implements Text.

Definition at line 42 of file script_text.hpp.


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