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.
79 lines
2.6 KiB
79 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, Smd0ModelElementDispatch
|
|
Filename: Smd0ModelElementDispatch.hxx
|
|
Module: smd0systemmodelingdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef SMD0SYSTEMMODELING__SMD0MODELELEMENTDISPATCH_HXX
|
|
#define SMD0SYSTEMMODELING__SMD0MODELELEMENTDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Smd0sysmodeling/Smd0ModelElement.hxx>
|
|
#include <Smd0sysmodeling/Smd0ModelElementDelegate.hxx>
|
|
#include <realizationdispatch/Rlz0RealizedItemDispatch.hxx>
|
|
#include <smd0systemmodelingdispatch/initializesmd0systemmodeling.hxx>
|
|
|
|
#include <smd0systemmodelingdispatch/libsmd0systemmodelingdispatch_exports.h>
|
|
|
|
namespace smd0systemmodeling
|
|
{
|
|
class Smd0ModelElementDispatch;
|
|
}
|
|
namespace smd0systemmodeling
|
|
{
|
|
class Smd0ModelElementDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class SMD0SYSTEMMODELINGDISPATCH_API smd0systemmodeling::Smd0ModelElementDispatch
|
|
: public smd0systemmodeling::Smd0ModelElementDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Smd0ModelElementDispatch instance
|
|
static Smd0ModelElementDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Smd0ModelElementDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Smd0ModelElementDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Smd0ModelElementDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Smd0ModelElementDispatch
|
|
Smd0ModelElementDispatch( const Smd0ModelElementDispatch& );
|
|
|
|
// Assignment operator
|
|
Smd0ModelElementDispatch& operator = ( const Smd0ModelElementDispatch& );
|
|
|
|
// friend
|
|
friend void ::smd0systemmodeling::initializesmd0systemmodelingInternal();
|
|
friend void ::smd0systemmodeling::initializesmd0systemmodelingExtenders();
|
|
friend class smd0systemmodeling::Smd0ModelElementDelegate;
|
|
};
|
|
|
|
#include <smd0systemmodelingdispatch/libsmd0systemmodelingdispatch_undef.h>
|
|
#endif // SMD0SYSTEMMODELING__SMD0MODELELEMENTDISPATCH_HXX
|