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