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/cae/CAEAttachmentWindowDelegate...

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, CAEAttachmentWindowDelegate
Filename: CAEAttachmentWindowDelegate.hxx
Module: cae
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CAEATTACHMENTWINDOWDELEGATE_HXX
#define TEAMCENTER__CAEATTACHMENTWINDOWDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cae/CAEAttachmentWindow.hxx>
#include <cae/libcae_exports.h>
namespace Teamcenter
{
class CAEAttachmentWindowDelegate;
}
namespace Teamcenter
{
class CAEAttachmentWindowImpl;
}
namespace Teamcenter
{
class CAEAttachmentWindow;
}
namespace Teamcenter
{
class CAEAttachmentWindowGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class CAE_API Teamcenter_alias::CAEAttachmentWindowDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the CAEAttachmentWindowDelegate instance
static CAEAttachmentWindowDelegate& getInstance();
// Method to create the CAEAttachmentWindowImpl pointer
static CAEAttachmentWindowImpl* createImpl( CAEAttachmentWindow& ifObj );
// Method to delete the CAEAttachmentWindowImpl pointer
static void deleteImpl( CAEAttachmentWindowImpl* impl );
protected:
// Pointer to the instance
static CAEAttachmentWindowDelegate* m_pInstance;
CAEAttachmentWindowDelegate();
virtual ~CAEAttachmentWindowDelegate();
static void setInstance( CAEAttachmentWindowDelegate* instance );
private:
friend class ::Teamcenter::CAEAttachmentWindowGenImpl;
};
#include <cae/libcae_undef.h>
#endif // TEAMCENTER__CAEATTACHMENTWINDOWDELEGATE_HXX