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
globalSelection.h
Go to the documentation of this file.
1 #line 1 "S:/jenkins/workspace/ECP/ufe/ufe-full-python3.10-windows/ufe/include/globalSelection.h"
2 #ifndef _globalSelection
3 #define _globalSelection
4 // ===========================================================================
5 // Copyright 2018 Autodesk, Inc. All rights reserved.
6 //
7 // Use of this software is subject to the terms of the Autodesk license
8 // agreement provided at the time of installation or download, or which
9 // otherwise accompanies this software in either electronic or hard copy form.
10 // ===========================================================================
11 
12 #include "common/ufeExport.h"
13 
14 #include <memory>
15 
16 UFE_NS_DEF {
17 
18 class ObservableSelection;
19 
33 namespace GlobalSelection {
34 
35 typedef std::shared_ptr<ObservableSelection> Ptr;
36 
48 UFE_SDK_DECL void initializeInstance(const Ptr& globalSelection);
49 
51 UFE_SDK_DECL const Ptr& get();
52 }
53 
54 }
55 
56 #endif /* _globalSelection */
Definition of macros for symbol visibility.
std::shared_ptr< ObservableSelection > Ptr
#define UFE_NS_DEF
Definition: ufe.h:35
void initializeInstance(const Ptr &globalSelection)
#define UFE_SDK_DECL
Definition: ufeExport.h:36