#include <FileChooserFltkMenu.h>
Inheritance diagram for FileChooserFltkMenu:
Public Methods | |
FileChooserFltkMenu (VMDApp *) | |
int | selectmol (int molno) |
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. More... | |
Protected Methods | |
int | act_on_command (int, Command *) |
update the display due to a command being executed. Return whether any action was taken on this command. Arguments are the command type, command object, and the success of the command (T or F). More... |
Definition at line 33 of file FileChooserFltkMenu.h.
|
Definition at line 421 of file FileChooserFltkMenu.C. References UIObject::command_wanted, Command::MOL_DEL, Command::MOL_NEW, Command::MOL_RENAME, and Command::PLUGIN_UPDATE. |
|
update the display due to a command being executed. Return whether any action was taken on this command. Arguments are the command type, command object, and the success of the command (T or F).
Reimplemented from UIObject. Definition at line 443 of file FileChooserFltkMenu.C. References Command::MOL_DEL, Command::MOL_NEW, Command::MOL_RENAME, and Command::PLUGIN_UPDATE. |
|
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 from VMDMenu. Definition at line 437 of file FileChooserFltkMenu.C. |