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