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, ScheduleDeliverableDelegate
|
|
Filename: ScheduleDeliverableDelegate.hxx
|
|
Module: schmgt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SCHEDULEDELIVERABLEDELEGATE_HXX
|
|
#define TEAMCENTER__SCHEDULEDELIVERABLEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <schmgt/ScheduleDeliverable.hxx>
|
|
|
|
#include <schmgt/libschmgt_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ScheduleDeliverableDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ScheduleDeliverableImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ScheduleDeliverable;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ScheduleDeliverableGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SCHMGT_API Teamcenter_alias::ScheduleDeliverableDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ScheduleDeliverableDelegate instance
|
|
static ScheduleDeliverableDelegate& getInstance();
|
|
|
|
// Method to create the ScheduleDeliverableImpl pointer
|
|
static ScheduleDeliverableImpl* createImpl( ScheduleDeliverable& ifObj );
|
|
|
|
// Method to delete the ScheduleDeliverableImpl pointer
|
|
static void deleteImpl( ScheduleDeliverableImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ScheduleDeliverableDelegate* m_pInstance;
|
|
|
|
ScheduleDeliverableDelegate();
|
|
virtual ~ScheduleDeliverableDelegate();
|
|
static void setInstance( ScheduleDeliverableDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ScheduleDeliverableGenImpl;
|
|
|
|
};
|
|
|
|
#include <schmgt/libschmgt_undef.h>
|
|
#endif // TEAMCENTER__SCHEDULEDELIVERABLEDELEGATE_HXX
|