![]() |
NEURON
|
#include <apwindow.h>
Public Member Functions | |
| StandardWindow (Glyph *main, Glyph *info=NULL, Menu *m=NULL, Glyph *l=NULL, Glyph *r=NULL) | |
| virtual | ~StandardWindow () |
| Menu * | menubar () |
| Glyph * | canvas_glyph () |
| Glyph * | info () |
| Glyph * | lbox () |
| Glyph * | rbox () |
Public Member Functions inherited from PrintableWindow | |
| PrintableWindow (OcGlyph *) | |
| virtual | ~PrintableWindow () |
| virtual void | map () |
| virtual void | unmap () |
| virtual void | hide () |
| virtual bool | receive (const Event &) |
| virtual void | reconfigured () |
| virtual Glyph * | print_glyph () |
| virtual Coord | left_pw () const |
| virtual Coord | bottom_pw () const |
| virtual Coord | width_pw () const |
| virtual Coord | height_pw () const |
| void | type (const char *) |
| const char * | type () const |
| virtual void | map_notify () |
| virtual void | unmap_notify () |
| virtual Coord | save_left () const |
| virtual Coord | save_bottom () const |
| int | xleft () const |
| int | xtop () const |
| void | xplace (int left, int top) |
| void | xmove (int left, int top) |
| void | request_on_resize (bool) |
Public Member Functions inherited from DismissableWindow | |
| DismissableWindow (Glyph *, bool force_menubar=false) | |
| virtual | ~DismissableWindow () |
| virtual void | dismiss () |
| virtual const char * | name () const |
| virtual void | name (const char *) |
| virtual void | replace_dismiss_action (WinDismiss *) |
| virtual Glyph * | glyph () const |
| virtual void | configure () |
| virtual void | set_attributes () |
| MenuItem * | append_menubar (const char *) |
Public Member Functions inherited from Observable | |
| Observable ()=default | |
| virtual | ~Observable () |
| virtual void | attach (Observer *) |
| virtual void | detach (Observer *) |
| virtual void | notify () |
Private Attributes | |
| Menu * | m_ |
| Glyph * | can_ |
| Glyph * | info_ |
| Glyph * | l_ |
| Glyph * | r_ |
Additional Inherited Members | |
Static Public Member Functions inherited from PrintableWindow | |
| static OcGlyphContainer * | intercept (OcGlyphContainer *) |
| static PrintableWindow * | leader () |
| static void | leader (PrintableWindow *w) |
Static Public Member Functions inherited from DismissableWindow | |
| static bool | is_transient () |
Protected Member Functions inherited from PrintableWindow | |
| virtual void | default_geometry () |
Definition at line 118 of file apwindow.h.
| StandardWindow::StandardWindow | ( | Glyph * | main, |
| Glyph * | info = NULL, |
||
| Menu * | m = NULL, |
||
| Glyph * | l = NULL, |
||
| Glyph * | r = NULL |
||
| ) |
|
virtual |
| Glyph* StandardWindow::canvas_glyph | ( | ) |
| Glyph* StandardWindow::info | ( | ) |
| Glyph* StandardWindow::lbox | ( | ) |
| Menu* StandardWindow::menubar | ( | ) |
| Glyph* StandardWindow::rbox | ( | ) |
|
private |
Definition at line 134 of file apwindow.h.
|
private |
Definition at line 135 of file apwindow.h.
|
private |
Definition at line 135 of file apwindow.h.
|
private |
Definition at line 133 of file apwindow.h.
|
private |
Definition at line 135 of file apwindow.h.