rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Manager Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvTranslateObjectCommand Class Reference

Manager command class. More...

#include <ilviews/manager/commands.h>

Inheritance diagram for IlvTranslateObjectCommand:
IlvManagerCommand IlvCommand IlvAction

List of all members.


Detailed Description

Manager command class.

Library: ilvmgr

The class IlvTranslateObjectCommand is a subclass of IlvManagerCommand that must be instantiated to record that objects have been translated, and make it possible to undo the operation. It is provided for compatibility purposes only.
To move objects while recording value changes, we suggest that you use the changeValue methods, which are more generic, on the object.

 IlvValue v[2];
 v[0] = IlvValue("x", newX);
 v[1] = IlvValue("y", newY);
 myObject->changeValues(v, 2); 
 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.