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
1.9 KiB
78 lines
1.9 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, RDVAutoNVEDelegate
|
|
Filename: RDVAutoNVEDelegate.hxx
|
|
Module: rdv
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__RDVAUTONVEDELEGATE_HXX
|
|
#define TEAMCENTER__RDVAUTONVEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <rdv/RDVAutoNVE.hxx>
|
|
|
|
#include <rdv/librdv_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class RDVAutoNVEDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RDVAutoNVEImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RDVAutoNVE;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RDVAutoNVEGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class RDV_API Teamcenter_alias::RDVAutoNVEDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the RDVAutoNVEDelegate instance
|
|
static RDVAutoNVEDelegate& getInstance();
|
|
|
|
// Method to create the RDVAutoNVEImpl pointer
|
|
static RDVAutoNVEImpl* createImpl( RDVAutoNVE& ifObj );
|
|
|
|
// Method to delete the RDVAutoNVEImpl pointer
|
|
static void deleteImpl( RDVAutoNVEImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static RDVAutoNVEDelegate* m_pInstance;
|
|
|
|
RDVAutoNVEDelegate();
|
|
virtual ~RDVAutoNVEDelegate();
|
|
static void setInstance( RDVAutoNVEDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::RDVAutoNVEGenImpl;
|
|
|
|
};
|
|
|
|
#include <rdv/librdv_undef.h>
|
|
#endif // TEAMCENTER__RDVAUTONVEDELEGATE_HXX
|