//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, DrawingProxyDelegate Filename: DrawingProxyDelegate.hxx Module: cba @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CBA__DRAWINGPROXYDELEGATE_HXX #define TEAMCENTER__CBA__DRAWINGPROXYDELEGATE_HXX #include #include #include namespace Teamcenter { namespace cba { class DrawingProxyDelegate; } } namespace Teamcenter { namespace cba { class DrawingProxyImpl; } } namespace Teamcenter { namespace cba { class DrawingProxy; } } namespace Teamcenter { namespace cba { class DrawingProxyGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CBA_API Teamcenter_alias::cba::DrawingProxyDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the DrawingProxyDelegate instance static DrawingProxyDelegate& getInstance(); // Method to create the DrawingProxyImpl pointer static DrawingProxyImpl* createImpl( DrawingProxy& ifObj ); // Method to delete the DrawingProxyImpl pointer static void deleteImpl( DrawingProxyImpl* impl ); protected: // Pointer to the instance static DrawingProxyDelegate* m_pInstance; DrawingProxyDelegate(); virtual ~DrawingProxyDelegate(); static void setInstance( DrawingProxyDelegate* instance ); private: friend class ::Teamcenter::cba::DrawingProxyGenImpl; }; #include #endif // TEAMCENTER__CBA__DRAWINGPROXYDELEGATE_HXX