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/bmf/PropertyBMOperationDelegate...

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