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