//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, Fnd0DiagramDelegate Filename: Fnd0DiagramDelegate.hxx Module: Fnd0nweditor @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0DIAGRAMDELEGATE_HXX #define TEAMCENTER__FND0DIAGRAMDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0DiagramDelegate; } namespace Teamcenter { class Fnd0DiagramImpl; } namespace Teamcenter { class Fnd0Diagram; } namespace Teamcenter { class Fnd0DiagramGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class FND0NWEDITOR_API Teamcenter_alias::Fnd0DiagramDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0DiagramDelegate instance static Fnd0DiagramDelegate& getInstance(); // Method to create the Fnd0DiagramImpl pointer static Fnd0DiagramImpl* createImpl( Fnd0Diagram& ifObj ); // Method to delete the Fnd0DiagramImpl pointer static void deleteImpl( Fnd0DiagramImpl* impl ); protected: // Pointer to the instance static Fnd0DiagramDelegate* m_pInstance; Fnd0DiagramDelegate(); virtual ~Fnd0DiagramDelegate(); static void setInstance( Fnd0DiagramDelegate* instance ); private: friend class ::Teamcenter::Fnd0DiagramGenImpl; }; #include #endif // TEAMCENTER__FND0DIAGRAMDELEGATE_HXX