My Project
SallyAPI::GUI::CQuestionBox Class Reference

Question box. More...

#include <QuestionBox.h>

Inheritance diagram for SallyAPI::GUI::CQuestionBox:
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

 CQuestionBox (SallyAPI::GUI::CGUIBaseObject *parent)
 Constructor.
virtual ~CQuestionBox ()
 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::CParameterQuestionBox &questionBox)
 Sets the values.

Protected Attributes

SallyAPI::GUI::CButtonm_pButtonYes
SallyAPI::GUI::CButtonm_pButtonNo
SallyAPI::GUI::CLabelBoxm_pLableDialogText
SallyAPI::GUI::CImageBoxm_pImage

Detailed Description

Question 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 CQuestionBox::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]questionBoxThe question 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