Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Command class. More...
#include <ivstudio/command.h>
Public Member Functions | |
virtual IlvStError * | doIt (IlvStudio *editor, IlAny arg)=0 |
Command class.
Library: ivstudio
This class is used to define the code of an Rogue Wave Views Studio command. The command description (label, prompt, and so on) must be included in a command file (.cmd), the predefined commands are declared in studio.cmd
.
virtual IlvStError* IlvStCommand::doIt | ( | IlvStudio * | editor, | |
IlAny | arg | |||
) | [pure virtual] |
Short Called to execute the command.
editor | The editor which calls the command. | |
arg | Internal Using. |
null
if successful, otherwise returns an instance of IlvStError
. Implemented in IlvStClickAddObject, IlvStSetMode, and IlvStShowPanel.
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.