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