#include <bidirled.h>
Inheritance diagram for BiDirLED:


Public Member Functions | |
| BiDirLED (ICNDocument *icnDocument, bool newItem, const char *id=0) | |
| ~BiDirLED () | |
| 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 () |
Definition at line 23 of file bidirled.h.
| virtual bool BiDirLED::doesStepNonLogic | ( | ) | const [inline, virtual] |
If reinherit (and use) the stepNonLogic function, then you must also reinherit this function so that it returns true. Else your component will not get called.
Reimplemented from Component.
Definition at line 34 of file bidirled.h.
1.5.1