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, UnitOfMeasureDelegate
|
|
Filename: UnitOfMeasureDelegate.hxx
|
|
Module: tccore
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__UNITOFMEASUREDELEGATE_HXX
|
|
#define TEAMCENTER__UNITOFMEASUREDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <tccore/UnitOfMeasure.hxx>
|
|
|
|
#include <tccore/libtccore_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class UnitOfMeasureDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class UnitOfMeasureImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class UnitOfMeasure;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class UnitOfMeasureGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class TCCORE_API Teamcenter_alias::UnitOfMeasureDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the UnitOfMeasureDelegate instance
|
|
static UnitOfMeasureDelegate& getInstance();
|
|
|
|
// Method to create the UnitOfMeasureImpl pointer
|
|
static UnitOfMeasureImpl* createImpl( UnitOfMeasure& ifObj );
|
|
|
|
// Method to delete the UnitOfMeasureImpl pointer
|
|
static void deleteImpl( UnitOfMeasureImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static UnitOfMeasureDelegate* m_pInstance;
|
|
|
|
UnitOfMeasureDelegate();
|
|
virtual ~UnitOfMeasureDelegate();
|
|
static void setInstance( UnitOfMeasureDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::UnitOfMeasureGenImpl;
|
|
|
|
};
|
|
|
|
#include <tccore/libtccore_undef.h>
|
|
#endif // TEAMCENTER__UNITOFMEASUREDELEGATE_HXX
|