|
#include <ArmarXGui/libraries/qtpropertybrowser/src/qtpropertybrowserutils_p.h>
Signals | |
void | toggled (bool) |
Public Member Functions | |
bool | blockCheckBoxSignals (bool block) |
Qt::CheckState | checkState () const |
bool | isChecked () const |
QtBoolEdit (QWidget *parent=0) | |
void | setChecked (bool c) |
void | setCheckState (Qt::CheckState state) |
void | setTextVisible (bool textVisible) |
bool | textVisible () const |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *event) override |
void | paintEvent (QPaintEvent *) override |
Definition at line 99 of file qtpropertybrowserutils_p.h.
QtBoolEdit | ( | QWidget * | parent = 0 | ) |
Definition at line 234 of file qtpropertybrowserutils.cpp.
bool blockCheckBoxSignals | ( | bool | block | ) |
Definition at line 303 of file qtpropertybrowserutils.cpp.
Qt::CheckState checkState | ( | ) | const |
Definition at line 276 of file qtpropertybrowserutils.cpp.
bool isChecked | ( | ) | const |
Definition at line 286 of file qtpropertybrowserutils.cpp.
|
overrideprotected |
Definition at line 308 of file qtpropertybrowserutils.cpp.
|
overrideprotected |
Definition at line 321 of file qtpropertybrowserutils.cpp.
void setChecked | ( | bool | c | ) |
Definition at line 291 of file qtpropertybrowserutils.cpp.
void setCheckState | ( | Qt::CheckState | state | ) |
Definition at line 281 of file qtpropertybrowserutils.cpp.
void setTextVisible | ( | bool | textVisible | ) |
Definition at line 257 of file qtpropertybrowserutils.cpp.
|
inline |
Definition at line 105 of file qtpropertybrowserutils_p.h.
|
signal |