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

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