|
#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 285 of file qtpropertybrowserutils.cpp.
bool blockCheckBoxSignals | ( | bool | block | ) |
Definition at line 358 of file qtpropertybrowserutils.cpp.
Qt::CheckState checkState | ( | ) | const |
Definition at line 327 of file qtpropertybrowserutils.cpp.
bool isChecked | ( | ) | const |
Definition at line 339 of file qtpropertybrowserutils.cpp.
|
overrideprotected |
Definition at line 364 of file qtpropertybrowserutils.cpp.
|
overrideprotected |
Definition at line 378 of file qtpropertybrowserutils.cpp.
void setChecked | ( | bool | c | ) |
Definition at line 345 of file qtpropertybrowserutils.cpp.
void setCheckState | ( | Qt::CheckState | state | ) |
Definition at line 333 of file qtpropertybrowserutils.cpp.
void setTextVisible | ( | bool | textVisible | ) |
Definition at line 307 of file qtpropertybrowserutils.cpp.
|
inline |
Definition at line 106 of file qtpropertybrowserutils_p.h.
|
signal |