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.2 KiB
78 lines
2.2 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, GraphicOptionRevisionDelegate
|
|
Filename: GraphicOptionRevisionDelegate.hxx
|
|
Module: contmgmt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__GRAPHICOPTIONREVISIONDELEGATE_HXX
|
|
#define TEAMCENTER__GRAPHICOPTIONREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <contmgmt/GraphicOptionRevision.hxx>
|
|
|
|
#include <contmgmt/libcontmgmt_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class GraphicOptionRevisionDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class GraphicOptionRevisionImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class GraphicOptionRevision;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class GraphicOptionRevisionGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CONTMGMT_API Teamcenter_alias::GraphicOptionRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the GraphicOptionRevisionDelegate instance
|
|
static GraphicOptionRevisionDelegate& getInstance();
|
|
|
|
// Method to create the GraphicOptionRevisionImpl pointer
|
|
static GraphicOptionRevisionImpl* createImpl( GraphicOptionRevision& ifObj );
|
|
|
|
// Method to delete the GraphicOptionRevisionImpl pointer
|
|
static void deleteImpl( GraphicOptionRevisionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static GraphicOptionRevisionDelegate* m_pInstance;
|
|
|
|
GraphicOptionRevisionDelegate();
|
|
virtual ~GraphicOptionRevisionDelegate();
|
|
static void setInstance( GraphicOptionRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::GraphicOptionRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <contmgmt/libcontmgmt_undef.h>
|
|
#endif // TEAMCENTER__GRAPHICOPTIONREVISIONDELEGATE_HXX
|