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

Information about the parameter notification. More...

#include <ParameterNotificationInfo.h>

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

List of all members.

Public Member Functions

 CParameterNotificationInfo (int icon, const std::string &text="", const std::string &description="")
 Constructor.
 CParameterNotificationInfo (SallyAPI::GUI::CPicture *picture, const std::string &text="", const std::string &description="")
 Constructor.
virtual ~CParameterNotificationInfo ()
 Destructor.
std::string GetDescription ()
 Gets the description.
std::string GetText ()
 Gets the text.
int GetIcon ()
 Gets the icon.
SallyAPI::GUI::CPictureGetPicture ()
 Gets the picture.
int GetId ()
 Gets the identifier.
void SetId (int id)
 Sets an identifier.

Detailed Description

Information about the parameter notification.

Author:
Christian Knobloch
Date:
26.12.2011

Constructor & Destructor Documentation

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

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
iconThe icon.
textThe text.
descriptionThe description.
CParameterNotificationInfo::CParameterNotificationInfo ( SallyAPI::GUI::CPicture picture,
const std::string &  text = "",
const std::string &  description = "" 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]pictureIf non-null, the picture.
textThe text.
descriptionThe description.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the description.

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

Gets the icon.

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

Gets the identifier.

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

Gets the picture.

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

Gets the text.

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

Sets an identifier.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
idThe identifier.

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