rwlogo

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

List of all members | Public Member Functions
IlvAddObjectsCommand Class Reference

Manager command class. More...

#include <ilviews/manager/commands.h>

Inheritance diagram for IlvAddObjectsCommand:
IlvManagerCommand IlvCommand IlvAction

Public Member Functions

 IlvAddObjectsCommand (IlvManager *m, IlUInt n, IlvGraphic *const *o, int *layers=0)
 Constructor. More...
 
- Public Member Functions inherited from IlvManagerCommand
 IlvManagerCommand (IlvManager *manager)
 Constructor. More...
 
IlvManagergetManager () const
 Returns the manager. More...
 

Detailed Description

Manager command class.

Library: ilvmgr

The class IlvAddObjectsCommand is a subclass of IlvManagerCommand that must be instantiated once several objects have been added to an IlvManager to record the modification and make it possible to undo or redo it.
This class is provided for compatibility purposes only.

Constructor & Destructor Documentation

IlvAddObjectsCommand::IlvAddObjectsCommand ( IlvManager m,
IlUInt  n,
IlvGraphic *const *  o,
int *  layers = 0 
)

Constructor.

Parameters
mThe manager to which the objects and commands are added.
nThe number of added objects.
oThe added objects. These objects will be removed when the command is undone, and deleted if the command is deleted and is considered as not executed (that is, it has not been added to a command history).
layersThe layers to which the objects are added.

© Copyright 2014, 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.