#include <CmdMenu.h>
Inheritance diagram for CmdMenuShow:
Public Methods | |
CmdMenuShow (const char *name, int turnon) | |
~CmdMenuShow (void) | |
Public Attributes | |
int | turnOn |
char * | menuname |
Protected Methods | |
virtual void | create_text (void) |
virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More... |
Definition at line 30 of file CmdMenu.h.
|
|
|
Definition at line 40 of file CmdMenu.C. References menuname. |
|
virtual function which is called when a text version of the command must be created to be printed to the console or a log file.
Reimplemented from Command. Definition at line 29 of file CmdMenu.C. References Command::cmdText, menuname, and turnOn. |
|
Definition at line 33 of file CmdMenu.h. Referenced by CmdMenuShow, create_text, and ~CmdMenuShow. |
|
Definition at line 32 of file CmdMenu.h. Referenced by CmdMenuShow, and create_text. |