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.

75 lines
1.8 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, MECfgWindowDelegate
Filename: MECfgWindowDelegate.hxx
Module: me
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MECFGWINDOWDELEGATE_HXX
#define TEAMCENTER__MECFGWINDOWDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <me/MECfgWindow.hxx>
#include <me/libme_exports.h>
namespace Teamcenter
{
class MECfgWindowDelegate;
}
namespace Teamcenter
{
class MECfgWindowImpl;
}
namespace Teamcenter
{
class MECfgWindow;
}
namespace Teamcenter
{
class MECfgWindowGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class ME_API Teamcenter_alias::MECfgWindowDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the MECfgWindowDelegate instance
static MECfgWindowDelegate& getInstance();
// Method to delete the MECfgWindowImpl pointer
static void deleteImpl( MECfgWindowImpl* impl );
protected:
// Pointer to the instance
static MECfgWindowDelegate* m_pInstance;
MECfgWindowDelegate();
virtual ~MECfgWindowDelegate();
static void setInstance( MECfgWindowDelegate* instance );
private:
friend class ::Teamcenter::MECfgWindowGenImpl;
};
#include <me/libme_undef.h>
#endif // TEAMCENTER__MECFGWINDOWDELEGATE_HXX