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.
100 lines
2.9 KiB
100 lines
2.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, Tgm0AbsTargetElementDelegate
|
|
Filename: Tgm0AbsTargetElementDelegateExt.hxx
|
|
Module: prg1programplanningapp
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef PRG1__PRG1PROGRAMPLANNINGAPP__TGM0ABSTARGETELEMENTDELEGATE_HXX
|
|
#define PRG1__PRG1PROGRAMPLANNINGAPP__TGM0ABSTARGETELEMENTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <prg1programplanningapp/Tgm0AbsTargetElementExt.hxx>
|
|
|
|
#include <prg1programplanningapp/libprg1programplanningapp_exports.h>
|
|
|
|
namespace prg1
|
|
{
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Tgm0AbsTargetElementDelegate;
|
|
}
|
|
}
|
|
namespace prg1
|
|
{
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Tgm0AbsTargetElementImpl;
|
|
}
|
|
}
|
|
namespace prg1
|
|
{
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Tgm0AbsTargetElement;
|
|
}
|
|
}
|
|
namespace prg1
|
|
{
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Tgm0AbsTargetElementGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace prg1_alias = ::prg1;
|
|
|
|
|
|
class PRG1PROGRAMPLANNINGAPP_API prg1_alias::Prg1ProgramPlanningApp::Tgm0AbsTargetElementDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Tgm0AbsTargetElementDelegate instance
|
|
static Tgm0AbsTargetElementDelegate& getInstance();
|
|
|
|
// Method to create the Tgm0AbsTargetElementImpl pointer
|
|
static Tgm0AbsTargetElementImpl* createImpl( Tgm0AbsTargetElement& ifObj );
|
|
|
|
// Method to delete the Tgm0AbsTargetElementImpl pointer
|
|
static void deleteImpl( Tgm0AbsTargetElementImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a Tag Property
|
|
/// @version Teamcenter 11.5
|
|
/// @param value - Parameter value
|
|
/// @param isNull - Returns true if the Parameter value is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getPrg1AttrDefRevBase(const Tgm0AbsTargetElement &ifObj, tag_t &value, bool &isNull ) const;
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Tgm0AbsTargetElementDelegate* m_pInstance;
|
|
|
|
Tgm0AbsTargetElementDelegate();
|
|
virtual ~Tgm0AbsTargetElementDelegate();
|
|
static void setInstance( Tgm0AbsTargetElementDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::prg1::Prg1ProgramPlanningApp::Tgm0AbsTargetElementGenImpl;
|
|
|
|
};
|
|
|
|
#include <prg1programplanningapp/libprg1programplanningapp_undef.h>
|
|
#endif // PRG1__PRG1PROGRAMPLANNINGAPP__TGM0ABSTARGETELEMENTDELEGATE_HXX
|