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.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, Fnd0CmdConfigRuleDelegate
Filename: Fnd0CmdConfigRuleDelegate.hxx
Module: uiconfig
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0CMDCONFIGRULEDELEGATE_HXX
#define TEAMCENTER__FND0CMDCONFIGRULEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <uiconfig/Fnd0CmdConfigRule.hxx>
#include <uiconfig/libuiconfig_exports.h>
namespace Teamcenter
{
class Fnd0CmdConfigRuleDelegate;
}
namespace Teamcenter
{
class Fnd0CmdConfigRuleImpl;
}
namespace Teamcenter
{
class Fnd0CmdConfigRule;
}
namespace Teamcenter
{
class Fnd0CmdConfigRuleGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class UICONFIG_API Teamcenter_alias::Fnd0CmdConfigRuleDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0CmdConfigRuleDelegate instance
static Fnd0CmdConfigRuleDelegate& getInstance();
// Method to create the Fnd0CmdConfigRuleImpl pointer
static Fnd0CmdConfigRuleImpl* createImpl( Fnd0CmdConfigRule& ifObj );
// Method to delete the Fnd0CmdConfigRuleImpl pointer
static void deleteImpl( Fnd0CmdConfigRuleImpl* impl );
protected:
// Pointer to the instance
static Fnd0CmdConfigRuleDelegate* m_pInstance;
Fnd0CmdConfigRuleDelegate();
virtual ~Fnd0CmdConfigRuleDelegate();
static void setInstance( Fnd0CmdConfigRuleDelegate* instance );
private:
friend class ::Teamcenter::Fnd0CmdConfigRuleGenImpl;
};
#include <uiconfig/libuiconfig_undef.h>
#endif // TEAMCENTER__FND0CMDCONFIGRULEDELEGATE_HXX