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.1 KiB
78 lines
2.1 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, ExtensionDescriptorDelegate
|
|
Filename: ExtensionDescriptorDelegate.hxx
|
|
Module: bmf
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__EXTENSIONDESCRIPTORDELEGATE_HXX
|
|
#define TEAMCENTER__EXTENSIONDESCRIPTORDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <bmf/ExtensionDescriptor.hxx>
|
|
|
|
#include <bmf/libbmf_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ExtensionDescriptorDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ExtensionDescriptorImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ExtensionDescriptor;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ExtensionDescriptorGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class BMF_API Teamcenter_alias::ExtensionDescriptorDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ExtensionDescriptorDelegate instance
|
|
static ExtensionDescriptorDelegate& getInstance();
|
|
|
|
// Method to create the ExtensionDescriptorImpl pointer
|
|
static ExtensionDescriptorImpl* createImpl( ExtensionDescriptor& ifObj );
|
|
|
|
// Method to delete the ExtensionDescriptorImpl pointer
|
|
static void deleteImpl( ExtensionDescriptorImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ExtensionDescriptorDelegate* m_pInstance;
|
|
|
|
ExtensionDescriptorDelegate();
|
|
virtual ~ExtensionDescriptorDelegate();
|
|
static void setInstance( ExtensionDescriptorDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ExtensionDescriptorGenImpl;
|
|
|
|
};
|
|
|
|
#include <bmf/libbmf_undef.h>
|
|
#endif // TEAMCENTER__EXTENSIONDESCRIPTORDELEGATE_HXX
|