#include <ecled.h>
Inheritance diagram for ECLed:


Public Member Functions | |
| ECLed (ICNDocument *icnDocument, bool newItem, const char *id=0) | |
| ~ECLed () | |
| virtual void | dataChanged () |
| virtual void | stepNonLogic () |
| virtual bool | doesStepNonLogic () const |
Static Public Member Functions | |
| static Item * | construct (ItemDocument *itemDocument, bool newItem, const char *id) |
| static LibraryItem * | libraryItem () |
| static uint | brightness (double i) |
Definition at line 21 of file ecled.h.
| uint ECLed::brightness | ( | double | i | ) | [static] |
Returns the brightness for the given current, from 255 (off) -> 0 (on)
Definition at line 128 of file ecled.cpp.
Referenced by MatrixDisplay::stepNonLogic(), ECSevenSegment::stepNonLogic(), stepNonLogic(), and BiDirLED::stepNonLogic().
| virtual bool ECLed::doesStepNonLogic | ( | ) | const [inline, virtual] |
1.5.1