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.
100 lines
2.7 KiB
100 lines
2.7 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, Cpd0SubsetItemLineDelegate
|
|
Filename: Cpd0SubsetItemLineDelegate.hxx
|
|
Module: cpd0workset
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CPD__CPD0SUBSETITEMLINEDELEGATE_HXX
|
|
#define TEAMCENTER__CPD__CPD0SUBSETITEMLINEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <cpd0workset/Cpd0SubsetItemLine.hxx>
|
|
|
|
#include <cpd0workset/libcpd0workset_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cpd
|
|
{
|
|
class Cpd0SubsetItemLineDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cpd
|
|
{
|
|
class Cpd0SubsetItemLineImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cpd
|
|
{
|
|
class Cpd0SubsetItemLine;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cpd
|
|
{
|
|
class Cpd0SubsetItemLineGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CPD0WORKSET_API Teamcenter_alias::Cpd::Cpd0SubsetItemLineDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Cpd0SubsetItemLineDelegate instance
|
|
static Cpd0SubsetItemLineDelegate& getInstance();
|
|
|
|
// Method to create the Cpd0SubsetItemLineImpl pointer
|
|
static Cpd0SubsetItemLineImpl* createImpl( Cpd0SubsetItemLine& ifObj );
|
|
|
|
// Method to delete the Cpd0SubsetItemLineImpl pointer
|
|
static void deleteImpl( Cpd0SubsetItemLineImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a Tag Array Property
|
|
/// @version Teamcenter 11.3
|
|
/// @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 getCpd0UserAddedChildrenBase(const Cpd0SubsetItemLine &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Cpd0SubsetItemLineDelegate* m_pInstance;
|
|
|
|
Cpd0SubsetItemLineDelegate();
|
|
virtual ~Cpd0SubsetItemLineDelegate();
|
|
static void setInstance( Cpd0SubsetItemLineDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Cpd::Cpd0SubsetItemLineGenImpl;
|
|
|
|
};
|
|
|
|
#include <cpd0workset/libcpd0workset_undef.h>
|
|
#endif // TEAMCENTER__CPD__CPD0SUBSETITEMLINEDELEGATE_HXX
|