My Project
SallyAPI::GUI::SendMessage::CParameterMessageBox Class Reference

Send message parameter message box. More...

#include <ParameterMessageBox.h>

Inheritance diagram for SallyAPI::GUI::SendMessage::CParameterMessageBox:
SallyAPI::GUI::SendMessage::CParameterBase

List of all members.

Public Member Functions

 CParameterMessageBox (int controlId, SallyAPI::GUI::CGUIBaseObject *notificationWindow, const std::string &dialogText, MessageBoxIcon icon)
 Constructor.
virtual ~CParameterMessageBox ()
 Destructor.
SallyAPI::GUI::CGUIBaseObjectGetNotificationWindow ()
 Gets the notification window.
std::string GetDialogText ()
 Gets the dialog text.
int GetControlID ()
 Gets the control identifier.
SallyAPI::GUI::MessageBoxIcon GetIcon ()
 Gets the icon.

Detailed Description

Send message parameter message box.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CParameterMessageBox::CParameterMessageBox ( int  controlId,
SallyAPI::GUI::CGUIBaseObject notificationWindow,
const std::string &  dialogText,
MessageBoxIcon  icon 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
controlIdIdentifier for the control.
[in,out]notificationWindowIf non-null, the notification window.
dialogTextThe dialog text.
iconThe icon.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the control identifier.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The control identifier.

Gets the dialog text.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The dialog text.

Gets the icon.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The icon.

Gets the notification window.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the notification window.

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