My Project
SallyAPI::GUI::CWizardPanel Class Reference

Panel for editing the c wizard. More...

#include <WizardPanel.h>

Inheritance diagram for SallyAPI::GUI::CWizardPanel:
SallyAPI::GUI::CAppBase SallyAPI::GUI::CForm SallyAPI::GUI::CControl SallyAPI::GUI::CGUIBaseObject SallyAPI::Core::CBaseObject

List of all members.

Public Member Functions

 CWizardPanel (SallyAPI::GUI::CGUIBaseObject *parent, int graphicId, const std::string &pluginPath)
 Constructor.
virtual ~CWizardPanel ()
 Destructor.
virtual void LoadConfig ()
 Loads the configuration.
virtual void SaveConfig ()
 Saves the configuration.
virtual void SendMessageToParent (SallyAPI::GUI::CGUIBaseObject *reporter, int reporterId, int messageId, SallyAPI::GUI::SendMessage::CParameterBase *messageParameter=NULL)
 Send message to parent.
void SetParent (SallyAPI::GUI::CGUIBaseObject *parent)
 Sets a parent.
bool IsFirstStart ()
 Query if this object is first start.

Protected Attributes

SallyAPI::GUI::CLabelm_pLabelHeader
SallyAPI::GUI::CGroupBoxm_pBackgroundGroup
SallyAPI::GUI::CImageBoxm_pImageLogo

Detailed Description

Panel for editing the c wizard.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CWizardPanel::CWizardPanel ( SallyAPI::GUI::CGUIBaseObject parent,
int  graphicId,
const std::string &  pluginPath 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]parentIf non-null, the parent.
graphicIdIdentifier for the graphic.
pluginPathFull pathname of the plugin file.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Query if this object is first start.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
true if first start, false if not.
void CWizardPanel::LoadConfig ( ) [virtual]

Loads the configuration.

Author:
Christian Knobloch
Date:
19.04.2010
void CWizardPanel::SaveConfig ( ) [virtual]

Saves the configuration.

Author:
Christian Knobloch
Date:
19.04.2010
void CWizardPanel::SendMessageToParent ( SallyAPI::GUI::CGUIBaseObject reporter,
int  reporterId,
int  messageId,
SallyAPI::GUI::SendMessage::CParameterBase messageParameter = NULL 
) [virtual]

Send message to parent.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]reporterIf non-null, the reporter.
reporterIdIdentifier for the reporter.
messageIdIdentifier for the message.
[in,out]messageParameterIf non-null, the message parameter.

Reimplemented from SallyAPI::GUI::CAppBase.

Sets a parent.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]parentIf non-null, the parent.

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines