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.
78 lines
2.0 KiB
78 lines
2.0 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, Fnd0MMVCursorDelegate
|
|
Filename: Fnd0MMVCursorDelegate.hxx
|
|
Module: Fnd0mmv
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0MMVCURSORDELEGATE_HXX
|
|
#define TEAMCENTER__FND0MMVCURSORDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Fnd0mmv/Fnd0MMVCursor.hxx>
|
|
|
|
#include <Fnd0mmv/libfnd0mmv_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0MMVCursorDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0MMVCursorImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0MMVCursor;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0MMVCursorGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class FND0MMV_API Teamcenter_alias::Fnd0MMVCursorDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0MMVCursorDelegate instance
|
|
static Fnd0MMVCursorDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0MMVCursorImpl pointer
|
|
static Fnd0MMVCursorImpl* createImpl( Fnd0MMVCursor& ifObj );
|
|
|
|
// Method to delete the Fnd0MMVCursorImpl pointer
|
|
static void deleteImpl( Fnd0MMVCursorImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0MMVCursorDelegate* m_pInstance;
|
|
|
|
Fnd0MMVCursorDelegate();
|
|
virtual ~Fnd0MMVCursorDelegate();
|
|
static void setInstance( Fnd0MMVCursorDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0MMVCursorGenImpl;
|
|
|
|
};
|
|
|
|
#include <Fnd0mmv/libfnd0mmv_undef.h>
|
|
#endif // TEAMCENTER__FND0MMVCURSORDELEGATE_HXX
|