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.
ML_ITK/13/include_cpp/rbf/AppExtensionPointDelegate.hxx

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