![]() |
ufe 5.5
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Abstract class for set Value4 command. More...
#include <baseUndoableCommands.h>


Public Types | |
| typedef std::shared_ptr< SetValue4UndoableCommand > | Ptr |
| typedef VALUE_TYPE | ValueType |
Public Types inherited from Ufe::UndoableCommand | |
| typedef std::shared_ptr< UndoableCommand > | Ptr |
Public Member Functions | |
| SetValue4UndoableCommand (const Path &path) | |
| Constructor. More... | |
| ~SetValue4UndoableCommand () override | |
| Destructor. More... | |
| virtual bool | set (VALUE_TYPE x, VALUE_TYPE y, VALUE_TYPE z, VALUE_TYPE w)=0 |
Public Member Functions inherited from Ufe::BaseUndoableCommand | |
| BaseUndoableCommand (const Path &path) | |
| ~BaseUndoableCommand () override | |
| void | setPath (const Path &path) |
| Set the path of the object onto which the command is applied. More... | |
| const Path & | path () const |
| Ufe::SceneItem::Ptr | sceneItem () const |
Public Member Functions inherited from Ufe::UndoableCommand | |
| virtual | ~UndoableCommand () |
| Destructor. More... | |
| virtual std::string | commandString () const |
| Get a user friendly string representation of the command. More... | |
| virtual void | execute () |
| virtual void | undo ()=0 |
| virtual void | redo ()=0 |
Additional Inherited Members | |
Protected Member Functions inherited from Ufe::UndoableCommand | |
| UndoableCommand () | |
| Constructor. More... | |
| UndoableCommand (const UndoableCommand &)=delete | |
| Deleting copy constructor. More... | |
Abstract class for set Value4 command.
Definition at line 114 of file baseUndoableCommands.h.
| typedef std::shared_ptr<SetValue4UndoableCommand> Ufe::SetValue4UndoableCommand< VALUE_TYPE >::Ptr |
Definition at line 117 of file baseUndoableCommands.h.
| typedef VALUE_TYPE Ufe::SetValue4UndoableCommand< VALUE_TYPE >::ValueType |
Definition at line 118 of file baseUndoableCommands.h.
|
inline |
Constructor.
Definition at line 121 of file baseUndoableCommands.h.
|
inlineoverride |
Destructor.
Definition at line 123 of file baseUndoableCommands.h.
|
pure virtual |
Set the Value4
!
| x | x component of vector. ! |
| y | y component of vector. ! |
| z | z component of vector. ! |
| w | w component of vector. |