You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.1 KiB

//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 <common/tc_deprecation_macros.h>
#include <qsearch/BoundingMultiBox.hxx>
#include <qsearch/libqsearch_exports.h>
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 <qsearch/libqsearch_undef.h>
#endif // TEAMCENTER__BOUNDINGMULTIBOXDELEGATE_HXX