![]() |
ufe 5.5
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
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 Container & | codeWrappers () const |
| Retrieves the code wrappers that were created in the constructor. More... | |
Private Attributes | |
| Container | fWrappers |
A container of multiple CodeWrapper, one per UFE run-time that is involved in an operation.
Definition at line 47 of file codeWrapper.h.
| using Ufe::CodeWrapperContainer::Container = std::vector<CodeWrapper::Ptr> |
Definition at line 50 of file codeWrapper.h.
| 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.
| selection | the selection of item that will be affected by an operation. |
| operationName | the name of the operation being wrapped. |
|
inline |
Retrieves the code wrappers that were created in the constructor.
Definition at line 61 of file codeWrapper.h.
|
private |
Definition at line 66 of file codeWrapper.h.