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, EPMConditionTaskTemplateDelegate
|
|
Filename: EPMConditionTaskTemplateDelegate.hxx
|
|
Module: epm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__EPMCONDITIONTASKTEMPLATEDELEGATE_HXX
|
|
#define TEAMCENTER__EPMCONDITIONTASKTEMPLATEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <epm/EPMConditionTaskTemplate.hxx>
|
|
|
|
#include <epm/libepm_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class EPMConditionTaskTemplateDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class EPMConditionTaskTemplateImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class EPMConditionTaskTemplate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class EPMConditionTaskTemplateGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class EPM_API Teamcenter_alias::EPMConditionTaskTemplateDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the EPMConditionTaskTemplateDelegate instance
|
|
static EPMConditionTaskTemplateDelegate& getInstance();
|
|
|
|
// Method to create the EPMConditionTaskTemplateImpl pointer
|
|
static EPMConditionTaskTemplateImpl* createImpl( EPMConditionTaskTemplate& ifObj );
|
|
|
|
// Method to delete the EPMConditionTaskTemplateImpl pointer
|
|
static void deleteImpl( EPMConditionTaskTemplateImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static EPMConditionTaskTemplateDelegate* m_pInstance;
|
|
|
|
EPMConditionTaskTemplateDelegate();
|
|
virtual ~EPMConditionTaskTemplateDelegate();
|
|
static void setInstance( EPMConditionTaskTemplateDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::EPMConditionTaskTemplateGenImpl;
|
|
|
|
};
|
|
|
|
#include <epm/libepm_undef.h>
|
|
#endif // TEAMCENTER__EPMCONDITIONTASKTEMPLATEDELEGATE_HXX
|