#include <VMDMenu.h>
Inheritance diagram for VMDMenu:
Definition at line 27 of file VMDMenu.h.
[virtual]
[inline, protected, virtual]
[inline]
return menu name.
Definition at line 40 of file VMDMenu.h.
Referenced by VMDApp::activate_menus, VMDApp::add_menu, VMDTkMenu::create_window, VMDTkMenu::do_on, and VMDApp::remove_menu.
[pure virtual]
Move the menu to a new place on the screen.
Implemented in VMDFltkMenu.
Referenced by VMDApp::menu_move.
[inline, virtual]
This will make the "molno"-th molecule be the selected one in the VMDMenu. The VMDMenu will return TRUE if it has processed this event, and FALSE if it ignores it. The first molecule starts at 0.
Reimplemented in FileChooserFltkMenu.
Definition at line 51 of file VMDMenu.h.
Referenced by VMDApp::menu_select_mol.
[inline, protected, virtual]
[pure virtual]
return the current location of the form.
Implemented in VMDFltkMenu.
Referenced by VMDApp::menu_location.