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