Views
Manager Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions
IlvSymmetryObjectCommand Class Reference

Manager command class. More...

#include <ilviews/manager/commands.h>

Inheritance diagram for IlvSymmetryObjectCommand:
IlvManagerCommand IlvCommand IlvAction

Public Member Functions

 IlvSymmetryObjectCommand (IlvManager *m, IlvGraphic *g, IlvDirection direction)
 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 IlvSymmetryObjectCommand is a subclass of IlvManagerCommand that must be instantiated to record that objects have been flipped, and make it possible to undo the modification. Note that not all objects can be flipped.

Constructor & Destructor Documentation

◆ IlvSymmetryObjectCommand()

IlvSymmetryObjectCommand::IlvSymmetryObjectCommand ( IlvManager m,
IlvGraphic g,
IlvDirection  direction 
)

Constructor.

Parameters
mThe manager to which the command applies.
gThe graphic object to be flipped.
directionThe direction in which objects should be flipped.