![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Command class. More...
#include <ivstudio/edit.h>
Public Member Functions | |
| virtual IlvStError * | doIt (IlvStudio *, IlAny) |
Protected Member Functions | |
| virtual IlvStError * | makeObject (IlvGraphic *&g, IlvStudio *editor, IlAny arg)=0 |
| Returns the object which must be added. | |
Command class.
Library: ivstudio
This class is used to define the code of an Rogue Wave Views Studio command which is used to add a new object to the current buffer.
| virtual IlvStError* IlvStClickAddObject::doIt | ( | IlvStudio * | editor, | |
| IlAny | arg | |||
| ) | [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. Implements IlvStCommand.
| virtual IlvStError* IlvStClickAddObject::makeObject | ( | IlvGraphic *& | g, | |
| IlvStudio * | editor, | |||
| IlAny | arg | |||
| ) | [protected, pure virtual] |
Returns the object which must be added.
| g | Contains the created object. | |
| editor | The editor which calls the command. | |
| arg | Internal using. |
null if successful, otherwise returns an instance of IlvStError. © 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.