![]() |
NEURON
|
#include <scenevie.h>
Public Member Functions | |
| OcViewGlyph (XYView *) | |
| virtual | ~OcViewGlyph () |
| XYView * | view () |
| virtual void | save (std::ostream &) |
| void | viewmenu (Glyph *) |
Public Member Functions inherited from OcGlyph | |
| OcGlyph (Glyph *body=NULL) | |
| virtual | ~OcGlyph () |
| 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 | |
| XYView * | v_ |
| Glyph * | g_ |
Definition at line 89 of file scenevie.h.
| OcViewGlyph::OcViewGlyph | ( | XYView * | ) |
|
virtual |
|
virtual |
Reimplemented from OcGlyph.
|
inline |
Definition at line 93 of file scenevie.h.
| void OcViewGlyph::viewmenu | ( | Glyph * | ) |
|
private |
Definition at line 101 of file scenevie.h.
|
private |
Definition at line 100 of file scenevie.h.