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