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