QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A groupbox that collapses/expands when toggled. More...
#include <qgscollapsiblegroupbox.h>
Public Slots | |
void | checkClicked (bool ckd) |
void | checkToggled (bool ckd) |
void | setStyleSheet (const QString &style) |
Overridden to prepare base call and avoid crash due to specific QT versions. More... | |
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 (const QString &title, QWidget *parent=nullptr) | |
QgsCollapsibleGroupBoxBasic (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 166 of file qgscollapsiblegroupbox.cpp.
|
slot |
Definition at line 211 of file qgscollapsiblegroupbox.cpp.
|
slot |
Definition at line 205 of file qgscollapsiblegroupbox.cpp.
|
protected |
Definition at line 197 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 448 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 131 of file qgscollapsiblegroupbox.cpp.
|
overrideprotected |
Definition at line 146 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 405 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.
|
slot |
Overridden to prepare base call and avoid crash due to specific QT versions.
Definition at line 300 of file qgscollapsiblegroupbox.cpp.
void QgsCollapsibleGroupBoxBasic::setSyncGroup | ( | const QString & | grp | ) |
Named group which synchronizes collapsing action when triangle is clicked while holding alt modifier key.
Definition at line 178 of file qgscollapsiblegroupbox.cpp.
|
overrideprotected |
Definition at line 79 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 189 of file qgscollapsiblegroupbox.cpp.
|
slot |
Definition at line 223 of file qgscollapsiblegroupbox.cpp.
|
protected |
Definition at line 309 of file qgscollapsiblegroupbox.cpp.
|
protected |
Definition at line 165 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 162 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 156 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 169 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 170 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 157 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 158 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 161 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 159 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 166 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 160 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 164 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 163 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 167 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 57 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 57 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 57 of file qgscollapsiblegroupbox.h.