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.
88 lines
2.6 KiB
88 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, Lis0DelegatedDialogsDelegate
|
|
Filename: Lis0DelegatedDialogsDelegate.hxx
|
|
Module: Lis0lisfmwrk
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef LIS0LISFMWRK__LIS0DELEGATEDDIALOGSDELEGATE_HXX
|
|
#define LIS0LISFMWRK__LIS0DELEGATEDDIALOGSDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Lis0lisfmwrk/Lis0DelegatedDialogs.hxx>
|
|
|
|
#include <Lis0lisfmwrk/liblis0lisfmwrk_exports.h>
|
|
|
|
namespace lis0lisfmwrk
|
|
{
|
|
class Lis0DelegatedDialogsDelegate;
|
|
}
|
|
namespace lis0lisfmwrk
|
|
{
|
|
class Lis0DelegatedDialogsImpl;
|
|
}
|
|
namespace lis0lisfmwrk
|
|
{
|
|
class Lis0DelegatedDialogs;
|
|
}
|
|
namespace lis0lisfmwrk
|
|
{
|
|
class Lis0DelegatedDialogsGenImpl;
|
|
}
|
|
|
|
namespace lis0lisfmwrk_alias = ::lis0lisfmwrk;
|
|
|
|
|
|
class LIS0LISFMWRK_API lis0lisfmwrk_alias::Lis0DelegatedDialogsDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Lis0DelegatedDialogsDelegate instance
|
|
static Lis0DelegatedDialogsDelegate& getInstance();
|
|
|
|
// Method to create the Lis0DelegatedDialogsImpl pointer
|
|
static Lis0DelegatedDialogsImpl* createImpl( Lis0DelegatedDialogs& ifObj );
|
|
|
|
// Method to delete the Lis0DelegatedDialogsImpl pointer
|
|
static void deleteImpl( Lis0DelegatedDialogsImpl* impl );
|
|
|
|
|
|
///
|
|
///
|
|
/// @version Teamcenter 10.1.6
|
|
/// @param serviceProvider - Service Provider Tag
|
|
/// @param delegatedDialogsList - Delegated Dialogs List
|
|
/// @return -
|
|
///
|
|
int lis0GetDelegatedDialogsBase(const Lis0DelegatedDialogs &ifObj, tag_t serviceProvider, std::vector< tag_t > *delegatedDialogsList );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Lis0DelegatedDialogsDelegate* m_pInstance;
|
|
|
|
Lis0DelegatedDialogsDelegate();
|
|
virtual ~Lis0DelegatedDialogsDelegate();
|
|
static void setInstance( Lis0DelegatedDialogsDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::lis0lisfmwrk::Lis0DelegatedDialogsGenImpl;
|
|
|
|
};
|
|
|
|
#include <Lis0lisfmwrk/liblis0lisfmwrk_undef.h>
|
|
#endif // LIS0LISFMWRK__LIS0DELEGATEDDIALOGSDELEGATE_HXX
|