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.6 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, Seg0DiagramDelegate
Filename: Seg0DiagramDelegate.hxx
Module: systemsengineering
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__SYSTEMSENGINEERING__SEG0DIAGRAMDELEGATE_HXX
#define TEAMCENTER__SYSTEMSENGINEERING__SEG0DIAGRAMDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <systemsengineering/Seg0Diagram.hxx>
#include <systemsengineering/libsystemsengineering_exports.h>
namespace Teamcenter
{
namespace systemsengineering
{
class Seg0DiagramDelegate;
}
}
namespace Teamcenter
{
namespace systemsengineering
{
class Seg0DiagramImpl;
}
}
namespace Teamcenter
{
namespace systemsengineering
{
class Seg0Diagram;
}
}
namespace Teamcenter
{
namespace systemsengineering
{
class Seg0DiagramGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class SYSTEMSENGINEERING_API Teamcenter_alias::systemsengineering::Seg0DiagramDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Seg0DiagramDelegate instance
static Seg0DiagramDelegate& getInstance();
// Method to create the Seg0DiagramImpl pointer
static Seg0DiagramImpl* createImpl( Seg0Diagram& ifObj );
// Method to delete the Seg0DiagramImpl pointer
static void deleteImpl( Seg0DiagramImpl* 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 getSeg0OwningModelBase(const Seg0Diagram &ifObj, tag_t &value, bool &isNull ) const;
protected:
// Pointer to the instance
static Seg0DiagramDelegate* m_pInstance;
Seg0DiagramDelegate();
virtual ~Seg0DiagramDelegate();
static void setInstance( Seg0DiagramDelegate* instance );
private:
friend class ::Teamcenter::systemsengineering::Seg0DiagramGenImpl;
};
#include <systemsengineering/libsystemsengineering_undef.h>
#endif // TEAMCENTER__SYSTEMSENGINEERING__SEG0DIAGRAMDELEGATE_HXX