#include <fulladder.h>
Inheritance diagram for FullAdder:


Public Member Functions | |
| FullAdder (ICNDocument *icnDocument, bool newItem, const char *id=0) | |
| ~FullAdder () | |
| virtual bool | canFlip () const |
Static Public Member Functions | |
| static Item * | construct (ItemDocument *itemDocument, bool newItem, const char *id) |
| static LibraryItem * | libraryItem () |
Protected Member Functions | |
| void | inStateChanged (bool newState) |
Protected Attributes | |
| LogicIn * | ALogic |
| LogicIn * | BLogic |
| LogicIn * | inLogic |
| LogicOut * | outLogic |
| LogicOut * | SLogic |
Definition at line 20 of file fulladder.h.
| virtual bool FullAdder::canFlip | ( | ) | const [inline, virtual] |
Whether or not we can flip the item
Reimplemented from Item.
Definition at line 28 of file fulladder.h.
1.5.1