rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDeleteObjectCommand Class Reference

Manager command class. More...

#include <ilviews/manager/commands.h>

Inheritance diagram for IlvDeleteObjectCommand:
IlvManagerCommand IlvCommand IlvAction

List of all members.

Public Member Functions

 IlvDeleteObjectCommand (IlvManager *m, IlvGraphic *o, int layer=0)
 Constructor.

Detailed Description

Manager command class.

Library: ilvmgr

The class IlvDeleteObjectCommand is a subclass of IlvManagerCommand that must be instantiated once an object has been removed from 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

IlvDeleteObjectCommand::IlvDeleteObjectCommand ( IlvManager m,
IlvGraphic o,
int  layer = 0 
)

Constructor.

Parameters:
m The manager from which the object and command are removed.
o The removed object. This object will be added again 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).
layer The layer from which the object is removed.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 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.