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.
ML_ITK/13/include_cpp/mfg/Mfg0SearchCriteriaGroupDele...

78 lines
2.2 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, Mfg0SearchCriteriaGroupDelegate
Filename: Mfg0SearchCriteriaGroupDelegate.hxx
Module: mfg
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MFG0SEARCHCRITERIAGROUPDELEGATE_HXX
#define TEAMCENTER__MFG0SEARCHCRITERIAGROUPDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mfg/Mfg0SearchCriteriaGroup.hxx>
#include <mfg/libmfg_exports.h>
namespace Teamcenter
{
class Mfg0SearchCriteriaGroupDelegate;
}
namespace Teamcenter
{
class Mfg0SearchCriteriaGroupImpl;
}
namespace Teamcenter
{
class Mfg0SearchCriteriaGroup;
}
namespace Teamcenter
{
class Mfg0SearchCriteriaGroupGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class MFG_API Teamcenter_alias::Mfg0SearchCriteriaGroupDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mfg0SearchCriteriaGroupDelegate instance
static Mfg0SearchCriteriaGroupDelegate& getInstance();
// Method to create the Mfg0SearchCriteriaGroupImpl pointer
static Mfg0SearchCriteriaGroupImpl* createImpl( Mfg0SearchCriteriaGroup& ifObj );
// Method to delete the Mfg0SearchCriteriaGroupImpl pointer
static void deleteImpl( Mfg0SearchCriteriaGroupImpl* impl );
protected:
// Pointer to the instance
static Mfg0SearchCriteriaGroupDelegate* m_pInstance;
Mfg0SearchCriteriaGroupDelegate();
virtual ~Mfg0SearchCriteriaGroupDelegate();
static void setInstance( Mfg0SearchCriteriaGroupDelegate* instance );
private:
friend class ::Teamcenter::Mfg0SearchCriteriaGroupGenImpl;
};
#include <mfg/libmfg_undef.h>
#endif // TEAMCENTER__MFG0SEARCHCRITERIAGROUPDELEGATE_HXX