My Project
SallyAPI::GUI::CScreensaverControlLabel Class Reference

Screensaver control label. More...

#include <ScreensaverControlLabel.h>

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

List of all members.

Public Member Functions

 CScreensaverControlLabel (SallyAPI::GUI::CGUIBaseObject *parent, int controlId=0)
 Constructor.
virtual ~CScreensaverControlLabel ()
 Destructor.
void SetText (const std::string &text)
 Sets a text.
std::string GetText ()
 Gets the text.

Protected Member Functions

virtual void RenderControl ()
 Renders a control.

Protected Attributes

SallyAPI::GUI::CLabelBoxm_pLabelBox

Detailed Description

Screensaver control label.

Author:
Christian Knobloch
Date:
20.01.2012

Constructor & Destructor Documentation

Constructor.

Author:
Christian Knobloch
Date:
20.01.2012
Parameters:
[in,out]parentIf non-null, the parent.
controlIdIdentifier for the control.

Destructor.

Author:
Christian Knobloch
Date:
20.01.2012

Member Function Documentation

std::string CScreensaverControlLabel::GetText ( ) [virtual]

Gets the text.

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

Reimplemented from SallyAPI::GUI::CGUIBaseObject.

void CScreensaverControlLabel::RenderControl ( ) [protected, virtual]

Renders a control.

Author:
Christian Knobloch
Date:
20.01.2012

Reimplemented from SallyAPI::GUI::CForm.

void CScreensaverControlLabel::SetText ( const std::string &  text) [virtual]

Sets a text.

Author:
Christian Knobloch
Date:
20.01.2012
Parameters:
textThe text.

Reimplemented from SallyAPI::GUI::CControl.


Member Data Documentation


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