//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, Cpd0StructureExpandCursorDispatch Filename: Cpd0StructureExpandCursorDispatch.hxx Module: cpddispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CPD__CPD0STRUCTUREEXPANDCURSORDISPATCH_HXX #define TEAMCENTER__CPD__CPD0STRUCTUREEXPANDCURSORDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace Cpd { class Cpd0StructureExpandCursorDispatch; } } namespace Teamcenter { namespace Cpd { class Cpd0StructureExpandCursorDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class CPDDISPATCH_API Teamcenter::Cpd::Cpd0StructureExpandCursorDispatch : public Teamcenter::Cpd::Cpd0StructureExpandCursorDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cpd0StructureExpandCursorDispatch instance static Cpd0StructureExpandCursorDispatch& getInstance(); private: // Pointer to the dispatch instance static Cpd0StructureExpandCursorDispatch* m_dispatch; // Default Constructor Cpd0StructureExpandCursorDispatch(); // Default Destructor virtual ~Cpd0StructureExpandCursorDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Cpd0StructureExpandCursorDispatch Cpd0StructureExpandCursorDispatch( const Cpd0StructureExpandCursorDispatch& ); // Assignment operator Cpd0StructureExpandCursorDispatch& operator = ( const Cpd0StructureExpandCursorDispatch& ); // friend friend void ::Teamcenter::Cpd::initializecpdInternal(); friend void ::Teamcenter::Cpd::initializecpdExtenders(); friend class Teamcenter::Cpd::Cpd0StructureExpandCursorDelegate; }; #include #endif // TEAMCENTER__CPD__CPD0STRUCTUREEXPANDCURSORDISPATCH_HXX