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/cba/PositionDesignatorProxyDele...

90 lines
2.4 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, PositionDesignatorProxyDelegate
Filename: PositionDesignatorProxyDelegate.hxx
Module: cba
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CBA__POSITIONDESIGNATORPROXYDELEGATE_HXX
#define TEAMCENTER__CBA__POSITIONDESIGNATORPROXYDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cba/PositionDesignatorProxy.hxx>
#include <cba/libcba_exports.h>
namespace Teamcenter
{
namespace cba
{
class PositionDesignatorProxyDelegate;
}
}
namespace Teamcenter
{
namespace cba
{
class PositionDesignatorProxyImpl;
}
}
namespace Teamcenter
{
namespace cba
{
class PositionDesignatorProxy;
}
}
namespace Teamcenter
{
namespace cba
{
class PositionDesignatorProxyGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class CBA_API Teamcenter_alias::cba::PositionDesignatorProxyDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the PositionDesignatorProxyDelegate instance
static PositionDesignatorProxyDelegate& getInstance();
// Method to create the PositionDesignatorProxyImpl pointer
static PositionDesignatorProxyImpl* createImpl( PositionDesignatorProxy& ifObj );
// Method to delete the PositionDesignatorProxyImpl pointer
static void deleteImpl( PositionDesignatorProxyImpl* impl );
protected:
// Pointer to the instance
static PositionDesignatorProxyDelegate* m_pInstance;
PositionDesignatorProxyDelegate();
virtual ~PositionDesignatorProxyDelegate();
static void setInstance( PositionDesignatorProxyDelegate* instance );
private:
friend class ::Teamcenter::cba::PositionDesignatorProxyGenImpl;
};
#include <cba/libcba_undef.h>
#endif // TEAMCENTER__CBA__POSITIONDESIGNATORPROXYDELEGATE_HXX