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