My Project
SallyAPI::GUI::CWindowMessage Class Reference

Window message. More...

#include <WindowMessage.h>

List of all members.

Public Member Functions

 CWindowMessage ()
 Default constructor.
 CWindowMessage (int messageId, int repoterID, SallyAPI::GUI::CGUIBaseObject *reporter)
 Constructor.
 ~CWindowMessage ()
 Destructor.
int GetMessageId ()
 Gets the message identifier.
int GetReporterId ()
 Gets the reporter identifier.
SallyAPI::GUI::CGUIBaseObjectGetReporter ()
 Gets the reporter.
void SetMessageId (int messageId)
 Sets a message identifier.
void SetReporterId (int repoterID)
 Sets a reporter identifier.
void SetReporter (SallyAPI::GUI::CGUIBaseObject *repoter)
 Sets a reporter.

Detailed Description

Window message.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

Default constructor.

Author:
Christian Knobloch
Date:
19.04.2010
CWindowMessage::CWindowMessage ( int  messageId,
int  repoterID,
SallyAPI::GUI::CGUIBaseObject reporter 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
messageIdIdentifier for the message.
repoterIDIdentifier for the repoter.
[in,out]reporterIf non-null, the reporter.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the message identifier.

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

Gets the reporter.

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

Gets the reporter identifier.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The reporter identifier.
void CWindowMessage::SetMessageId ( int  message)

Sets a message identifier.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
messageThe message.

Sets a reporter.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]repoterIf non-null, the repoter.
void CWindowMessage::SetReporterId ( int  repoterId)

Sets a reporter identifier.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
repoterIdIdentifier for the repoter.

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