#include <VMDFltkMenu.h>
Inheritance diagram for VMDFltkMenu:
Public Methods | |
VMDFltkMenu (const char *menuname, const char *title, VMDApp *) | |
~VMDFltkMenu () | |
virtual void | move (int, int) |
Move the menu to a new place on the screen. More... | |
virtual void | where (int &, int &) |
return the current location of the form. More... | |
Protected Methods | |
virtual void | do_on () |
virtual methods for performing on/off actions. More... | |
virtual void | do_off () |
Definition at line 151 of file VMDFltkMenu.h.
|
Definition at line 36 of file VMDFltkMenu.C. |
|
Definition at line 47 of file VMDFltkMenu.C. |
|
Reimplemented from UIObject. Definition at line 57 of file VMDFltkMenu.C. |
|
virtual methods for performing on/off actions.
Reimplemented from UIObject. Definition at line 52 of file VMDFltkMenu.C. |
|
Move the menu to a new place on the screen.
Implements VMDMenu. Definition at line 62 of file VMDFltkMenu.C. |
|
return the current location of the form.
Implements VMDMenu. Definition at line 67 of file VMDFltkMenu.C. |