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.0 KiB
78 lines
2.0 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, ReportDesignDelegate
|
|
Filename: ReportDesignDelegate.hxx
|
|
Module: qry
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__REPORTDESIGNDELEGATE_HXX
|
|
#define TEAMCENTER__REPORTDESIGNDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <qry/ReportDesign.hxx>
|
|
|
|
#include <qry/libqry_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ReportDesignDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ReportDesignImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ReportDesign;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ReportDesignGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class QRY_API Teamcenter_alias::ReportDesignDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ReportDesignDelegate instance
|
|
static ReportDesignDelegate& getInstance();
|
|
|
|
// Method to create the ReportDesignImpl pointer
|
|
static ReportDesignImpl* createImpl( ReportDesign& ifObj );
|
|
|
|
// Method to delete the ReportDesignImpl pointer
|
|
static void deleteImpl( ReportDesignImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ReportDesignDelegate* m_pInstance;
|
|
|
|
ReportDesignDelegate();
|
|
virtual ~ReportDesignDelegate();
|
|
static void setInstance( ReportDesignDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ReportDesignGenImpl;
|
|
|
|
};
|
|
|
|
#include <qry/libqry_undef.h>
|
|
#endif // TEAMCENTER__REPORTDESIGNDELEGATE_HXX
|