QCheckBox

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(T str, QWidget parent)
Undocumented in source.
this
this(T str, QWidget parent)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

checkState
QtE.CheckState checkState()
Undocumented in source. Be warned that the author may not have intended to support it.
isTristate
bool isTristate()
Undocumented in source. Be warned that the author may not have intended to support it.
setCheckState
QCheckBox setCheckState(QtE.CheckState st)
Undocumented in source. Be warned that the author may not have intended to support it.
setTristate
QCheckBox setTristate(bool state)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From QAbstractButton

~this
~this()
Undocumented in source.
setText
QAbstractButton setText(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
setText
QAbstractButton setText(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
text
T text()
Undocumented in source. Be warned that the author may not have intended to support it.
text
T text()
Undocumented in source. Be warned that the author may not have intended to support it.
setAutoExclusive
QAbstractButton setAutoExclusive(bool pr)
Undocumented in source. Be warned that the author may not have intended to support it.
setAutoRepeat
QAbstractButton setAutoRepeat(bool pr)
Undocumented in source. Be warned that the author may not have intended to support it.
setCheckable
QAbstractButton setCheckable(bool pr)
Undocumented in source. Be warned that the author may not have intended to support it.
setDown
QAbstractButton setDown(bool pr)
Undocumented in source. Be warned that the author may not have intended to support it.
setChecked
QAbstractButton setChecked(bool pr)
Undocumented in source. Be warned that the author may not have intended to support it.
setIcon
QAbstractButton setIcon(QIcon ik)
Undocumented in source. Be warned that the author may not have intended to support it.
autoExclusive
bool autoExclusive()
Undocumented in source. Be warned that the author may not have intended to support it.
autoRepeat
bool autoRepeat()
Undocumented in source. Be warned that the author may not have intended to support it.
isCheckable
bool isCheckable()
Undocumented in source. Be warned that the author may not have intended to support it.
isChecked
bool isChecked()
Undocumented in source. Be warned that the author may not have intended to support it.
isDown
bool isDown()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta