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
Ufe::CodeWrapperContainer Class Reference

A container of multiple CodeWrapper, one per UFE run-time that is involved in an operation. More...

#include <codeWrapper.h>

Public Types

using Container = std::vector< CodeWrapper::Ptr >
 

Public Member Functions

 CodeWrapperContainer (const Selection &selection, const std::string &operationName)
 Creates a container of wrapper, one for each run-time that is used in the selection. More...
 
const ContainercodeWrappers () const
 Retrieves the code wrappers that were created in the constructor. More...
 

Private Attributes

Container fWrappers
 

Detailed Description

A container of multiple CodeWrapper, one per UFE run-time that is involved in an operation.

Definition at line 47 of file codeWrapper.h.

Member Typedef Documentation

◆ Container

Definition at line 50 of file codeWrapper.h.

Constructor & Destructor Documentation

◆ CodeWrapperContainer()

Ufe::CodeWrapperContainer::CodeWrapperContainer ( const Selection selection,
const std::string &  operationName 
)

Creates a container of wrapper, one for each run-time that is used in the selection.

Parameters
selectionthe selection of item that will be affected by an operation.
operationNamethe name of the operation being wrapped.

Member Function Documentation

◆ codeWrappers()

const Container& Ufe::CodeWrapperContainer::codeWrappers ( ) const
inline

Retrieves the code wrappers that were created in the constructor.

Definition at line 61 of file codeWrapper.h.

Member Data Documentation

◆ fWrappers

Container Ufe::CodeWrapperContainer::fWrappers
private

Definition at line 66 of file codeWrapper.h.


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