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.5 KiB
78 lines
2.5 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, Prg1AbsVolumeTargetElementDelegate
|
|
Filename: Prg1AbsVolumeTargetElementDelegate.hxx
|
|
Module: prg1programplanningapp
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef PRG1PROGRAMPLANNINGAPP__PRG1ABSVOLUMETARGETELEMENTDELEGATE_HXX
|
|
#define PRG1PROGRAMPLANNINGAPP__PRG1ABSVOLUMETARGETELEMENTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <prg1programplanningapp/Prg1AbsVolumeTargetElement.hxx>
|
|
|
|
#include <prg1programplanningapp/libprg1programplanningapp_exports.h>
|
|
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Prg1AbsVolumeTargetElementDelegate;
|
|
}
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Prg1AbsVolumeTargetElementImpl;
|
|
}
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Prg1AbsVolumeTargetElement;
|
|
}
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Prg1AbsVolumeTargetElementGenImpl;
|
|
}
|
|
|
|
namespace Prg1ProgramPlanningApp_alias = ::Prg1ProgramPlanningApp;
|
|
|
|
|
|
class PRG1PROGRAMPLANNINGAPP_API Prg1ProgramPlanningApp_alias::Prg1AbsVolumeTargetElementDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Prg1AbsVolumeTargetElementDelegate instance
|
|
static Prg1AbsVolumeTargetElementDelegate& getInstance();
|
|
|
|
// Method to create the Prg1AbsVolumeTargetElementImpl pointer
|
|
static Prg1AbsVolumeTargetElementImpl* createImpl( Prg1AbsVolumeTargetElement& ifObj );
|
|
|
|
// Method to delete the Prg1AbsVolumeTargetElementImpl pointer
|
|
static void deleteImpl( Prg1AbsVolumeTargetElementImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Prg1AbsVolumeTargetElementDelegate* m_pInstance;
|
|
|
|
Prg1AbsVolumeTargetElementDelegate();
|
|
virtual ~Prg1AbsVolumeTargetElementDelegate();
|
|
static void setInstance( Prg1AbsVolumeTargetElementDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Prg1ProgramPlanningApp::Prg1AbsVolumeTargetElementGenImpl;
|
|
|
|
};
|
|
|
|
#include <prg1programplanningapp/libprg1programplanningapp_undef.h>
|
|
#endif // PRG1PROGRAMPLANNINGAPP__PRG1ABSVOLUMETARGETELEMENTDELEGATE_HXX
|