My Project
SallyAPI::GUI::CMessageBox Class Reference

Message box. More...

#include <MessageBox.h>

Inheritance diagram for SallyAPI::GUI::CMessageBox:
SallyAPI::GUI::CDialogBox SallyAPI::GUI::CDialog SallyAPI::GUI::CPopUpWindow SallyAPI::GUI::CAppBase SallyAPI::GUI::CForm SallyAPI::GUI::CControl SallyAPI::GUI::CGUIBaseObject SallyAPI::Core::CBaseObject

List of all members.

Public Member Functions

 CMessageBox (SallyAPI::GUI::CGUIBaseObject *parent)
 Constructor.
virtual ~CMessageBox ()
 Destructor.
virtual void SendMessageToParent (SallyAPI::GUI::CGUIBaseObject *reporter, int reporterId, int messageId, SallyAPI::GUI::SendMessage::CParameterBase *messageParameter=NULL)
 Send message to parent.
void SetValues (SallyAPI::GUI::SendMessage::CParameterMessageBox &messageBox)
 Sets the values.

Protected Attributes

SallyAPI::GUI::CButtonm_pButtonOk
SallyAPI::GUI::CImageBoxm_pImage
MessageBoxIcon m_pIcon
SallyAPI::GUI::CLabelBoxm_pLableDialogText

Detailed Description

Message box.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

Constructor.

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

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

void CMessageBox::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::CPopUpWindow.

Sets the values.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]messageBoxThe message box.

Member Data Documentation


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