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

Send message parameter on screen menu. More...

#include <ParameterNotificationOSM.h>

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

List of all members.

Public Member Functions

 CParameterNotificationOSM (int icon, const std::string &text="")
 Constructor. Will create a text on screen popup.
 CParameterNotificationOSM (int icon, int processbar)
 Constructor. Will create a processbar on screen popup.
virtual ~CParameterNotificationOSM ()
 Destructor.
std::string GetText ()
 Gets the text.
int GetIcon ()
 Gets the icon.
int GetProcessbar ()
 Gets the processbar.

Detailed Description

Send message parameter on screen menu.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CParameterNotificationOSM::CParameterNotificationOSM ( int  icon,
const std::string &  text = "" 
)

Constructor. Will create a text on screen popup.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
iconThe icon.
textThe text.
CParameterNotificationOSM::CParameterNotificationOSM ( int  icon,
int  processbar 
)

Constructor. Will create a processbar on screen popup.

Author:
Christian Knobloch
Date:
21.12.2011
Parameters:
iconThe icon.
processbarThe processbar.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the icon.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The icon.

Gets the processbar.

Author:
Christian Knobloch
Date:
21.12.2011
Returns:
The processbar.

Gets the text.

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

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