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.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, TCX_SCSetValueDelegate
Filename: TCX_SCSetValueDelegate.hxx
Module: smartuibldr
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__TCX_SCSETVALUEDELEGATE_HXX
#define TEAMCENTER__TCX_SCSETVALUEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <smartuibldr/TCX_SCSetValue.hxx>
#include <smartuibldr/libsmartuibldr_exports.h>
namespace Teamcenter
{
class TCX_SCSetValueDelegate;
}
namespace Teamcenter
{
class TCX_SCSetValueImpl;
}
namespace Teamcenter
{
class TCX_SCSetValue;
}
namespace Teamcenter
{
class TCX_SCSetValueGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class SMARTUIBLDR_API Teamcenter_alias::TCX_SCSetValueDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the TCX_SCSetValueDelegate instance
static TCX_SCSetValueDelegate& getInstance();
// Method to create the TCX_SCSetValueImpl pointer
static TCX_SCSetValueImpl* createImpl( TCX_SCSetValue& ifObj );
// Method to delete the TCX_SCSetValueImpl pointer
static void deleteImpl( TCX_SCSetValueImpl* impl );
protected:
// Pointer to the instance
static TCX_SCSetValueDelegate* m_pInstance;
TCX_SCSetValueDelegate();
virtual ~TCX_SCSetValueDelegate();
static void setInstance( TCX_SCSetValueDelegate* instance );
private:
friend class ::Teamcenter::TCX_SCSetValueGenImpl;
};
#include <smartuibldr/libsmartuibldr_undef.h>
#endif // TEAMCENTER__TCX_SCSETVALUEDELEGATE_HXX