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.
116 lines
3.4 KiB
116 lines
3.4 KiB
//Copyright 2020 Siemens Digital Industries Software
|
|
//==================================================
|
|
//Copyright $2020.
|
|
//Siemens Product Lifecycle Management Software Inc.
|
|
//All Rights Reserved.
|
|
//e
|
|
//==================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
|
|
/*==================================================================================================
|
|
File description:
|
|
This file contains the declaration for the Business Object, Qc0VisualCharSpecDelegate
|
|
Filename: Qc0VisualCharSpecDelegate.hxx
|
|
Module: Qc0qualitybase
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef QC0QUALITYCENTERBASE__QC0VISUALCHARSPECDELEGATE_HXX
|
|
#define QC0QUALITYCENTERBASE__QC0VISUALCHARSPECDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Qc0qualitybase/Qc0VisualCharSpec.hxx>
|
|
|
|
#include <Qc0qualitybase/libqc0qualitybase_exports.h>
|
|
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0VisualCharSpecDelegate;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0VisualCharSpecImpl;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0VisualCharSpec;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0VisualCharSpecGenImpl;
|
|
}
|
|
|
|
namespace qc0qualitycenterbase_alias = ::qc0qualitycenterbase;
|
|
|
|
|
|
class QC0QUALITYBASE_API qc0qualitycenterbase_alias::Qc0VisualCharSpecDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Qc0VisualCharSpecDelegate instance
|
|
static Qc0VisualCharSpecDelegate& getInstance();
|
|
|
|
// Method to create the Qc0VisualCharSpecImpl pointer
|
|
static Qc0VisualCharSpecImpl* createImpl( Qc0VisualCharSpec& ifObj );
|
|
|
|
// Method to delete the Qc0VisualCharSpecImpl pointer
|
|
static void deleteImpl( Qc0VisualCharSpecImpl* impl );
|
|
|
|
|
|
///
|
|
/// Deletes the instance.
|
|
/// @version Teamcenter 11.1
|
|
/// @return - Failure code.
|
|
///
|
|
int fnd0DeleteBase(const Qc0VisualCharSpec &ifObj );
|
|
|
|
|
|
///
|
|
/// desc for validate for create
|
|
/// @version Tc 8
|
|
/// @param creInput - desc for creInput parameter
|
|
/// @return - ret desc for validate for create
|
|
///
|
|
int validateCreateInputBase(const Qc0VisualCharSpec &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
///
|
|
/// Validate revise input.
|
|
/// @version Teamcenter 10.1
|
|
/// @param pReviseInput - desc
|
|
/// @param vecDeepCopyData - desc
|
|
/// @return - Returns an int.
|
|
///
|
|
int validateReviseInputBase(const Qc0VisualCharSpec &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
///
|
|
/// validate saveas input
|
|
/// @version Teamcenter 9
|
|
/// @param pSavAsInput - desc
|
|
/// @param vecDeepCopyData - desc
|
|
/// @return - returns an int
|
|
///
|
|
int validateSaveAsInputBase(const Qc0VisualCharSpec &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Qc0VisualCharSpecDelegate* m_pInstance;
|
|
|
|
Qc0VisualCharSpecDelegate();
|
|
virtual ~Qc0VisualCharSpecDelegate();
|
|
static void setInstance( Qc0VisualCharSpecDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::qc0qualitycenterbase::Qc0VisualCharSpecGenImpl;
|
|
|
|
};
|
|
|
|
#include <Qc0qualitybase/libqc0qualitybase_undef.h>
|
|
#endif // QC0QUALITYCENTERBASE__QC0VISUALCHARSPECDELEGATE_HXX
|