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