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