#include <comment.hh>

Public Member Functions | |
| comment (void) | |
| comment (const char *Text) | |
| ~comment (void) | |
| void | Spew (Xwriter &xout) const |
| comment * | Clone (void) const |
| const char * | getText (void) const |
| const char * | getObjType (void) const |
| void | setText (const char *Text) |
| xsil::comment::comment | ( | void | ) |
Default constructer. brief Default constructor.
| xsil::comment::comment | ( | const char * | Text | ) |
Comment constructer. brief Comment constructor.
| Text | Comment text pointer. |
| xsil::comment::~comment | ( | void | ) |
Destructer. brief Destructor.
| void xsil::comment::Spew | ( | Xwriter & | xout | ) | const [virtual] |
Write the Comment to an XML file. brief write Comment to an XML file.
Implements xsil::xobj.
| comment* xsil::comment::Clone | ( | void | ) | const [virtual] |
Clone a comment block. brief Clone the comment object.
Implements xsil::xobj.
| const char* xsil::comment::getText | ( | void | ) | const |
| const char* xsil::comment::getObjType | ( | void | ) | const [virtual] |
Get the object type. brief Get the object type.
Implements xsil::xobj.
| void xsil::comment::setText | ( | const char * | Text | ) |
Set the comment text. brief Set the object text.
| Text | Pointer to the text string. |
1.5.4