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

#include <sceneNotification.h>

Collaboration diagram for Ufe::SceneCompositeNotification::Op:

Public Member Functions

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

Public Attributes

OpType opType
 
SceneItem::Ptr item
 
Path path
 

Detailed Description

Definition at line 385 of file sceneNotification.h.

Constructor & Destructor Documentation

◆ Op() [1/4]

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

Definition at line 387 of file sceneNotification.h.

◆ Op() [2/4]

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

Definition at line 390 of file sceneNotification.h.

◆ Op() [3/4]

Ufe::SceneCompositeNotification::Op::Op ( OpType  opTypeArg,
const Path pathArg 
)
inline

Definition at line 393 of file sceneNotification.h.

◆ Op() [4/4]

Ufe::SceneCompositeNotification::Op::Op ( OpType  opTypeArg,
const SceneItem::Ptr itemArg,
const Path pathArg 
)
inline

Definition at line 396 of file sceneNotification.h.

Member Data Documentation

◆ item

SceneItem::Ptr Ufe::SceneCompositeNotification::Op::item

Definition at line 400 of file sceneNotification.h.

◆ opType

OpType Ufe::SceneCompositeNotification::Op::opType

Definition at line 399 of file sceneNotification.h.

◆ path

Path Ufe::SceneCompositeNotification::Op::path

Definition at line 401 of file sceneNotification.h.


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