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