#include <helpbase.h>
Inheritance diagram for THelpTopic::
Public Methods | |
THelpTopic () | |
THelpTopic (StreamableInit) | |
virtual | ~THelpTopic () |
void | addCrossRef (TCrossRef ref) |
void | addParagraph (TParagraph *p) |
void | getCrossRef (int i, TPoint &loc, uchar &length, int &ref) |
char* | getLine (int line, char *buffer, int buflen) |
int | getNumCrossRefs () |
int | numLines () |
void | setCrossRef (int i, TCrossRef &ref) |
void | setNumCrossRefs (int i) |
void | setWidth (int aWidth) |
Static Public Methods | |
TStreamable* | build () |
Public Attributes | |
TParagraph* | paragraphs |
int | numRefs |
TCrossRef* | crossRefs |
Static Public Attributes | |
const char* const | name |
Protected Methods | |
virtual void | write (opstream &os) |
virtual void* | read (ipstream &is) |
Definition at line 91 of file helpbase.h.
|
Undocumented. |
|
Undocumented. Definition at line 101 of file helpbase.h. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
This pure virtual function must be overridden (or redeclared as pure virtual) in every derived class. The overriding read() function for each streamable class must read the necessary data members from the ipstream object `is'. read() is usually implemented by calling the base class's read() (if any), then extracting any additional data members for the derived class. Reimplemented from TStreamable. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
This pure virtual function must be overridden (or redeclared as pure virtual) in every derived class. The overriding write() function for each streamable class must write the necessary data members to the opstream object `os'. write() is usually implemented by calling the base class's write() (if any), then inserting any additional data members for the derived class. Reimplemented from TStreamable. |
|
Undocumented. Definition at line 153 of file helpbase.h. |
|
Undocumented. Definition at line 174 of file helpbase.h. |
|
Undocumented. Definition at line 149 of file helpbase.h. |
|
Undocumented. Definition at line 145 of file helpbase.h. |