#include <MaterialFltkMenu.h>
Inheritance diagram for MaterialFltkMenu:
Public Methods | |
MaterialFltkMenu (VMDApp *) | |
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 32 of file MaterialFltkMenu.h.
|
Definition at line 98 of file MaterialFltkMenu.C. References UIObject::command_wanted, Command::MATERIAL_ADD, Command::MATERIAL_CHANGE, Command::MATERIAL_DEFAULT, Command::MATERIAL_DELETE, and Command::MATERIAL_RENAME. |
|
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 249 of file MaterialFltkMenu.C. References UIObject::app, Command::MATERIAL_ADD, Command::MATERIAL_CHANGE, Command::MATERIAL_DEFAULT, Command::MATERIAL_DELETE, MaterialList::material_name, Command::MATERIAL_RENAME, and VMDApp::materialList. |