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, Ctm0BOMWindowDelegate
Filename: Ctm0BOMWindowDelegate.hxx
Module: contmgmtbase
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONTMGMTBASE__CTM0BOMWINDOWDELEGATE_HXX
#define TEAMCENTER__CONTMGMTBASE__CTM0BOMWINDOWDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <contmgmtbase/Ctm0BOMWindow.hxx>
#include <contmgmtbase/libcontmgmtbase_exports.h>
namespace Teamcenter
{
namespace contmgmtbase
{
class Ctm0BOMWindowDelegate;
}
}
namespace Teamcenter
{
namespace contmgmtbase
{
class Ctm0BOMWindowImpl;
}
}
namespace Teamcenter
{
namespace contmgmtbase
{
class Ctm0BOMWindow;
}
}
namespace Teamcenter
{
namespace contmgmtbase
{
class Ctm0BOMWindowGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class CONTMGMTBASE_API Teamcenter_alias::contmgmtbase::Ctm0BOMWindowDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Ctm0BOMWindowDelegate instance
static Ctm0BOMWindowDelegate& getInstance();
// Method to create the Ctm0BOMWindowImpl pointer
static Ctm0BOMWindowImpl* createImpl( Ctm0BOMWindow& ifObj );
// Method to delete the Ctm0BOMWindowImpl pointer
static void deleteImpl( Ctm0BOMWindowImpl* impl );
protected:
// Pointer to the instance
static Ctm0BOMWindowDelegate* m_pInstance;
Ctm0BOMWindowDelegate();
virtual ~Ctm0BOMWindowDelegate();
static void setInstance( Ctm0BOMWindowDelegate* instance );
private:
friend class ::Teamcenter::contmgmtbase::Ctm0BOMWindowGenImpl;
};
#include <contmgmtbase/libcontmgmtbase_undef.h>
#endif // TEAMCENTER__CONTMGMTBASE__CTM0BOMWINDOWDELEGATE_HXX