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.5 KiB
79 lines
2.5 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, Pmg0TableViewProviderDispatch
|
|
Filename: Pmg0TableViewProviderDispatch.hxx
|
|
Module: pmg0cpmgmtdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef PMG0CPMGMT__PMG0TABLEVIEWPROVIDERDISPATCH_HXX
|
|
#define PMG0CPMGMT__PMG0TABLEVIEWPROVIDERDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <pmg0cpmgmt/Pmg0TableViewProvider.hxx>
|
|
#include <pmg0cpmgmt/Pmg0TableViewProviderDelegate.hxx>
|
|
#include <foundationdispatch/Fnd0BaseProviderDispatch.hxx>
|
|
#include <pmg0cpmgmtdispatch/initializepmg0cpmgmt.hxx>
|
|
|
|
#include <pmg0cpmgmtdispatch/libpmg0cpmgmtdispatch_exports.h>
|
|
|
|
namespace pmg0cpmgmt
|
|
{
|
|
class Pmg0TableViewProviderDispatch;
|
|
}
|
|
namespace pmg0cpmgmt
|
|
{
|
|
class Pmg0TableViewProviderDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class PMG0CPMGMTDISPATCH_API pmg0cpmgmt::Pmg0TableViewProviderDispatch
|
|
: public pmg0cpmgmt::Pmg0TableViewProviderDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Pmg0TableViewProviderDispatch instance
|
|
static Pmg0TableViewProviderDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Pmg0TableViewProviderDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Pmg0TableViewProviderDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Pmg0TableViewProviderDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Pmg0TableViewProviderDispatch
|
|
Pmg0TableViewProviderDispatch( const Pmg0TableViewProviderDispatch& );
|
|
|
|
// Assignment operator
|
|
Pmg0TableViewProviderDispatch& operator = ( const Pmg0TableViewProviderDispatch& );
|
|
|
|
// friend
|
|
friend void ::pmg0cpmgmt::initializepmg0cpmgmtInternal();
|
|
friend void ::pmg0cpmgmt::initializepmg0cpmgmtExtenders();
|
|
friend class pmg0cpmgmt::Pmg0TableViewProviderDelegate;
|
|
};
|
|
|
|
#include <pmg0cpmgmtdispatch/libpmg0cpmgmtdispatch_undef.h>
|
|
#endif // PMG0CPMGMT__PMG0TABLEVIEWPROVIDERDISPATCH_HXX
|