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