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.9 KiB
78 lines
1.9 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, RBFParamDefDelegate
|
|
Filename: RBFParamDefDelegate.hxx
|
|
Module: rbf
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__RBFPARAMDEFDELEGATE_HXX
|
|
#define TEAMCENTER__RBFPARAMDEFDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <rbf/RBFParamDef.hxx>
|
|
|
|
#include <rbf/librbf_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class RBFParamDefDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RBFParamDefImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RBFParamDef;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RBFParamDefGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class RBF_API Teamcenter_alias::RBFParamDefDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the RBFParamDefDelegate instance
|
|
static RBFParamDefDelegate& getInstance();
|
|
|
|
// Method to create the RBFParamDefImpl pointer
|
|
static RBFParamDefImpl* createImpl( RBFParamDef& ifObj );
|
|
|
|
// Method to delete the RBFParamDefImpl pointer
|
|
static void deleteImpl( RBFParamDefImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static RBFParamDefDelegate* m_pInstance;
|
|
|
|
RBFParamDefDelegate();
|
|
virtual ~RBFParamDefDelegate();
|
|
static void setInstance( RBFParamDefDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::RBFParamDefGenImpl;
|
|
|
|
};
|
|
|
|
#include <rbf/librbf_undef.h>
|
|
#endif // TEAMCENTER__RBFPARAMDEFDELEGATE_HXX
|