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.
124 lines
3.0 KiB
124 lines
3.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, DC_SkdGraphI
|
|
Filename: DC_SkdGraphI.hxx
|
|
Module: contmgmts1000d
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHI__HXX
|
|
#define TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHI__HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <req/SpecElement.hxx>
|
|
|
|
#include <contmgmts1000d/libcontmgmts1000d_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmts1000d
|
|
{
|
|
class DC_SkdGraphI;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmts1000d
|
|
{
|
|
class DC_SkdGraphIImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmts1000d
|
|
{
|
|
class DC_SkdGraphIDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmts1000d
|
|
{
|
|
class DC_SkdGraphIDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmts1000d
|
|
{
|
|
class DC_SkdGraphIGenImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RootObjectImpl;
|
|
}
|
|
|
|
class CONTMGMTS1000D_API Teamcenter::contmgmts1000d::DC_SkdGraphI
|
|
: public ::Teamcenter::SpecElement
|
|
{
|
|
public:
|
|
|
|
/**
|
|
* Get the Interface Name
|
|
* @return - return desc for getInterfaceName
|
|
*/
|
|
static const std::string& getInterfaceName();
|
|
|
|
protected:
|
|
// Method to initialize
|
|
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
DC_SkdGraphI();
|
|
|
|
/**
|
|
* Destructor
|
|
*/
|
|
virtual ~DC_SkdGraphI();
|
|
|
|
private:
|
|
// Getter method for the Implementation Object
|
|
DC_SkdGraphIImpl* getDC_SkdGraphIImpl() const;
|
|
// Setter method for the Implementation Object
|
|
::Teamcenter::RootObjectImpl* setDC_SkdGraphIImpl( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
// Method to set the delete impl boolean
|
|
void setDeleteImpl( bool del );
|
|
|
|
// Pointer to the Implementation object
|
|
DC_SkdGraphIImpl* m_dc_skdgraphiImpl;
|
|
|
|
// Flag to indicate if Implementation object needs to be deleted
|
|
bool m_deleteImpl;
|
|
|
|
/**
|
|
* Name of the Business Object
|
|
*/
|
|
static std::string name;
|
|
|
|
/**
|
|
* Private default constructor. We do not want this class instantiated without the business object passed in.
|
|
* @param DC_SkdGraphI - desc for DC_SkdGraphI parameter
|
|
*/
|
|
DC_SkdGraphI( const DC_SkdGraphI& );
|
|
DC_SkdGraphI& operator=( const DC_SkdGraphI& );
|
|
|
|
friend class DC_SkdGraphIDelegate;
|
|
friend class DC_SkdGraphIDispatch;
|
|
friend class DC_SkdGraphIGenImpl;
|
|
};
|
|
|
|
#include <contmgmts1000d/libcontmgmts1000d_undef.h>
|
|
#endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHI__HXX
|