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.
85 lines
2.6 KiB
85 lines
2.6 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_SkdGraphIDispatch
|
|
Filename: DC_SkdGraphIDispatch.hxx
|
|
Module: contmgmts1000ddispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHIDISPATCH_HXX
|
|
#define TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHIDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <contmgmts1000d/DC_SkdGraphI.hxx>
|
|
#include <contmgmts1000d/DC_SkdGraphIDelegate.hxx>
|
|
#include <foundationdispatch/SpecElementDispatch.hxx>
|
|
#include <contmgmts1000ddispatch/initializecontmgmts1000d.hxx>
|
|
|
|
#include <contmgmts1000ddispatch/libcontmgmts1000ddispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmts1000d
|
|
{
|
|
class DC_SkdGraphIDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmts1000d
|
|
{
|
|
class DC_SkdGraphIDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class CONTMGMTS1000DDISPATCH_API Teamcenter::contmgmts1000d::DC_SkdGraphIDispatch
|
|
: public Teamcenter::contmgmts1000d::DC_SkdGraphIDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the DC_SkdGraphIDispatch instance
|
|
static DC_SkdGraphIDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static DC_SkdGraphIDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
DC_SkdGraphIDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~DC_SkdGraphIDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a DC_SkdGraphIDispatch
|
|
DC_SkdGraphIDispatch( const DC_SkdGraphIDispatch& );
|
|
|
|
// Assignment operator
|
|
DC_SkdGraphIDispatch& operator = ( const DC_SkdGraphIDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::contmgmts1000d::initializecontmgmts1000dInternal();
|
|
friend void ::Teamcenter::contmgmts1000d::initializecontmgmts1000dExtenders();
|
|
friend class Teamcenter::contmgmts1000d::DC_SkdGraphIDelegate;
|
|
};
|
|
|
|
#include <contmgmts1000ddispatch/libcontmgmts1000ddispatch_undef.h>
|
|
#endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDGRAPHIDISPATCH_HXX
|