My Project
SallyAPI::GUI::COpenDialog Class Reference

Dialog for setting the open. More...

#include <OpenDialog.h>

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

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

Protected Member Functions

void OnCommandCompleteFolder ()
 Executes the command complete folder action.
void OnCommandOk (SallyAPI::GUI::SendMessage::CParameterBase *messageParameter)
 Executes the command ok action.

Protected Attributes

int m_iActionCommand
SallyAPI::GUI::CButtonm_pButtonCancel
SallyAPI::GUI::CLabelBoxm_pLableDialogText
SallyAPI::GUI::CFileBrowserm_pFileBrowser

Detailed Description

Dialog for setting the open.

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

Executes the command complete folder action.

Author:
Christian Knobloch
Date:
19.04.2010
void COpenDialog::OnCommandOk ( SallyAPI::GUI::SendMessage::CParameterBase messageParameter) [protected]

Executes the command ok action.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]messageParameterIf non-null, the message parameter.
void COpenDialog::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]openDialogThe open dialog.

Member Data Documentation


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