QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
A groupbox that collapses/expands when toggled. More...
#include <qgscollapsiblegroupbox.h>
Public Slots | |
void | checkClicked (bool ckd) |
void | checkToggled (bool ckd) |
void | toggleCollapsed () |
Signals | |
void | collapsedStateChanged (bool collapsed) |
Signal emitted when groupbox collapsed/expanded state is changed, and when first shown. More... | |
Public Member Functions | |
QgsCollapsibleGroupBoxBasic (QWidget *parent=nullptr) | |
QgsCollapsibleGroupBoxBasic (const QString &title, QWidget *parent=nullptr) | |
bool | isCollapsed () const |
Returns the current collapsed state of this group box. More... | |
bool | scrollOnExpand () |
If this is set to false the parent QScrollArea will not be automatically scrolled to this widget's contents when expanded. More... | |
void | setCollapsed (bool collapse) |
Collapse or uncollapse this groupbox. More... | |
void | setScrollOnExpand (bool scroll) |
Sets this to false to not automatically scroll parent QScrollArea to this widget's contents when expanded. More... | |
void | setSyncGroup (const QString &grp) |
Named group which synchronizes collapsing action when triangle is clicked while holding alt modifier key. More... | |
QString | syncGroup () const |
Named group which synchronizes collapsing action when triangle is clicked while holding alt modifier key. More... | |
Protected Member Functions | |
void | changeEvent (QEvent *event) override |
void | clearModifiers () |
void | collapseExpandFixes () |
Visual fixes for when group box is collapsed/expanded. More... | |
void | init () |
void | mousePressEvent (QMouseEvent *event) override |
void | mouseReleaseEvent (QMouseEvent *event) override |
void | showEvent (QShowEvent *event) override |
QRect | titleRect () const |
void | updateStyle () |
Protected Attributes | |
bool | mAltDown |
QgsGroupBoxCollapseButton * | mCollapseButton = nullptr |
bool | mCollapsed |
QIcon | mCollapseIcon |
QIcon | mExpandIcon |
bool | mInitFlat |
bool | mInitFlatChecked |
QScrollArea * | mParentScrollArea = nullptr |
bool | mScrollOnExpand |
bool | mShiftDown |
bool | mShown |
QString | mSyncGroup |
QWidget * | mSyncParent = nullptr |
bool | mTitleClicked |
Properties | |
bool | collapsed |
The collapsed state of this group box. More... | |
bool | scrollOnExpand |
If this property is set to true , a parent scroll area will try to make sure that the whole group box is visible when uncollapsing it. More... | |
QString | syncGroup |
An optional group to be collapsed and uncollapsed in sync with this group box if the Alt-modifier is pressed while collapsing / uncollapsing. More... | |
A groupbox that collapses/expands when toggled.
Basic class QgsCollapsibleGroupBoxBasic does not auto-save collapsed or checked state Holding Alt modifier key when toggling collapsed state will synchronize the toggling across other collapsible group boxes with the same syncGroup QString value Holding Shift modifier key when attempting to toggle collapsed state will expand current group box, then collapse any others with the same syncGroup QString value
Definition at line 71 of file qgscollapsiblegroupbox.h.
QgsCollapsibleGroupBoxBasic::QgsCollapsibleGroupBoxBasic | ( | QWidget * | parent = nullptr | ) |
Definition at line 31 of file qgscollapsiblegroupbox.cpp.
QgsCollapsibleGroupBoxBasic::QgsCollapsibleGroupBoxBasic | ( | const QString & | title, |
QWidget * | parent = nullptr |
||
) |
Definition at line 37 of file qgscollapsiblegroupbox.cpp.
|
overrideprotected |
Definition at line 169 of file qgscollapsiblegroupbox.cpp.
|
slot |
Definition at line 214 of file qgscollapsiblegroupbox.cpp.
|
slot |
Definition at line 208 of file qgscollapsiblegroupbox.cpp.
|
protected |
Definition at line 200 of file qgscollapsiblegroupbox.cpp.
|
signal |
Signal emitted when groupbox collapsed/expanded state is changed, and when first shown.
|
protected |
Visual fixes for when group box is collapsed/expanded.
Definition at line 442 of file qgscollapsiblegroupbox.cpp.
|
protected |
Definition at line 44 of file qgscollapsiblegroupbox.cpp.
|
inline |
Returns the current collapsed state of this group box.
Definition at line 100 of file qgscollapsiblegroupbox.h.
|
overrideprotected |
Definition at line 134 of file qgscollapsiblegroupbox.cpp.
|
overrideprotected |
Definition at line 149 of file qgscollapsiblegroupbox.cpp.
|
inline |
If this is set to false
the parent QScrollArea will not be automatically scrolled to this widget's contents when expanded.
Definition at line 123 of file qgscollapsiblegroupbox.h.
void QgsCollapsibleGroupBoxBasic::setCollapsed | ( | bool | collapse | ) |
Collapse or uncollapse this groupbox.
collapse | Will collapse on true and uncollapse on false |
Definition at line 399 of file qgscollapsiblegroupbox.cpp.
|
inline |
Sets this to false
to not automatically scroll parent QScrollArea to this widget's contents when expanded.
Definition at line 120 of file qgscollapsiblegroupbox.h.
void QgsCollapsibleGroupBoxBasic::setSyncGroup | ( | const QString & | grp | ) |
Named group which synchronizes collapsing action when triangle is clicked while holding alt modifier key.
Definition at line 181 of file qgscollapsiblegroupbox.cpp.
|
overrideprotected |
Definition at line 82 of file qgscollapsiblegroupbox.cpp.
|
inline |
Named group which synchronizes collapsing action when triangle is clicked while holding alt modifier key.
Definition at line 112 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 192 of file qgscollapsiblegroupbox.cpp.
|
slot |
Definition at line 226 of file qgscollapsiblegroupbox.cpp.
|
protected |
Definition at line 303 of file qgscollapsiblegroupbox.cpp.
|
protected |
Definition at line 158 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 155 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 149 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 162 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 163 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 150 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 151 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 154 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 152 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 159 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 153 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 157 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 156 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 160 of file qgscollapsiblegroupbox.h.
|
readwrite |
The collapsed state of this group box.
If it is set to true
, all content is hidden if it is set to false
all content is shown.
Definition at line 79 of file qgscollapsiblegroupbox.h.
|
readwrite |
If this property is set to true
, a parent scroll area will try to make sure that the whole group box is visible when uncollapsing it.
Definition at line 91 of file qgscollapsiblegroupbox.h.
|
readwrite |
An optional group to be collapsed and uncollapsed in sync with this group box if the Alt-modifier is pressed while collapsing / uncollapsing.
Definition at line 85 of file qgscollapsiblegroupbox.h.