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