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.
ML_ITK/13/include_cpp/lov/ListOfValuesStringDelegate.hxx

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