QGIS API Documentation
3.0.2-Girona (307d082)
|
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) |
Set 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 76 of file qgscollapsiblegroupbox.h.
QgsCollapsibleGroupBoxBasic::QgsCollapsibleGroupBoxBasic | ( | QWidget * | parent = nullptr | ) |
Definition at line 29 of file qgscollapsiblegroupbox.cpp.
QgsCollapsibleGroupBoxBasic::QgsCollapsibleGroupBoxBasic | ( | const QString & | title, |
QWidget * | parent = nullptr |
||
) |
Definition at line 35 of file qgscollapsiblegroupbox.cpp.
|
overrideprotected |
Definition at line 167 of file qgscollapsiblegroupbox.cpp.
|
slot |
Definition at line 212 of file qgscollapsiblegroupbox.cpp.
|
slot |
Definition at line 206 of file qgscollapsiblegroupbox.cpp.
|
protected |
Definition at line 198 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 441 of file qgscollapsiblegroupbox.cpp.
|
protected |
Definition at line 42 of file qgscollapsiblegroupbox.cpp.
|
inline |
Returns the current collapsed state of this group box.
Definition at line 105 of file qgscollapsiblegroupbox.h.
|
overrideprotected |
Definition at line 132 of file qgscollapsiblegroupbox.cpp.
|
overrideprotected |
Definition at line 147 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 128 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 398 of file qgscollapsiblegroupbox.cpp.
|
inline |
Set this to false to not automatically scroll parent QScrollArea to this widget's contents when expanded.
Definition at line 125 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 179 of file qgscollapsiblegroupbox.cpp.
|
overrideprotected |
Definition at line 80 of file qgscollapsiblegroupbox.cpp.
|
inline |
Named group which synchronizes collapsing action when triangle is clicked while holding alt modifier key.
Definition at line 117 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 190 of file qgscollapsiblegroupbox.cpp.
|
slot |
Definition at line 224 of file qgscollapsiblegroupbox.cpp.
|
protected |
Definition at line 300 of file qgscollapsiblegroupbox.cpp.
|
protected |
Definition at line 163 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 160 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 154 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 167 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 168 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 155 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 156 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 159 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 157 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 164 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 158 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 162 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 161 of file qgscollapsiblegroupbox.h.
|
protected |
Definition at line 165 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 84 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 96 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 90 of file qgscollapsiblegroupbox.h.