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.

86 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, Cls0NodeImageDispatch
Filename: Cls0NodeImageDispatch.hxx
Module: classificationdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CLASSIFICATION__CLS0NODEIMAGEDISPATCH_HXX
#define TEAMCENTER__CLASSIFICATION__CLS0NODEIMAGEDISPATCH_HXX
#include <vector>
#include <Cls0classification/Cls0NodeImage.hxx>
#include <Cls0classification/Cls0NodeImageDelegate.hxx>
#include <foundationdispatch/ImanRelationDispatch.hxx>
#include <classificationdispatch/initializeclassification.hxx>
#include <classificationdispatch/libclassificationdispatch_exports.h>
namespace Teamcenter
{
namespace Classification
{
class Cls0NodeImageDispatch;
}
}
namespace Teamcenter
{
namespace Classification
{
class Cls0NodeImageDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class CLASSIFICATIONDISPATCH_API Teamcenter::Classification::Cls0NodeImageDispatch
: public Teamcenter::Classification::Cls0NodeImageDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cls0NodeImageDispatch instance
static Cls0NodeImageDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Cls0NodeImageDispatch* m_dispatch;
// Default Constructor
Cls0NodeImageDispatch();
// Default Destructor
virtual ~Cls0NodeImageDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Cls0NodeImageDispatch
Cls0NodeImageDispatch( const Cls0NodeImageDispatch& );
// Assignment operator
Cls0NodeImageDispatch& operator = ( const Cls0NodeImageDispatch& );
// friend
friend void ::classification::initializeclassificationInternal();
friend void ::classification::initializeclassificationExtenders();
friend class Teamcenter::Classification::Cls0NodeImageDelegate;
};
#include <classificationdispatch/libclassificationdispatch_undef.h>
#endif // TEAMCENTER__CLASSIFICATION__CLS0NODEIMAGEDISPATCH_HXX