CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

csColorWheel Class Reference
[Color wheel]

Color wheel static control. More...

#include <cscwheel.h>

Inheritance diagram for csColorWheel:

csStatic csComponent List of all members.

Public Methods

 csColorWheel (csComponent *iParent)
 Create a object of ColorWheel class. More...

virtual ~csColorWheel ()
 Destroy the color wheel object. More...

virtual bool HandleEvent (iEvent &Event)
 Handle input events. More...

virtual void Draw ()
 Draw the wheel. More...

void SetHS (float iH, float iS)
 Set H and S components. More...

void GetHS (float &oH, float &oS)
 Query the H and S components. More...


Detailed Description

Color wheel static control.

Definition at line 47 of file cscwheel.h.


Constructor & Destructor Documentation

csColorWheel::csColorWheel csComponent   iParent
 

Create a object of ColorWheel class.

virtual csColorWheel::~csColorWheel   [virtual]
 

Destroy the color wheel object.


Member Function Documentation

virtual void csColorWheel::Draw   [virtual]
 

Draw the wheel.

Reimplemented from csStatic.

void csColorWheel::GetHS float &    oH,
float &    oS
[inline]
 

Query the H and S components.

Definition at line 65 of file cscwheel.h.

virtual bool csColorWheel::HandleEvent iEvent   Event [virtual]
 

Handle input events.

Reimplemented from csStatic.

void csColorWheel::SetHS float    iH,
float    iS
 

Set H and S components.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14