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, StructureMapRevisionDelegate
|
|
Filename: StructureMapRevisionDelegate.hxx
|
|
Module: cae
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__STRUCTUREMAPREVISIONDELEGATE_HXX
|
|
#define TEAMCENTER__STRUCTUREMAPREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <cae/StructureMapRevision.hxx>
|
|
|
|
#include <cae/libcae_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class StructureMapRevisionDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class StructureMapRevisionImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class StructureMapRevision;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class StructureMapRevisionGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CAE_API Teamcenter_alias::StructureMapRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the StructureMapRevisionDelegate instance
|
|
static StructureMapRevisionDelegate& getInstance();
|
|
|
|
// Method to create the StructureMapRevisionImpl pointer
|
|
static StructureMapRevisionImpl* createImpl( StructureMapRevision& ifObj );
|
|
|
|
// Method to delete the StructureMapRevisionImpl pointer
|
|
static void deleteImpl( StructureMapRevisionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static StructureMapRevisionDelegate* m_pInstance;
|
|
|
|
StructureMapRevisionDelegate();
|
|
virtual ~StructureMapRevisionDelegate();
|
|
static void setInstance( StructureMapRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::StructureMapRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <cae/libcae_undef.h>
|
|
#endif // TEAMCENTER__STRUCTUREMAPREVISIONDELEGATE_HXX
|