QtBoolEdit Class Reference

#include <ArmarXGui/libraries/qtpropertybrowser/src/qtpropertybrowserutils_p.h>

+ Inheritance diagram for QtBoolEdit:

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
 

Detailed Description

Definition at line 99 of file qtpropertybrowserutils_p.h.

Constructor & Destructor Documentation

◆ QtBoolEdit()

QtBoolEdit ( QWidget *  parent = 0)

Definition at line 234 of file qtpropertybrowserutils.cpp.

Member Function Documentation

◆ blockCheckBoxSignals()

bool blockCheckBoxSignals ( bool  block)

Definition at line 303 of file qtpropertybrowserutils.cpp.

+ Here is the caller graph for this function:

◆ checkState()

Qt::CheckState checkState ( ) const

Definition at line 276 of file qtpropertybrowserutils.cpp.

◆ isChecked()

bool isChecked ( ) const

Definition at line 286 of file qtpropertybrowserutils.cpp.

+ Here is the caller graph for this function:

◆ mousePressEvent()

void mousePressEvent ( QMouseEvent *  event)
overrideprotected

Definition at line 308 of file qtpropertybrowserutils.cpp.

◆ paintEvent()

void paintEvent ( QPaintEvent *  )
overrideprotected

Definition at line 321 of file qtpropertybrowserutils.cpp.

◆ setChecked()

void setChecked ( bool  c)

Definition at line 291 of file qtpropertybrowserutils.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setCheckState()

void setCheckState ( Qt::CheckState  state)

Definition at line 281 of file qtpropertybrowserutils.cpp.

◆ setTextVisible()

void setTextVisible ( bool  textVisible)

Definition at line 257 of file qtpropertybrowserutils.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ textVisible()

bool textVisible ( ) const
inline

Definition at line 105 of file qtpropertybrowserutils_p.h.

+ Here is the caller graph for this function:

◆ toggled

void toggled ( bool  )
signal
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: