![]() |
NEURON
|
#include <ocglyph.h>
Public Member Functions | |
| OcGlyphContainer () | |
| virtual void | intercept (bool) |
| virtual void | box_append (OcGlyph *)=0 |
| virtual void | request (Requisition &) const |
Public Member Functions inherited from OcGlyph | |
| OcGlyph (Glyph *body=NULL) | |
| virtual | ~OcGlyph () |
| virtual void | save (std::ostream &) |
| virtual bool | has_window () |
| virtual PrintableWindow * | window () |
| virtual void | window (PrintableWindow *) |
| virtual PrintableWindow * | make_window (Coord left=-1, Coord bottom=-1, Coord width=-1, Coord height=-1) |
| virtual void | no_parents () |
| void | parents (bool) |
| virtual bool | dialog (const char *label, const char *accept, const char *cancel) |
| bool | dialog_dismiss (bool b) |
| virtual void | def_size (Coord &w, Coord &h) const |
| int | session_priority () |
| void | session_priority (int i) |
Private Attributes | |
| OcGlyphContainer * | parent_ |
| bool | recurse_ |
| OcGlyphContainer::OcGlyphContainer | ( | ) |
|
virtual |
|
virtual |
|
private |