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.
110 lines
3.3 KiB
110 lines
3.3 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, Cba0PMMObjectListSlctStateDelegate
|
|
Filename: Cba0PMMObjectListSlctStateDelegate.hxx
|
|
Module: cba
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CBA__CBA0PMMOBJECTLISTSLCTSTATEDELEGATE_HXX
|
|
#define TEAMCENTER__CBA__CBA0PMMOBJECTLISTSLCTSTATEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <cba/Cba0PMMObjectListSlctState.hxx>
|
|
|
|
#include <cba/libcba_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace cba
|
|
{
|
|
class Cba0PMMObjectListSlctStateDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace cba
|
|
{
|
|
class Cba0PMMObjectListSlctStateImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace cba
|
|
{
|
|
class Cba0PMMObjectListSlctState;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace cba
|
|
{
|
|
class Cba0PMMObjectListSlctStateGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CBA_API Teamcenter_alias::cba::Cba0PMMObjectListSlctStateDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Cba0PMMObjectListSlctStateDelegate instance
|
|
static Cba0PMMObjectListSlctStateDelegate& getInstance();
|
|
|
|
// Method to create the Cba0PMMObjectListSlctStateImpl pointer
|
|
static Cba0PMMObjectListSlctStateImpl* createImpl( Cba0PMMObjectListSlctState& ifObj );
|
|
|
|
// Method to delete the Cba0PMMObjectListSlctStateImpl pointer
|
|
static void deleteImpl( Cba0PMMObjectListSlctStateImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a Tag Array Property
|
|
/// @version Teamcenter 10.1.2
|
|
/// @param values - Parameter value
|
|
/// @param isNull - Returns true for an array element if the parameter value at that location is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getCba0selected_listBase(const Cba0PMMObjectListSlctState &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
|
|
|
|
|
|
///
|
|
/// Getter for a Tag Array Property
|
|
/// @version Teamcenter 10.1.2
|
|
/// @param values - Parameter value
|
|
/// @param isNull - Returns true for an array element if the parameter value at that location is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getCba0unselected_listBase(const Cba0PMMObjectListSlctState &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Cba0PMMObjectListSlctStateDelegate* m_pInstance;
|
|
|
|
Cba0PMMObjectListSlctStateDelegate();
|
|
virtual ~Cba0PMMObjectListSlctStateDelegate();
|
|
static void setInstance( Cba0PMMObjectListSlctStateDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::cba::Cba0PMMObjectListSlctStateGenImpl;
|
|
|
|
};
|
|
|
|
#include <cba/libcba_undef.h>
|
|
#endif // TEAMCENTER__CBA__CBA0PMMOBJECTLISTSLCTSTATEDELEGATE_HXX
|