Command class. More...
#include <ivstudio/panel.h>
Public Member Functions | |
IlvStShowPanel (IlvStPanelHandler *panel) | |
Initializes an instance of IlvStPanelHandler . More... | |
virtual IlvStError * | doIt (IlvStudio *, IlAny) |
Executes the command. More... | |
Command class.
Library: ivstudio
This class is used to define the code of a Rogue Wave Views Studio command which is used to display a panel on the screen.
IlvStShowPanel::IlvStShowPanel | ( | IlvStPanelHandler * | panel | ) |
Initializes an instance of IlvStPanelHandler
.
panel | Handle to the graphic panel. |
|
virtual |
Executes the command.
editor | The editor which calls the command. |
arg | Internal use. |
null
if successful, otherwise returns an instance of IlvStError
. Implements IlvStCommand.