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.
78 lines
2.1 KiB
78 lines
2.1 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, ListOfValuesDoubleDelegate
|
|
Filename: ListOfValuesDoubleDelegate.hxx
|
|
Module: lov
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__LISTOFVALUESDOUBLEDELEGATE_HXX
|
|
#define TEAMCENTER__LISTOFVALUESDOUBLEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <lov/ListOfValuesDouble.hxx>
|
|
|
|
#include <lov/liblov_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ListOfValuesDoubleDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ListOfValuesDoubleImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ListOfValuesDouble;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ListOfValuesDoubleGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class LOV_API Teamcenter_alias::ListOfValuesDoubleDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ListOfValuesDoubleDelegate instance
|
|
static ListOfValuesDoubleDelegate& getInstance();
|
|
|
|
// Method to create the ListOfValuesDoubleImpl pointer
|
|
static ListOfValuesDoubleImpl* createImpl( ListOfValuesDouble& ifObj );
|
|
|
|
// Method to delete the ListOfValuesDoubleImpl pointer
|
|
static void deleteImpl( ListOfValuesDoubleImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ListOfValuesDoubleDelegate* m_pInstance;
|
|
|
|
ListOfValuesDoubleDelegate();
|
|
virtual ~ListOfValuesDoubleDelegate();
|
|
static void setInstance( ListOfValuesDoubleDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ListOfValuesDoubleGenImpl;
|
|
|
|
};
|
|
|
|
#include <lov/liblov_undef.h>
|
|
#endif // TEAMCENTER__LISTOFVALUESDOUBLEDELEGATE_HXX
|