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.4 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, Mdl0ApprSrchSlctContentDelegate
Filename: Mdl0ApprSrchSlctContentDelegate.hxx
Module: mdl0model
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__APPMODEL__MDL0APPRSRCHSLCTCONTENTDELEGATE_HXX
#define TEAMCENTER__APPMODEL__MDL0APPRSRCHSLCTCONTENTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mdl0model/Mdl0ApprSrchSlctContent.hxx>
#include <mdl0model/libmdl0model_exports.h>
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchSlctContentDelegate;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchSlctContentImpl;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchSlctContent;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchSlctContentGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class MDL0MODEL_API Teamcenter_alias::AppModel::Mdl0ApprSrchSlctContentDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdl0ApprSrchSlctContentDelegate instance
static Mdl0ApprSrchSlctContentDelegate& getInstance();
// Method to create the Mdl0ApprSrchSlctContentImpl pointer
static Mdl0ApprSrchSlctContentImpl* createImpl( Mdl0ApprSrchSlctContent& ifObj );
// Method to delete the Mdl0ApprSrchSlctContentImpl pointer
static void deleteImpl( Mdl0ApprSrchSlctContentImpl* impl );
protected:
// Pointer to the instance
static Mdl0ApprSrchSlctContentDelegate* m_pInstance;
Mdl0ApprSrchSlctContentDelegate();
virtual ~Mdl0ApprSrchSlctContentDelegate();
static void setInstance( Mdl0ApprSrchSlctContentDelegate* instance );
private:
friend class ::Teamcenter::AppModel::Mdl0ApprSrchSlctContentGenImpl;
};
#include <mdl0model/libmdl0model_undef.h>
#endif // TEAMCENTER__APPMODEL__MDL0APPRSRCHSLCTCONTENTDELEGATE_HXX