rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvPushObjectsCommand Class Reference

Manager command class. More...

#include <ilviews/manager/commands.h>

Inheritance diagram for IlvPushObjectsCommand:
IlvManagerCommand IlvCommand IlvAction IlvPopObjectsCommand

List of all members.

Public Member Functions

 IlvPushObjectsCommand (IlvManager *m, IlUInt n=0, IlvGraphic *const *o=0, IlUInt *p=0)
 Constructor.

Detailed Description

Manager command class.

Library: ilvmgr

The class IlvPushObjectsCommand is a subclass of IlvManagerCommand that must be instantiated to record that objects have been sent to the back of a given layer, and make it possible to undo or redo this modification.
This command should be used in place of the IlvManager::push method to store the order of the objects before reordering them. Note that this command is of little interest in subdivided IlvManagerLayer, where the order in which objects are displayed cannot be controlled precisely.

See also:
IlvManagerLayer::allowSubdivision

Constructor & Destructor Documentation

IlvPushObjectsCommand::IlvPushObjectsCommand ( IlvManager m,
IlUInt  n = 0,
IlvGraphic *const *  o = 0,
IlUInt p = 0 
)

Constructor.

Parameters:
m The manager to which the command applies.
n The number of objects to be sent to the back of the layer.
o The objects to be sent to the back of their respective layers.
p Undocumented argument.
 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.