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