![]() |
ufe
3.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
#include "common/ufeExport.h"#include "undoableCommand.h"#include "hierarchy.h"#include "path.h"#include "types.h"#include <memory>

Go to the source code of this file.
Classes | |
| class | Ufe::BaseUndoableCommand |
| Base class for undoable set operation commands. More... | |
| class | Ufe::SetValueUndoableCommand< VALUE_TYPE > |
| Abstract class for set value command. More... | |
| class | Ufe::SetValue3UndoableCommand< VALUE_TYPE > |
| Abstract class for set Value3 command. More... | |
Namespaces | |
| Ufe | |
Typedefs | |
| using | Ufe::SetFloatUndoableCommand = SetValueUndoableCommand< float > |
| using | Ufe::SetDoubleUndoableCommand = SetValueUndoableCommand< double > |
| using | Ufe::SetMatrix4dUndoableCommand = SetValueUndoableCommand< const Matrix4d & > |
| using | Ufe::SetBoolUndoableCommand = SetValueUndoableCommand< bool > |
| using | Ufe::SetIntUndoableCommand = SetValueUndoableCommand< int > |
| using | Ufe::SetVector3fUndoableCommand = SetValue3UndoableCommand< float > |
| using | Ufe::SetVector3dUndoableCommand = SetValue3UndoableCommand< double > |
| using | Ufe::SetColor3fUndoableCommand = SetValueUndoableCommand< const Color3f & > |