![]() |
ufe
4.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Hint class for Transform3d editTransform3d. More...
#include <transform3d.h>
Public Types | |
enum | Type { NoHint, None = NoHint, Translate, Rotate, Scale, RotatePivot, ScalePivot } |
Public Member Functions | |
EditTransform3dHint ()=default | |
EditTransform3dHint (const EditTransform3dHint &)=delete | |
EditTransform3dHint & | operator= (const EditTransform3dHint &)=delete |
EditTransform3dHint (Type) | |
virtual | ~EditTransform3dHint () |
Type | type () const |
Private Attributes | |
const Type | fType {None} |
Hint class for Transform3d editTransform3d.
This class defines an extensible hint to transfer information into the Ufe::Transform3d::editTransform3d() method, so that the caller can provide information about the context in which the Transform3d interface is being created.
Definition at line 30 of file transform3d.h.
Enumerator | |
---|---|
NoHint | |
None | |
Translate | |
Rotate | |
Scale | |
RotatePivot | |
ScalePivot |
Definition at line 36 of file transform3d.h.
|
default |
|
delete |
Ufe::EditTransform3dHint::EditTransform3dHint | ( | Type | ) |
|
virtual |
|
delete |
|
inline |
Definition at line 43 of file transform3d.h.
Definition at line 47 of file transform3d.h.