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, PIEActionRuleDelegate
|
|
Filename: PIEActionRuleDelegate.hxx
|
|
Module: pie
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PIEACTIONRULEDELEGATE_HXX
|
|
#define TEAMCENTER__PIEACTIONRULEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <pie/PIEActionRule.hxx>
|
|
|
|
#include <pie/libpie_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class PIEActionRuleDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class PIEActionRuleImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class PIEActionRule;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class PIEActionRuleGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class PIE_API Teamcenter_alias::PIEActionRuleDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the PIEActionRuleDelegate instance
|
|
static PIEActionRuleDelegate& getInstance();
|
|
|
|
// Method to create the PIEActionRuleImpl pointer
|
|
static PIEActionRuleImpl* createImpl( PIEActionRule& ifObj );
|
|
|
|
// Method to delete the PIEActionRuleImpl pointer
|
|
static void deleteImpl( PIEActionRuleImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static PIEActionRuleDelegate* m_pInstance;
|
|
|
|
PIEActionRuleDelegate();
|
|
virtual ~PIEActionRuleDelegate();
|
|
static void setInstance( PIEActionRuleDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::PIEActionRuleGenImpl;
|
|
|
|
};
|
|
|
|
#include <pie/libpie_undef.h>
|
|
#endif // TEAMCENTER__PIEACTIONRULEDELEGATE_HXX
|