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

Send message parameter input box. More...

#include <ParameterInputBox.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Send message parameter input box.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CParameterInputBox::CParameterInputBox ( int  controlId,
SallyAPI::GUI::CGUIBaseObject notificationWindow,
const std::string &  dialogText,
const std::string &  defaultText 
)

Constructor.

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

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 default text.

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

Gets the dialog text.

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

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