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, ModelReqDelegate
|
|
Filename: ModelReqDelegate.hxx
|
|
Module: validation
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__MODELREQDELEGATE_HXX
|
|
#define TEAMCENTER__MODELREQDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <validation/ModelReq.hxx>
|
|
|
|
#include <validation/libvalidation_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ModelReqDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ModelReqImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ModelReq;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ModelReqGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class VALIDATION_API Teamcenter_alias::ModelReqDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ModelReqDelegate instance
|
|
static ModelReqDelegate& getInstance();
|
|
|
|
// Method to create the ModelReqImpl pointer
|
|
static ModelReqImpl* createImpl( ModelReq& ifObj );
|
|
|
|
// Method to delete the ModelReqImpl pointer
|
|
static void deleteImpl( ModelReqImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ModelReqDelegate* m_pInstance;
|
|
|
|
ModelReqDelegate();
|
|
virtual ~ModelReqDelegate();
|
|
static void setInstance( ModelReqDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ModelReqGenImpl;
|
|
|
|
};
|
|
|
|
#include <validation/libvalidation_undef.h>
|
|
#endif // TEAMCENTER__MODELREQDELEGATE_HXX
|