#include <RenderFltkMenu.h>
Inheritance diagram for RenderFltkMenu:
Public Methods | |
RenderFltkMenu (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 19 of file RenderFltkMenu.h.
|
Definition at line 77 of file RenderFltkMenu.C. References UIObject::command_wanted, and Command::RENDER_OPTION. |
|
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 147 of file RenderFltkMenu.C. References UIObject::app, VMDApp::filerender_shortname_from_prettyname, CmdRenderOption::method, CmdRenderOption::option, and Command::RENDER_OPTION. |