Inheritance diagram for TextRegion:

These mappings are stored in HRD files.
Public Member Functions | |
| TextRegion (const String *_stext, const String *_etext, const String *_sback, const String *_eback) | |
| Initial constructor. | |
| TextRegion (const TextRegion &rd) | |
| Copy constructor. | |
| void | assignParent (const RegionDefine *_parent) |
| Assigns region define with it's parent values. | |
| void | setValues (const RegionDefine *_rd) |
Direct assign of all passed rd values. | |
| RegionDefine * | clone () const |
Static Public Member Functions | |
| static const TextRegion * | cast (const RegionDefine *rd) |
| Static method, used to cast RegionDefine class into TextRegion class. | |
Data Fields | |
| const String * | stext |
| Text wrapping information. | |
| const String * | etext |
| const String * | sback |
| const String * | eback |
|
|
Copy constructor. Clones all values including region reference |
|
|
Static method, used to cast RegionDefine class into TextRegion class.
|
|
|
Assigns region define with it's parent values. All fields are to be replaced, if they are null-ed. Implements RegionDefine. |
|
|
Direct assign of all passed Do not assign region reference. Implements RegionDefine. |
|
|
Text wrapping information. Pointers are managed externally. |