My Project
SallyAPI::GUI::CConfigPanel Class Reference

Panel for editing the c configuration. More...

#include <ConfigPanel.h>

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

List of all members.

Public Member Functions

 CConfigPanel (SallyAPI::GUI::CGUIBaseObject *parent, int graphicId, const std::string &pluginPath)
 Constructor.
virtual ~CConfigPanel ()
 Destructor.
virtual std::vector< int > SaveConfig ()=0
virtual void LoadConfig ()=0
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.

Detailed Description

Panel for editing the c configuration.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CConfigPanel::CConfigPanel ( 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

virtual void SallyAPI::GUI::CConfigPanel::LoadConfig ( ) [pure virtual]
virtual std::vector<int> SallyAPI::GUI::CConfigPanel::SaveConfig ( ) [pure virtual]
void CConfigPanel::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.

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