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.
90 lines
2.2 KiB
90 lines
2.2 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, CPDesignBriefDelegate
|
|
Filename: CPDesignBriefDelegate.hxx
|
|
Module: pkgart
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PKGART__CPDESIGNBRIEFDELEGATE_HXX
|
|
#define TEAMCENTER__PKGART__CPDESIGNBRIEFDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <pkgart/CPDesignBrief.hxx>
|
|
|
|
#include <pkgart/libpkgart_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class CPDesignBriefDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class CPDesignBriefImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class CPDesignBrief;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace PKGART
|
|
{
|
|
class CPDesignBriefGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class PKGART_API Teamcenter_alias::PKGART::CPDesignBriefDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the CPDesignBriefDelegate instance
|
|
static CPDesignBriefDelegate& getInstance();
|
|
|
|
// Method to create the CPDesignBriefImpl pointer
|
|
static CPDesignBriefImpl* createImpl( CPDesignBrief& ifObj );
|
|
|
|
// Method to delete the CPDesignBriefImpl pointer
|
|
static void deleteImpl( CPDesignBriefImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static CPDesignBriefDelegate* m_pInstance;
|
|
|
|
CPDesignBriefDelegate();
|
|
virtual ~CPDesignBriefDelegate();
|
|
static void setInstance( CPDesignBriefDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::PKGART::CPDesignBriefGenImpl;
|
|
|
|
};
|
|
|
|
#include <pkgart/libpkgart_undef.h>
|
|
#endif // TEAMCENTER__PKGART__CPDESIGNBRIEFDELEGATE_HXX
|