Go to the source code of this file.
Compounds | |
class | TNode |
Implements a node of the outline. More... | |
class | TOutline |
Implements a simple outline viewer. More... | |
class | TOutlineViewer |
Implements an outline viewer. More... | |
Functions | |
ipstream& | operator>> (ipstream &is, TOutline &o) |
ipstream& | operator>> (ipstream &is, TOutline *&o) |
opstream& | operator<< (opstream &os, TOutline &o) |
opstream& | operator<< (opstream &os, TOutline *o) |
Variables | |
const int | ovExpanded = 0x01 |
const int | ovChildren = 0x02 |
const int | ovLast = 0x04 |
const int | cmOutlineItemSelected = 301 |
Definition in file outline.h.
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |