class KLedLamp

A CDE-style LED lamp widget. More...

Definition#include <kledlamp.h>
InheritsQFrame (qt)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Public Slots

Protected Methods


Detailed Description

KLedLamp provides a CDE style LED lamp widget.

 KLedLamp (QWidget *parent=0)

Construct a KLedLamp widget

enum State {On, Off }

Possible states of a KLedLamp

State  state ()

[const]

Retrieve the state of the KLedLamp

void  setState (State state)

Set the state of the KLedLamp

void  toggleState ()

Toggle the state of the KLedLamp