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
Ufe::SelectionCompositeNotification::Op Struct Reference

#include <selectionNotification.h>

Public Member Functions

 Op (OpType opTypeArg)
 
 Op (OpType opTypeArg, const SceneItem::Ptr &itemArg)
 
 Op (OpType opTypeArg, const SceneItem::Ptr &positionArg, const SceneItem::Ptr &itemArg)
 

Public Attributes

OpType opType
 
SceneItem::Ptr item {nullptr}
 
SceneItem::Ptr position {nullptr}
 

Detailed Description

Definition at line 184 of file selectionNotification.h.

Constructor & Destructor Documentation

◆ Op() [1/3]

Ufe::SelectionCompositeNotification::Op::Op ( OpType  opTypeArg)
inline

Definition at line 185 of file selectionNotification.h.

◆ Op() [2/3]

Ufe::SelectionCompositeNotification::Op::Op ( OpType  opTypeArg,
const SceneItem::Ptr itemArg 
)
inline

Definition at line 186 of file selectionNotification.h.

◆ Op() [3/3]

Ufe::SelectionCompositeNotification::Op::Op ( OpType  opTypeArg,
const SceneItem::Ptr positionArg,
const SceneItem::Ptr itemArg 
)
inline

Definition at line 188 of file selectionNotification.h.

Member Data Documentation

◆ item

SceneItem::Ptr Ufe::SelectionCompositeNotification::Op::item {nullptr}

Definition at line 193 of file selectionNotification.h.

◆ opType

OpType Ufe::SelectionCompositeNotification::Op::opType

Definition at line 192 of file selectionNotification.h.

◆ position

SceneItem::Ptr Ufe::SelectionCompositeNotification::Op::position {nullptr}

Definition at line 194 of file selectionNotification.h.


The documentation for this struct was generated from the following file: