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, Fnd0UIConfigurationObjectDelegate
|
|
Filename: Fnd0UIConfigurationObjectDelegate.hxx
|
|
Module: uiconfig
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0UICONFIGURATIONOBJECTDELEGATE_HXX
|
|
#define TEAMCENTER__FND0UICONFIGURATIONOBJECTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <uiconfig/Fnd0UIConfigurationObject.hxx>
|
|
|
|
#include <uiconfig/libuiconfig_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0UIConfigurationObjectDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0UIConfigurationObjectImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0UIConfigurationObject;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0UIConfigurationObjectGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class UICONFIG_API Teamcenter_alias::Fnd0UIConfigurationObjectDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0UIConfigurationObjectDelegate instance
|
|
static Fnd0UIConfigurationObjectDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0UIConfigurationObjectImpl pointer
|
|
static Fnd0UIConfigurationObjectImpl* createImpl( Fnd0UIConfigurationObject& ifObj );
|
|
|
|
// Method to delete the Fnd0UIConfigurationObjectImpl pointer
|
|
static void deleteImpl( Fnd0UIConfigurationObjectImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0UIConfigurationObjectDelegate* m_pInstance;
|
|
|
|
Fnd0UIConfigurationObjectDelegate();
|
|
virtual ~Fnd0UIConfigurationObjectDelegate();
|
|
static void setInstance( Fnd0UIConfigurationObjectDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0UIConfigurationObjectGenImpl;
|
|
|
|
};
|
|
|
|
#include <uiconfig/libuiconfig_undef.h>
|
|
#endif // TEAMCENTER__FND0UICONFIGURATIONOBJECTDELEGATE_HXX
|