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
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, SCMVersionObjectDelegate
|
|
Filename: SCMVersionObjectDelegate.hxx
|
|
Module: mechatronics
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SCMVERSIONOBJECTDELEGATE_HXX
|
|
#define TEAMCENTER__SCMVERSIONOBJECTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <mechatronics/SCMVersionObject.hxx>
|
|
|
|
#include <mechatronics/libmechatronics_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class SCMVersionObjectDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class SCMVersionObjectImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class SCMVersionObject;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class SCMVersionObjectGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class MECHATRONICS_API Teamcenter_alias::SCMVersionObjectDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SCMVersionObjectDelegate instance
|
|
static SCMVersionObjectDelegate& getInstance();
|
|
|
|
// Method to create the SCMVersionObjectImpl pointer
|
|
static SCMVersionObjectImpl* createImpl( SCMVersionObject& ifObj );
|
|
|
|
// Method to delete the SCMVersionObjectImpl pointer
|
|
static void deleteImpl( SCMVersionObjectImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static SCMVersionObjectDelegate* m_pInstance;
|
|
|
|
SCMVersionObjectDelegate();
|
|
virtual ~SCMVersionObjectDelegate();
|
|
static void setInstance( SCMVersionObjectDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::SCMVersionObjectGenImpl;
|
|
|
|
};
|
|
|
|
#include <mechatronics/libmechatronics_undef.h>
|
|
#endif // TEAMCENTER__SCMVERSIONOBJECTDELEGATE_HXX
|