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.3 KiB
78 lines
2.3 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, Fnd0PropertyFormatterAttachDelegate
|
|
Filename: Fnd0PropertyFormatterAttachDelegate.hxx
|
|
Module: property
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0PROPERTYFORMATTERATTACHDELEGATE_HXX
|
|
#define TEAMCENTER__FND0PROPERTYFORMATTERATTACHDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <property/Fnd0PropertyFormatterAttach.hxx>
|
|
|
|
#include <property/libproperty_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0PropertyFormatterAttachDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0PropertyFormatterAttachImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0PropertyFormatterAttach;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0PropertyFormatterAttachGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class PROPERTY_API Teamcenter_alias::Fnd0PropertyFormatterAttachDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0PropertyFormatterAttachDelegate instance
|
|
static Fnd0PropertyFormatterAttachDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0PropertyFormatterAttachImpl pointer
|
|
static Fnd0PropertyFormatterAttachImpl* createImpl( Fnd0PropertyFormatterAttach& ifObj );
|
|
|
|
// Method to delete the Fnd0PropertyFormatterAttachImpl pointer
|
|
static void deleteImpl( Fnd0PropertyFormatterAttachImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0PropertyFormatterAttachDelegate* m_pInstance;
|
|
|
|
Fnd0PropertyFormatterAttachDelegate();
|
|
virtual ~Fnd0PropertyFormatterAttachDelegate();
|
|
static void setInstance( Fnd0PropertyFormatterAttachDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0PropertyFormatterAttachGenImpl;
|
|
|
|
};
|
|
|
|
#include <property/libproperty_undef.h>
|
|
#endif // TEAMCENTER__FND0PROPERTYFORMATTERATTACHDELEGATE_HXX
|