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
1.9 KiB
78 lines
1.9 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, ImanQueryDelegate
|
|
Filename: ImanQueryDelegate.hxx
|
|
Module: qry
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__IMANQUERYDELEGATE_HXX
|
|
#define TEAMCENTER__IMANQUERYDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <qry/ImanQuery.hxx>
|
|
|
|
#include <qry/libqry_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ImanQueryDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ImanQueryImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ImanQuery;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ImanQueryGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class QRY_API Teamcenter_alias::ImanQueryDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ImanQueryDelegate instance
|
|
static ImanQueryDelegate& getInstance();
|
|
|
|
// Method to create the ImanQueryImpl pointer
|
|
static ImanQueryImpl* createImpl( ImanQuery& ifObj );
|
|
|
|
// Method to delete the ImanQueryImpl pointer
|
|
static void deleteImpl( ImanQueryImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ImanQueryDelegate* m_pInstance;
|
|
|
|
ImanQueryDelegate();
|
|
virtual ~ImanQueryDelegate();
|
|
static void setInstance( ImanQueryDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ImanQueryGenImpl;
|
|
|
|
};
|
|
|
|
#include <qry/libqry_undef.h>
|
|
#endif // TEAMCENTER__IMANQUERYDELEGATE_HXX
|