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