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