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.3 KiB
85 lines
2.3 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, CPArtworkDispatch
|
|
Filename: CPArtworkDispatch.hxx
|
|
Module: pkgartdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PKGART__CPARTWORKDISPATCH_HXX
|
|
#define TEAMCENTER__PKGART__CPARTWORKDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <pkgart/CPArtwork.hxx>
|
|
#include <pkgart/CPArtworkDelegate.hxx>
|
|
#include <foundationdispatch/DocumentDispatch.hxx>
|
|
#include <pkgartdispatch/initializepkgart.hxx>
|
|
|
|
#include <pkgartdispatch/libpkgartdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class CPArtworkDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class CPArtworkDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class PKGARTDISPATCH_API Teamcenter::PKGART::CPArtworkDispatch
|
|
: public Teamcenter::PKGART::CPArtworkDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the CPArtworkDispatch instance
|
|
static CPArtworkDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static CPArtworkDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
CPArtworkDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~CPArtworkDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a CPArtworkDispatch
|
|
CPArtworkDispatch( const CPArtworkDispatch& );
|
|
|
|
// Assignment operator
|
|
CPArtworkDispatch& operator = ( const CPArtworkDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::PKGART::initializepkgartInternal();
|
|
friend void ::Teamcenter::PKGART::initializepkgartExtenders();
|
|
friend class Teamcenter::PKGART::CPArtworkDelegate;
|
|
};
|
|
|
|
#include <pkgartdispatch/libpkgartdispatch_undef.h>
|
|
#endif // TEAMCENTER__PKGART__CPARTWORKDISPATCH_HXX
|