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, Asp0AspectSearchDefDispatch
|
|
Filename: Asp0AspectSearchDefDispatch.hxx
|
|
Module: asp0aspectdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__ASP0ASPECT__ASP0ASPECTSEARCHDEFDISPATCH_HXX
|
|
#define TEAMCENTER__ASP0ASPECT__ASP0ASPECTSEARCHDEFDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Asp0aspect/Asp0AspectSearchDef.hxx>
|
|
#include <Asp0aspect/Asp0AspectSearchDefDelegate.hxx>
|
|
#include <appmodeldispatch/Mdl0SearchDefDispatch.hxx>
|
|
#include <asp0aspectdispatch/initializeasp0aspect.hxx>
|
|
|
|
#include <asp0aspectdispatch/libasp0aspectdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Asp0aspect
|
|
{
|
|
class Asp0AspectSearchDefDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Asp0aspect
|
|
{
|
|
class Asp0AspectSearchDefDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class ASP0ASPECTDISPATCH_API Teamcenter::Asp0aspect::Asp0AspectSearchDefDispatch
|
|
: public Teamcenter::Asp0aspect::Asp0AspectSearchDefDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Asp0AspectSearchDefDispatch instance
|
|
static Asp0AspectSearchDefDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Asp0AspectSearchDefDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Asp0AspectSearchDefDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Asp0AspectSearchDefDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Asp0AspectSearchDefDispatch
|
|
Asp0AspectSearchDefDispatch( const Asp0AspectSearchDefDispatch& );
|
|
|
|
// Assignment operator
|
|
Asp0AspectSearchDefDispatch& operator = ( const Asp0AspectSearchDefDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::Asp0aspect::initializeasp0aspectInternal();
|
|
friend void ::Teamcenter::Asp0aspect::initializeasp0aspectExtenders();
|
|
friend class Teamcenter::Asp0aspect::Asp0AspectSearchDefDelegate;
|
|
};
|
|
|
|
#include <asp0aspectdispatch/libasp0aspectdispatch_undef.h>
|
|
#endif // TEAMCENTER__ASP0ASPECT__ASP0ASPECTSEARCHDEFDISPATCH_HXX
|