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, ICSRuntimeAttrDelegate
|
|
Filename: ICSRuntimeAttrDelegate.hxx
|
|
Module: ics
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__ICSRUNTIMEATTRDELEGATE_HXX
|
|
#define TEAMCENTER__ICSRUNTIMEATTRDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <ics/ICSRuntimeAttr.hxx>
|
|
|
|
#include <ics/libics_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ICSRuntimeAttrDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ICSRuntimeAttrImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ICSRuntimeAttr;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ICSRuntimeAttrGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class ICS_API Teamcenter_alias::ICSRuntimeAttrDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ICSRuntimeAttrDelegate instance
|
|
static ICSRuntimeAttrDelegate& getInstance();
|
|
|
|
// Method to create the ICSRuntimeAttrImpl pointer
|
|
static ICSRuntimeAttrImpl* createImpl( ICSRuntimeAttr& ifObj );
|
|
|
|
// Method to delete the ICSRuntimeAttrImpl pointer
|
|
static void deleteImpl( ICSRuntimeAttrImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ICSRuntimeAttrDelegate* m_pInstance;
|
|
|
|
ICSRuntimeAttrDelegate();
|
|
virtual ~ICSRuntimeAttrDelegate();
|
|
static void setInstance( ICSRuntimeAttrDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ICSRuntimeAttrGenImpl;
|
|
|
|
};
|
|
|
|
#include <ics/libics_undef.h>
|
|
#endif // TEAMCENTER__ICSRUNTIMEATTRDELEGATE_HXX
|