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, Cm0EffectivityExprBlockDelegate
|
|
Filename: Cm0EffectivityExprBlockDelegate.hxx
|
|
Module: cm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CM0EFFECTIVITYEXPRBLOCKDELEGATE_HXX
|
|
#define TEAMCENTER__CM0EFFECTIVITYEXPRBLOCKDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <cm/Cm0EffectivityExprBlock.hxx>
|
|
|
|
#include <cm/libcm_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Cm0EffectivityExprBlockDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Cm0EffectivityExprBlockImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Cm0EffectivityExprBlock;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Cm0EffectivityExprBlockGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CM_API Teamcenter_alias::Cm0EffectivityExprBlockDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Cm0EffectivityExprBlockDelegate instance
|
|
static Cm0EffectivityExprBlockDelegate& getInstance();
|
|
|
|
// Method to create the Cm0EffectivityExprBlockImpl pointer
|
|
static Cm0EffectivityExprBlockImpl* createImpl( Cm0EffectivityExprBlock& ifObj );
|
|
|
|
// Method to delete the Cm0EffectivityExprBlockImpl pointer
|
|
static void deleteImpl( Cm0EffectivityExprBlockImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Cm0EffectivityExprBlockDelegate* m_pInstance;
|
|
|
|
Cm0EffectivityExprBlockDelegate();
|
|
virtual ~Cm0EffectivityExprBlockDelegate();
|
|
static void setInstance( Cm0EffectivityExprBlockDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Cm0EffectivityExprBlockGenImpl;
|
|
|
|
};
|
|
|
|
#include <cm/libcm_undef.h>
|
|
#endif // TEAMCENTER__CM0EFFECTIVITYEXPRBLOCKDELEGATE_HXX
|