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