#include <Pt/Forms/ComboBoxStyler.h>
Transient visual state of a combo-box drop button. More...
Public Member Functions | |
| ComboBoxButtonState () | |
| Constructs an empty combo-box button state. | |
| bool | isHighlighted () const |
| Returns true if the pointer is currently over the button. | |
| void | setHighlighted (bool value) |
| Sets whether the pointer is over the button. | |
| bool | isPressed () const |
| Returns true if the button is currently pressed. | |
| void | setPressed (bool value) |
| Sets whether the button is pressed. | |
ComboBoxButtonState is the snapshot a ComboBox passes for the drop button. It is not the application model. Highlighted and pressed describe the look of one paint pass.