Widget state bundle fed into palette lookups. More...
#include <style.h>
Public Member Functions | |
| bool | focused () const |
| bool | enabled () const |
| bool | pressed () const |
| bool | selected () const |
| void | setFocused (bool v) |
| void | setEnabled (bool v) |
| void | setPressed (bool v) |
| void | setSelected (bool v) |
Widget state bundle fed into palette lookups.
Encapsulates all state that can influence which palette style is returned. Adding new fields here does not break existing callers.