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, ParameterInfoDelegate
|
|
Filename: ParameterInfoDelegate.hxx
|
|
Module: meta
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PARAMETERINFODELEGATE_HXX
|
|
#define TEAMCENTER__PARAMETERINFODELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <meta/ParameterInfo.hxx>
|
|
|
|
#include <meta/libmeta_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ParameterInfoDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ParameterInfoImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ParameterInfo;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ParameterInfoGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class META_API Teamcenter_alias::ParameterInfoDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ParameterInfoDelegate instance
|
|
static ParameterInfoDelegate& getInstance();
|
|
|
|
// Method to create the ParameterInfoImpl pointer
|
|
static ParameterInfoImpl* createImpl( ParameterInfo& ifObj );
|
|
|
|
// Method to delete the ParameterInfoImpl pointer
|
|
static void deleteImpl( ParameterInfoImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ParameterInfoDelegate* m_pInstance;
|
|
|
|
ParameterInfoDelegate();
|
|
virtual ~ParameterInfoDelegate();
|
|
static void setInstance( ParameterInfoDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ParameterInfoGenImpl;
|
|
|
|
};
|
|
|
|
#include <meta/libmeta_undef.h>
|
|
#endif // TEAMCENTER__PARAMETERINFODELEGATE_HXX
|