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, CPGFormulaMaterRevisionDispatch
|
|
Filename: CPGFormulaMaterRevisionDispatch.hxx
|
|
Module: cpgmaterialsdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CPGMATERIALS__CPGFORMULAMATERREVISIONDISPATCH_HXX
|
|
#define TEAMCENTER__CPGMATERIALS__CPGFORMULAMATERREVISIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <cpgmaterials/CPGFormulaMaterRevision.hxx>
|
|
#include <cpgmaterials/CPGFormulaMaterRevisionDelegate.hxx>
|
|
#include <foundationdispatch/ItemRevisionDispatch.hxx>
|
|
#include <cpgmaterialsdispatch/initializecpgmaterials.hxx>
|
|
|
|
#include <cpgmaterialsdispatch/libcpgmaterialsdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace CPGMATERIALS
|
|
{
|
|
class CPGFormulaMaterRevisionDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace CPGMATERIALS
|
|
{
|
|
class CPGFormulaMaterRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class CPGMATERIALSDISPATCH_API Teamcenter::CPGMATERIALS::CPGFormulaMaterRevisionDispatch
|
|
: public Teamcenter::CPGMATERIALS::CPGFormulaMaterRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the CPGFormulaMaterRevisionDispatch instance
|
|
static CPGFormulaMaterRevisionDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static CPGFormulaMaterRevisionDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
CPGFormulaMaterRevisionDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~CPGFormulaMaterRevisionDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a CPGFormulaMaterRevisionDispatch
|
|
CPGFormulaMaterRevisionDispatch( const CPGFormulaMaterRevisionDispatch& );
|
|
|
|
// Assignment operator
|
|
CPGFormulaMaterRevisionDispatch& operator = ( const CPGFormulaMaterRevisionDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::CPGMATERIALS::initializecpgmaterialsInternal();
|
|
friend void ::Teamcenter::CPGMATERIALS::initializecpgmaterialsExtenders();
|
|
friend class Teamcenter::CPGMATERIALS::CPGFormulaMaterRevisionDelegate;
|
|
};
|
|
|
|
#include <cpgmaterialsdispatch/libcpgmaterialsdispatch_undef.h>
|
|
#endif // TEAMCENTER__CPGMATERIALS__CPGFORMULAMATERREVISIONDISPATCH_HXX
|