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.
90 lines
2.2 KiB
90 lines
2.2 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, HierarchicalWSODelegate
|
|
Filename: HierarchicalWSODelegate.hxx
|
|
Module: mrocore
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__MROCORE__HIERARCHICALWSODELEGATE_HXX
|
|
#define TEAMCENTER__MROCORE__HIERARCHICALWSODELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <mrocore/HierarchicalWSO.hxx>
|
|
|
|
#include <mrocore/libmrocore_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class HierarchicalWSODelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class HierarchicalWSOImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class HierarchicalWSO;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mrocore
|
|
{
|
|
class HierarchicalWSOGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class MROCORE_API Teamcenter_alias::mrocore::HierarchicalWSODelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the HierarchicalWSODelegate instance
|
|
static HierarchicalWSODelegate& getInstance();
|
|
|
|
// Method to create the HierarchicalWSOImpl pointer
|
|
static HierarchicalWSOImpl* createImpl( HierarchicalWSO& ifObj );
|
|
|
|
// Method to delete the HierarchicalWSOImpl pointer
|
|
static void deleteImpl( HierarchicalWSOImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static HierarchicalWSODelegate* m_pInstance;
|
|
|
|
HierarchicalWSODelegate();
|
|
virtual ~HierarchicalWSODelegate();
|
|
static void setInstance( HierarchicalWSODelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::mrocore::HierarchicalWSOGenImpl;
|
|
|
|
};
|
|
|
|
#include <mrocore/libmrocore_undef.h>
|
|
#endif // TEAMCENTER__MROCORE__HIERARCHICALWSODELEGATE_HXX
|