rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvPopObjectsCommand Class Reference

Manager command class. More...

#include <ilviews/manager/commands.h>

Inheritance diagram for IlvPopObjectsCommand:
IlvPushObjectsCommand IlvManagerCommand IlvCommand IlvAction

List of all members.

Public Member Functions

 IlvPopObjectsCommand (IlvManager *manager, IlUInt n=0, IlvGraphic *const *obj=0, IlUInt *p=0)
 Constructor.

Detailed Description

Manager command class.

Library: ilvmgr

The class IlvPopObjectsCommand is a subclass of IlvManagerCommand that must be instantiated to record that objects have been brought to the front of a given layer, and make it possible to undo or redo this modification.
This command should be used in place of the IlvManager::pop 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

IlvPopObjectsCommand::IlvPopObjectsCommand ( IlvManager manager,
IlUInt  n = 0,
IlvGraphic *const *  obj = 0,
IlUInt p = 0 
)

Constructor.

Parameters:
manager The manager to which the command applies.
n The number of objects to be brought to the front of the layer.
o The objects to be brought to the front 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.