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.0 KiB
78 lines
2.0 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, BoundingBoxDelegate
|
|
Filename: BoundingBoxDelegate.hxx
|
|
Module: qsearch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__BOUNDINGBOXDELEGATE_HXX
|
|
#define TEAMCENTER__BOUNDINGBOXDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <qsearch/BoundingBox.hxx>
|
|
|
|
#include <qsearch/libqsearch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class BoundingBoxDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BoundingBoxImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BoundingBox;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BoundingBoxGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class QSEARCH_API Teamcenter_alias::BoundingBoxDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the BoundingBoxDelegate instance
|
|
static BoundingBoxDelegate& getInstance();
|
|
|
|
// Method to create the BoundingBoxImpl pointer
|
|
static BoundingBoxImpl* createImpl( BoundingBox& ifObj );
|
|
|
|
// Method to delete the BoundingBoxImpl pointer
|
|
static void deleteImpl( BoundingBoxImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static BoundingBoxDelegate* m_pInstance;
|
|
|
|
BoundingBoxDelegate();
|
|
virtual ~BoundingBoxDelegate();
|
|
static void setInstance( BoundingBoxDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::BoundingBoxGenImpl;
|
|
|
|
};
|
|
|
|
#include <qsearch/libqsearch_undef.h>
|
|
#endif // TEAMCENTER__BOUNDINGBOXDELEGATE_HXX
|