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, Mdl0GeomConnGroupDispatch
|
|
Filename: Mdl0GeomConnGroupDispatch.hxx
|
|
Module: appmodeldispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__APPMODEL__MDL0GEOMCONNGROUPDISPATCH_HXX
|
|
#define TEAMCENTER__APPMODEL__MDL0GEOMCONNGROUPDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <mdl0modelgeometry/Mdl0GeomConnGroup.hxx>
|
|
#include <mdl0modelgeometry/Mdl0GeomConnGroupDelegate.hxx>
|
|
#include <appmodeldispatch/Mdl0ModelElementDispatch.hxx>
|
|
#include <appmodeldispatch/initializeappmodel.hxx>
|
|
|
|
#include <appmodeldispatch/libappmodeldispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace AppModel
|
|
{
|
|
class Mdl0GeomConnGroupDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace AppModel
|
|
{
|
|
class Mdl0GeomConnGroupDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class APPMODELDISPATCH_API Teamcenter::AppModel::Mdl0GeomConnGroupDispatch
|
|
: public Teamcenter::AppModel::Mdl0GeomConnGroupDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Mdl0GeomConnGroupDispatch instance
|
|
static Mdl0GeomConnGroupDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Mdl0GeomConnGroupDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Mdl0GeomConnGroupDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Mdl0GeomConnGroupDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Mdl0GeomConnGroupDispatch
|
|
Mdl0GeomConnGroupDispatch( const Mdl0GeomConnGroupDispatch& );
|
|
|
|
// Assignment operator
|
|
Mdl0GeomConnGroupDispatch& operator = ( const Mdl0GeomConnGroupDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::AppModel::initializeappmodelInternal();
|
|
friend void ::Teamcenter::AppModel::initializeappmodelExtenders();
|
|
friend class Teamcenter::AppModel::Mdl0GeomConnGroupDelegate;
|
|
};
|
|
|
|
#include <appmodeldispatch/libappmodeldispatch_undef.h>
|
|
#endif // TEAMCENTER__APPMODEL__MDL0GEOMCONNGROUPDISPATCH_HXX
|