My Project
SallyAPI::GUI::CScreensaverControl Class Reference

Screensaver control. More...

#include <ScreensaverControl.h>

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

List of all members.

Public Member Functions

 CScreensaverControl (SallyAPI::GUI::CGUIBaseObject *parent, SallyAPI::GUI::CApplicationWindow *app)
 Constructor.
virtual ~CScreensaverControl ()
 Destructor.
virtual void SendMessageToParent (SallyAPI::GUI::CGUIBaseObject *reporter, int reporterId, int messageId, SallyAPI::GUI::SendMessage::CParameterBase *messageParameter=NULL)
 Send message to parent.
virtual void AddChild (SallyAPI::GUI::CControl *control)
 Adds a child.
void ShowAlways (bool value)
 Shows the always.
bool IsShowAlways ()
 Query if this object is show always.
SallyAPI::GUI::CApplicationWindowGetApplicationWindow ()
 Gets the application window.

Detailed Description

Screensaver control.

Author:
Christian Knobloch
Date:
27.12.2011

Constructor & Destructor Documentation

Constructor.

m_pApp(app), m_bShowAlways(false)

Author:
Christian Knobloch
Date:
28.12.2011
Parameters:
[in,out]parentIf non-null, the parent.
[in,out]appIf non-null, the application.

Destructor.

Author:
Christian Knobloch
Date:
27.12.2011

Member Function Documentation

Adds a child.

Author:
Christian Knobloch
Date:
28.12.2011
Parameters:
[in,out]controlIf non-null, the control.

Reimplemented from SallyAPI::GUI::CForm.

Gets the application window.

Author:
Christian Knobloch
Date:
28.12.2011
Returns:
null if it fails, else the application window.

Query if this object is show always.

Author:
Christian Knobloch
Date:
28.12.2011
Returns:
true if show always, false if not.
void CScreensaverControl::SendMessageToParent ( SallyAPI::GUI::CGUIBaseObject reporter,
int  reporterId,
int  messageId,
SallyAPI::GUI::SendMessage::CParameterBase messageParameter = NULL 
) [virtual]

Send message to parent.

Author:
Christian Knobloch
Date:
28.12.2011
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 CScreensaverControl::ShowAlways ( bool  value)

Shows the always.

Author:
Christian Knobloch
Date:
28.12.2011
Parameters:
valuetrue to value.

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