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.8 KiB
85 lines
2.8 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, Mdc0OrderedElementGroupDispatch
|
|
Filename: Mdc0OrderedElementGroupDispatch.hxx
|
|
Module: mdc0mdconnectivitydispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__MDCONNECTIVITY__MDC0ORDEREDELEMENTGROUPDISPATCH_HXX
|
|
#define TEAMCENTER__MDCONNECTIVITY__MDC0ORDEREDELEMENTGROUPDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Mdc0mdc/Mdc0OrderedElementGroup.hxx>
|
|
#include <Mdc0mdc/Mdc0OrderedElementGroupDelegate.hxx>
|
|
#include <appmodeldispatch/Mdl0ModelArtifactDispatch.hxx>
|
|
#include <mdc0mdconnectivitydispatch/initializemdc0mdconnectivity.hxx>
|
|
|
|
#include <mdc0mdconnectivitydispatch/libmdc0mdconnectivitydispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace mdconnectivity
|
|
{
|
|
class Mdc0OrderedElementGroupDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mdconnectivity
|
|
{
|
|
class Mdc0OrderedElementGroupDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class MDC0MDCONNECTIVITYDISPATCH_API Teamcenter::mdconnectivity::Mdc0OrderedElementGroupDispatch
|
|
: public Teamcenter::mdconnectivity::Mdc0OrderedElementGroupDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Mdc0OrderedElementGroupDispatch instance
|
|
static Mdc0OrderedElementGroupDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Mdc0OrderedElementGroupDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Mdc0OrderedElementGroupDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Mdc0OrderedElementGroupDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Mdc0OrderedElementGroupDispatch
|
|
Mdc0OrderedElementGroupDispatch( const Mdc0OrderedElementGroupDispatch& );
|
|
|
|
// Assignment operator
|
|
Mdc0OrderedElementGroupDispatch& operator = ( const Mdc0OrderedElementGroupDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::mdconnectivity::initializemdc0mdconnectivityInternal();
|
|
friend void ::Teamcenter::mdconnectivity::initializemdc0mdconnectivityExtenders();
|
|
friend class Teamcenter::mdconnectivity::Mdc0OrderedElementGroupDelegate;
|
|
};
|
|
|
|
#include <mdc0mdconnectivitydispatch/libmdc0mdconnectivitydispatch_undef.h>
|
|
#endif // TEAMCENTER__MDCONNECTIVITY__MDC0ORDEREDELEMENTGROUPDISPATCH_HXX
|