LightAppPrivate Class Reference

List of all members.

Public Member Functions

 ~LightAppPrivate ()
virtual void LightStatusChanged (TInt aTarget, CHWRMLight::TLightStatus aStatus)
void LightMax ()
void LightOn ()
void LightOff ()
void LightBlink ()
void LightMin ()
void Initialize ()

Static Public Member Functions

static LightAppPrivateNewL (LightWrapper *aLightWrapperPtr)

Detailed Description

Definition at line 56 of file lightappprivate.h.


Constructor & Destructor Documentation

LightAppPrivate::~LightAppPrivate (  ) 

Destructor for LightAppPrivate class.

Definition at line 95 of file lightappprivate.cpp.


Member Function Documentation

LightAppPrivate * LightAppPrivate::NewL ( LightWrapper aLightWrapperPtr  )  [static]

Constructor for the LightAppPrivate class first stage constructor.

Definition at line 54 of file lightappprivate.cpp.

void LightAppPrivate::LightStatusChanged ( TInt  aTarget,
CHWRMLight::TLightStatus  aStatus 
) [virtual]

LightStatusChanged function is called whenever there is a change in status of device display. This function in turn calls the display function of the wrapper.

Definition at line 105 of file lightappprivate.cpp.

void LightAppPrivate::LightMax (  ) 

LighMax function sets the display to maximum intensity.

Definition at line 133 of file lightappprivate.cpp.

void LightAppPrivate::LightOn (  ) 

LighOn function sets the display to default on status.

Definition at line 161 of file lightappprivate.cpp.

void LightAppPrivate::LightOff (  ) 

LighOff function sets the display to off state.

Definition at line 143 of file lightappprivate.cpp.

void LightAppPrivate::LightBlink (  ) 

LighBlink function sets the display to Blinking state.

Definition at line 152 of file lightappprivate.cpp.

void LightAppPrivate::LightMin (  ) 

LighMin function sets the display to minimum display plus 5.

Definition at line 169 of file lightappprivate.cpp.

void LightAppPrivate::Initialize (  ) 

Initialize function is used to reserve the initial display and set the light intensity to default.

Definition at line 85 of file lightappprivate.cpp.


Generated by  doxygen 1.6.2