Go to the documentation of this file. 1 #ifndef MYTHUI_CHECKBOX_H_
2 #define MYTHUI_CHECKBOX_H_
30 void toggleCheckState(
void);
33 void SetCheckState(
bool onoff);
36 bool GetBooleanCheckState(
void)
const;
53 void SetInitialStates(
void);
59 QString m_state {
"active"};
virtual bool keyPressEvent(QKeyEvent *event)
Key event handler.
virtual void CreateCopy(MythUIType *parent)
Copy the state of this widget to the one given, it must be of the same type.
virtual void CopyFrom(MythUIType *base)
Copy this widgets state from another.
A checkbox widget supporting three check states - on,off,half and two conditions - selected and unsel...
The base class on which all widgets and screens are based.
virtual bool gestureEvent(MythGestureEvent *event)
Mouse click/movement handler, receives mouse gesture events from the QCoreApplication event loop.
A custom event that represents a mouse gesture.
This widget is used for grouping other widgets for display when a particular named state is called....
virtual void Finalize(void)
Perform any post-xml parsing initialisation tasks.