#include <parallelportcomponent.h>
Inheritance diagram for ParallelPortComponent:


Public Member Functions | |
| ParallelPortComponent (ICNDocument *icnDocument, bool newItem, const char *id=0) | |
| ~ParallelPortComponent () | |
| virtual bool | canFlip () const |
| virtual void | stepNonLogic () |
| virtual bool | doesStepNonLogic () const |
Static Public Member Functions | |
| static Item * | construct (ItemDocument *itemDocument, bool newItem, const char *id) |
| static LibraryItem * | libraryItem () |
Protected Member Functions | |
| void | initPort (const QString &port) |
| virtual void | dataChanged () |
| virtual void | drawShape (QPainter &p) |
| void | dataCallback (bool) |
| void | controlCallback (bool) |
Protected Attributes | |
| LogicOut * | m_pLogic [24] |
| Registers: { Data[0...7], Status[0...5], 0[6...7], Control[0...4], 0[5...7] }. | |
| ParallelPort * | m_pParallelPort |
Definition at line 22 of file parallelportcomponent.h.
| virtual bool ParallelPortComponent::canFlip | ( | ) | const [inline, virtual] |
Whether or not we can flip the item
Reimplemented from Item.
Definition at line 28 of file parallelportcomponent.h.
| virtual bool ParallelPortComponent::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 33 of file parallelportcomponent.h.
1.5.1