|
Krita Source Code Documentation
|
#include <rexpanderbox.h>
Inheritance diagram for KDcrawIface::RLabelExpander:Signals | |
| void | signalExpanded (bool) |
| void | signalToggled (bool) |
Public Member Functions | |
| bool | checkBoxIsVisible () const |
| QIcon | icon () const |
| bool | isChecked () const |
| bool | isExpandByDefault () const |
| bool | isExpanded () const |
| bool | lineIsVisible () const |
| Private () | |
| RLabelExpander (QWidget *const parent=0) | |
| void | setCheckBoxVisible (bool b) |
| void | setChecked (bool b) |
| void | setExpandByDefault (bool b) |
| void | setExpanded (bool b) |
| void | setIcon (const QIcon &icon) |
| void | setLineVisible (bool b) |
| void | setText (const QString &txt) |
| void | setWidget (QWidget *const widget) |
| QString | text () const |
| QWidget * | widget () const |
| ~RLabelExpander () override | |
Public Attributes | |
| RArrowClickLabel * | arrow |
| QCheckBox * | checkBox |
| RClickLabel * | clickLabel |
| QWidget * | containerWidget |
| bool | expandByDefault |
| QGridLayout * | grid |
| QWidget * | hbox |
| RLineWidget * | line |
| QLabel * | pixmapLabel |
Private Slots | |
| void | slotToggleContainer () |
Private Member Functions | |
| bool | eventFilter (QObject *obj, QEvent *ev) override |
Private Member Functions inherited from Private | |
| Private (KisCanvas2 *c) | |
Private Attributes | |
| Private *const | d |
Private Attributes inherited from Private | |
| KisCanvas2 * | canvas |
| int | displayedFrame |
| int | intendedFrame |
Definition at line 302 of file rexpanderbox.cpp.
| KDcrawIface::RLabelExpander::RLabelExpander | ( | QWidget *const | parent = 0 | ) |
Definition at line 334 of file rexpanderbox.cpp.
References KDcrawIface::RClickLabel::activated(), connect(), d, KDcrawIface::RArrowClickLabel::leftClicked(), setCheckBoxVisible(), signalToggled(), and slotToggleContainer().
|
override |
| bool KDcrawIface::RLabelExpander::checkBoxIsVisible | ( | ) | const |
Definition at line 387 of file rexpanderbox.cpp.
References d.
|
overrideprivate |
Definition at line 487 of file rexpanderbox.cpp.
References d, and slotToggleContainer().
| QIcon KDcrawIface::RLabelExpander::icon | ( | ) | const |
Definition at line 427 of file rexpanderbox.cpp.
References d.
| bool KDcrawIface::RLabelExpander::isChecked | ( | ) | const |
Definition at line 397 of file rexpanderbox.cpp.
References d.
| bool KDcrawIface::RLabelExpander::isExpandByDefault | ( | ) | const |
Definition at line 456 of file rexpanderbox.cpp.
References d.
| bool KDcrawIface::RLabelExpander::isExpanded | ( | ) | const |
Definition at line 476 of file rexpanderbox.cpp.
References d.
| bool KDcrawIface::RLabelExpander::lineIsVisible | ( | ) | const |
Definition at line 407 of file rexpanderbox.cpp.
References d.
|
inline |
Definition at line 307 of file rexpanderbox.cpp.
| void KDcrawIface::RLabelExpander::setCheckBoxVisible | ( | bool | b | ) |
Definition at line 382 of file rexpanderbox.cpp.
References d.
| void KDcrawIface::RLabelExpander::setChecked | ( | bool | b | ) |
Definition at line 392 of file rexpanderbox.cpp.
References d.
| void KDcrawIface::RLabelExpander::setExpandByDefault | ( | bool | b | ) |
Definition at line 451 of file rexpanderbox.cpp.
References d.
| void KDcrawIface::RLabelExpander::setExpanded | ( | bool | b | ) |
Definition at line 461 of file rexpanderbox.cpp.
References d, and signalExpanded().
| void KDcrawIface::RLabelExpander::setIcon | ( | const QIcon & | icon | ) |
Definition at line 422 of file rexpanderbox.cpp.
| void KDcrawIface::RLabelExpander::setLineVisible | ( | bool | b | ) |
Definition at line 402 of file rexpanderbox.cpp.
References d.
| void KDcrawIface::RLabelExpander::setText | ( | const QString & | txt | ) |
Definition at line 412 of file rexpanderbox.cpp.
References d.
| void KDcrawIface::RLabelExpander::setWidget | ( | QWidget *const | widget | ) |
Definition at line 436 of file rexpanderbox.cpp.
|
signal |
|
signal |
|
privateslot |
| QString KDcrawIface::RLabelExpander::text | ( | ) | const |
Definition at line 417 of file rexpanderbox.cpp.
References d.
| QWidget * KDcrawIface::RLabelExpander::widget | ( | ) | const |
Definition at line 446 of file rexpanderbox.cpp.
References d.
| RArrowClickLabel* KDcrawIface::RLabelExpander::arrow |
Definition at line 330 of file rexpanderbox.cpp.
| QCheckBox* KDcrawIface::RLabelExpander::checkBox |
Definition at line 322 of file rexpanderbox.cpp.
| RClickLabel* KDcrawIface::RLabelExpander::clickLabel |
Definition at line 331 of file rexpanderbox.cpp.
| QWidget* KDcrawIface::RLabelExpander::containerWidget |
Definition at line 324 of file rexpanderbox.cpp.
|
private |
Definition at line 185 of file rexpanderbox.h.
| bool KDcrawIface::RLabelExpander::expandByDefault |
Definition at line 320 of file rexpanderbox.cpp.
| QGridLayout* KDcrawIface::RLabelExpander::grid |
Definition at line 325 of file rexpanderbox.cpp.
| QWidget* KDcrawIface::RLabelExpander::hbox |
Definition at line 328 of file rexpanderbox.cpp.
| RLineWidget* KDcrawIface::RLabelExpander::line |
Definition at line 327 of file rexpanderbox.cpp.
| QLabel* KDcrawIface::RLabelExpander::pixmapLabel |
Definition at line 323 of file rexpanderbox.cpp.