My Project
SallyAPI::GUI::CRating Class Reference

Rating. More...

#include <Rating.h>

Inheritance diagram for SallyAPI::GUI::CRating:
SallyAPI::GUI::CForm SallyAPI::GUI::CControl SallyAPI::GUI::CGUIBaseObject SallyAPI::Core::CBaseObject

List of all members.

Public Member Functions

 CRating (SallyAPI::GUI::CGUIBaseObject *parent, int x, int y, SallyAPI::GUI::RatingType ratingType, int controlId=0)
 Constructor.
virtual ~CRating ()
 Destructor.
virtual void SendMessageToChilds (SallyAPI::GUI::CGUIBaseObject *reporter, int reporterId, int messageId, SallyAPI::GUI::SendMessage::CParameterBase *messageParameter=NULL)
 Send message to childs.
int GetRating ()
 Gets the rating.
void SetRating (int rating)
 Sets a rating.

Detailed Description

Rating.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CRating::CRating ( SallyAPI::GUI::CGUIBaseObject parent,
int  x,
int  y,
SallyAPI::GUI::RatingType  ratingType,
int  controlId = 0 
)

Constructor.

m_eRatingType(ratingType)

Author:
Christian Knobloch
Date:
20.01.2012
Parameters:
[in,out]parentIf non-null, the parent.
xThe x coordinate.
yThe y coordinate.
ratingTypeType of the rating.
controlIdIdentifier for the control.
CRating::~CRating ( ) [virtual]

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the rating.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The rating.
void CRating::SendMessageToChilds ( SallyAPI::GUI::CGUIBaseObject reporter,
int  reporterId,
int  messageId,
SallyAPI::GUI::SendMessage::CParameterBase messageParameter = NULL 
) [virtual]

Send message to childs.

Author:
Christian Knobloch
Date:
08.06.2010
Parameters:
[in,out]reporterIf non-null, the reporter.
reporterIdIdentifier for the reporter.
messageIdIdentifier for the message.
[in,out]messageParameterIf non-null, the message parameter.

Reimplemented from SallyAPI::GUI::CForm.

void CRating::SetRating ( int  rating)

Sets a rating.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
ratingThe rating.

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