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