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

Dialog for setting the send message parameter open. More...

#include <ParameterOpenDialog.h>

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

List of all members.

Public Member Functions

 CParameterOpenDialog (int controlId, SallyAPI::GUI::CGUIBaseObject *notificationWindow, const std::string &dialogText)
 Constructor.
virtual ~CParameterOpenDialog ()
 Destructor.
SallyAPI::GUI::CGUIBaseObjectGetNotificationWindow ()
 Gets the notification window.
std::string GetDialogText ()
 Gets the dialog text.
int GetControlID ()
 Gets the control identifier.
void SetStartFolders (std::vector< std::string > &startFolders)
 Sets a start folders.
void SetShowRemovableDisk (bool showRemovableDisk)
 Sets a show removable disk.
void SetMimetypeList (std::map< std::string, int > &mimetypeList)
 Sets a mimetype list.
void SetShowSubfolders (bool showSubfolders)
 Sets a show subfolders.
void SetShowSpecialFolders (bool showSpecialFolders)
 Sets a show special folders.
void SetAction (int command, const std::string &text, int image)
 Sets an action.
void SetGoToFolder (const std::string &goToFolder)
 Sets a go to folder.
std::vector< std::string > GetStartFolders ()
 Gets the start folders.
bool GetShowRemovableDisk ()
 Gets the show removable disk.
std::map< std::string, int > GetMimetypeList ()
 Gets the mimetype list.
bool GetShowSubfolders ()
 Gets the show subfolders.
bool GetShowSpecialFolders ()
 Gets the show special folders.
std::string GetGoToFolder ()
 Gets the go to folder.
std::string GetActionText ()
 Gets the action text.
int GetActionImage ()
 Gets the action image.
int GetActionCommand ()
 Gets the action command.

Detailed Description

Dialog for setting the send message parameter open.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

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

Constructor.

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

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the action command.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The action command.

Gets the action image.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The action image.

Gets the action text.

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

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 go to folder.

Author:
Christian Knobloch
Date:
09.04.2011
Returns:
The go to folder.
std::map< std::string, int > CParameterOpenDialog::GetMimetypeList ( )

Gets the mimetype list.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The mimetype list.

Gets the notification window.

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

Gets the show removable disk.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
true if it succeeds, false if it fails.

Gets the show special folders.

Author:
Christian Knobloch
Date:
18.05.2011
Returns:
true if it succeeds, false if it fails.

Gets the show subfolders.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
true if it succeeds, false if it fails.
std::vector< std::string > CParameterOpenDialog::GetStartFolders ( )

Gets the start folders.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The start folders.
void CParameterOpenDialog::SetAction ( int  command,
const std::string &  text,
int  image 
)

Sets an action.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
commandThe command.
textThe text.
imageThe image.
void CParameterOpenDialog::SetGoToFolder ( const std::string &  goToFolder)

Sets a go to folder.

Author:
Christian Knobloch
Date:
09.04.2011
Parameters:
goToFolderPathname of the go to folder.
void CParameterOpenDialog::SetMimetypeList ( std::map< std::string, int > &  mimetypeList)

Sets a mimetype list.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]mimetypeListList of mimetypes.
void CParameterOpenDialog::SetShowRemovableDisk ( bool  showRemovableDisk)

Sets a show removable disk.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
showRemovableDisktrue to show, false to hide the removable disk.
void CParameterOpenDialog::SetShowSpecialFolders ( bool  showSpecialFolders)

Sets a show special folders.

Author:
Christian Knobloch
Date:
18.05.2011
Parameters:
showSpecialFolderstrue to show, false to hide the special folders.
void CParameterOpenDialog::SetShowSubfolders ( bool  showSubfolders)

Sets a show subfolders.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
showSubfolderstrue to show, false to hide the subfolders.
void CParameterOpenDialog::SetStartFolders ( std::vector< std::string > &  startFolders)

Sets a start folders.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]startFoldersThe start folders.

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