ufe 6.5
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
light2Handler.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/light2Handler.h"
2#ifndef UFE_LIGHT2HANDLER_H
3#define UFE_LIGHT2HANDLER_H
4// ===========================================================================
5// Copyright 2025 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 "light2.h"
13#include "sceneItem.h"
14
16
17class Path;
18
20
27{
28public:
29 typedef std::shared_ptr<Light2Handler> Ptr;
33 Light2Handler(const Light2Handler&) = default;
35 virtual ~Light2Handler();
36
44 const SceneItem::Ptr& item) const = 0;
45
46};
47
48}
49
50#endif /* UFE_LIGHT2HANDLER_H */
Factory base class for Light2 interface.
Definition: light2Handler.h:27
Light2Handler()
Constructor.
std::shared_ptr< Light2Handler > Ptr
Definition: light2Handler.h:29
virtual ~Light2Handler()
Destructor.
virtual Light2::Ptr light(const SceneItem::Ptr &item) const =0
Light2Handler(const Light2Handler &)=default
Default copy constructor.
std::shared_ptr< Light2 > Ptr
Definition: light2.h:113
std::shared_ptr< SceneItem > Ptr
Definition: sceneItem.h:44
#define UFE_NS_DEF
Definition: ufe.h:35
#define UFE_SDK_DECL
Definition: ufeExport.h:36