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

Information about the send message parameter application. More...

#include <ParameterApplicationInfo.h>

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

List of all members.

Public Member Functions

 CParameterApplicationInfo (const std::string &explicidAppName)
 Constructor.
 ~CParameterApplicationInfo ()
 Destructor.
std::string GetExplicidAppName ()
 Gets the explicid application name.
SallyAPI::GUI::CApplicationWindowGetWindow ()
 Gets the window.
void SetWindow (SallyAPI::GUI::CApplicationWindow *window)
 Sets a window.

Detailed Description

Information about the send message parameter application.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CParameterApplicationInfo::CParameterApplicationInfo ( const std::string &  explicidAppName)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
explicidAppNameName of the explicid application.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the explicid application name.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The explicid application name.

Gets the window.

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

Sets a window.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]windowIf non-null, the window.

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