My Project
SallyAPI::GUI::GUIHelper Class Reference

Graphical user interface helper. More...

#include <GUIHelper.h>

List of all members.

Static Public Member Functions

static void SelectFolder (int controlId, int commandID, int actionCommandID, SallyAPI::GUI::CGUIBaseObject *notificationWindow, const std::string &text, const std::string &goToFolder="")
 Select folder.
static void CalculateImageSize (int sourceWidth, int sourceHeight, int destinationWidth, int destinationHeight, int &x, int &y, int &width, int &height)
 Calculates the image size.

Detailed Description

Graphical user interface helper.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

void GUIHelper::CalculateImageSize ( int  sourceWidth,
int  sourceHeight,
int  destinationWidth,
int  destinationHeight,
int &  x,
int &  y,
int &  width,
int &  height 
) [static]

Calculates the image size.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
sourceWidthWidth of the source.
sourceHeightHeight of the source.
destinationWidthWidth of the destination.
destinationHeightHeight of the destination.
[in,out]xThe x coordinate.
[in,out]yThe y coordinate.
[in,out]widthThe width.
[in,out]heightThe height.
void GUIHelper::SelectFolder ( int  controlId,
int  commandID,
int  actionCommandID,
SallyAPI::GUI::CGUIBaseObject notificationWindow,
const std::string &  text,
const std::string &  goToFolder = "" 
) [static]

Select folder.

Author:
Christian Knobloch
Date:
09.04.2011
Parameters:
controlIdIdentifier for the control.
commandIDIdentifier for the command.
actionCommandIDIdentifier for the action command.
[in,out]notificationWindowIf non-null, the notification window.
textThe text.
goToFolderPathname of the go to folder.

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