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.

90 lines
2.3 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, Seg0BudgetDelegate
Filename: Seg0BudgetDelegate.hxx
Module: systemsengineering
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__SYSTEMSENGINEERING__SEG0BUDGETDELEGATE_HXX
#define TEAMCENTER__SYSTEMSENGINEERING__SEG0BUDGETDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <systemsengineering/Seg0Budget.hxx>
#include <systemsengineering/libsystemsengineering_exports.h>
namespace Teamcenter
{
namespace systemsengineering
{
class Seg0BudgetDelegate;
}
}
namespace Teamcenter
{
namespace systemsengineering
{
class Seg0BudgetImpl;
}
}
namespace Teamcenter
{
namespace systemsengineering
{
class Seg0Budget;
}
}
namespace Teamcenter
{
namespace systemsengineering
{
class Seg0BudgetGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class SYSTEMSENGINEERING_API Teamcenter_alias::systemsengineering::Seg0BudgetDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Seg0BudgetDelegate instance
static Seg0BudgetDelegate& getInstance();
// Method to create the Seg0BudgetImpl pointer
static Seg0BudgetImpl* createImpl( Seg0Budget& ifObj );
// Method to delete the Seg0BudgetImpl pointer
static void deleteImpl( Seg0BudgetImpl* impl );
protected:
// Pointer to the instance
static Seg0BudgetDelegate* m_pInstance;
Seg0BudgetDelegate();
virtual ~Seg0BudgetDelegate();
static void setInstance( Seg0BudgetDelegate* instance );
private:
friend class ::Teamcenter::systemsengineering::Seg0BudgetGenImpl;
};
#include <systemsengineering/libsystemsengineering_undef.h>
#endif // TEAMCENTER__SYSTEMSENGINEERING__SEG0BUDGETDELEGATE_HXX