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.0 KiB
78 lines
2.0 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, ConstantChoiceDelegate
|
|
Filename: ConstantChoiceDelegate.hxx
|
|
Module: constants
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CONSTANTCHOICEDELEGATE_HXX
|
|
#define TEAMCENTER__CONSTANTCHOICEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <constants/ConstantChoice.hxx>
|
|
|
|
#include <constants/libconstants_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ConstantChoiceDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ConstantChoiceImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ConstantChoice;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ConstantChoiceGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CONSTANTS_API Teamcenter_alias::ConstantChoiceDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ConstantChoiceDelegate instance
|
|
static ConstantChoiceDelegate& getInstance();
|
|
|
|
// Method to create the ConstantChoiceImpl pointer
|
|
static ConstantChoiceImpl* createImpl( ConstantChoice& ifObj );
|
|
|
|
// Method to delete the ConstantChoiceImpl pointer
|
|
static void deleteImpl( ConstantChoiceImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ConstantChoiceDelegate* m_pInstance;
|
|
|
|
ConstantChoiceDelegate();
|
|
virtual ~ConstantChoiceDelegate();
|
|
static void setInstance( ConstantChoiceDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ConstantChoiceGenImpl;
|
|
|
|
};
|
|
|
|
#include <constants/libconstants_undef.h>
|
|
#endif // TEAMCENTER__CONSTANTCHOICEDELEGATE_HXX
|