|
ubit
|
Base class for Ubit conditions. More...
#include <ucond.hpp>
Public Member Functions | |
| virtual bool | operator== (const UCond &c) const |
| virtual bool | operator!= (const UCond &c) const |
| virtual const UCond * | matches (const UCond &c) const |
| virtual bool | verifies (const UUpdateContext &, const UElem &) const =0 |
| virtual UOn * | toOn () |
| virtual const UOn * | toOn () const |
| virtual void | setParentModes (UElem &parent) const |
Base class for Ubit conditions.
main subclasses: UOn, UFlag, UInscale. Example:
ubutton("Click Me" + UOn::action / ucall(arg, myfunc))
!Warning: UCond (and derived) objects must not be deleted.
1.8.12