ufe 6.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
ufeFwd.h
Go to the documentation of this file.
1#line 1 "D:/Jenkins/workspace/EMS/ECG/ufe/full/ufe-full-python3.11-windows/ufe/include/ufeFwd.h"
2#ifndef _ufeSceneItemFwd
3#define _ufeSceneItemFwd
4// ===========================================================================
5// Copyright 2023 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 "ufe.h"
13
14#include <memory>
15
17
18class SceneItem;
19class UndoableCommand;
20
21using SceneItemPtr = std::shared_ptr<SceneItem>;
22using UndoableCommandPtr = std::shared_ptr<UndoableCommand>;
23}
24
25#endif /* _ufeSceneItemFwd */
std::shared_ptr< UndoableCommand > UndoableCommandPtr
Definition: ufeFwd.h:22
std::shared_ptr< SceneItem > SceneItemPtr
Definition: ufeFwd.h:21
#define UFE_NS_DEF
Definition: ufe.h:35