My Project
SallyAPI::System::SallyHelper Class Reference

Sally helper. More...

#include <SallyHelper.h>

List of all members.

Static Public Member Functions

static std::string GetMediaDirectory (SallyAPI::GUI::CAppBase *appBase)
 Returns the media directory of given appBase instance.
static std::string GetMediaDirectory (const std::string &explicidAppName)
 Returns the media directory for the given explicidAppName string.
static int GetFlagImageId (const std::string &iso)
 Gets the flag image identifier for the iso code. If the iso code is not found, it will return GUI_NO_IMAGE.
static std::string GetProxy ()
 Gets the proxy configured in the Sally config. For example: proxy:8080 If Sally should use the Internet Explorer settings, it will return what is configured there.
static std::string GetProxyBypass ()
 Gets the proxy bypass configured in the Sally config. If Sally should use the Internet Explorer settings, it will return what is configured there.

Detailed Description

Sally helper.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

int SallyHelper::GetFlagImageId ( const std::string &  iso) [static]

Gets the flag image identifier for the iso code. If the iso code is not found, it will return GUI_NO_IMAGE.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
isoThe iso.
Returns:
The flag image identifier.
std::string SallyHelper::GetMediaDirectory ( SallyAPI::GUI::CAppBase appBase) [static]

Returns the media directory of given appBase instance.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]appBaseIf non-null, the application base.
Returns:
The media directory.
std::string SallyHelper::GetMediaDirectory ( const std::string &  explicidAppName) [static]

Returns the media directory for the given explicidAppName string.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
explicidAppNameName of the explicid application.
Returns:
The media directory.
std::string SallyHelper::GetProxy ( ) [static]

Gets the proxy configured in the Sally config. For example: proxy:8080 If Sally should use the Internet Explorer settings, it will return what is configured there.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The proxy.
std::string SallyHelper::GetProxyBypass ( ) [static]

Gets the proxy bypass configured in the Sally config. If Sally should use the Internet Explorer settings, it will return what is configured there.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The proxy bypass.

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