QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
A widget for controlling the common properties of layout items (e.g. More...
#include <qgslayoutitemwidget.h>
Public Member Functions | |
QgsLayoutItemPropertiesWidget (QWidget *parent, QgsLayoutItem *item) | |
Constructs a QgsLayoutItemPropertiesWidget with a parent and for the given layout item. More... | |
QgsLayoutItem::ReferencePoint | positionMode () const |
Returns the position mode. More... | |
void | setItem (QgsLayoutItem *item) |
Sets the layout item. More... | |
void | showBackgroundGroup (bool showGroup) |
Determines if the background of the group box shall be shown. More... | |
void | showFrameGroup (bool showGroup) |
Determines if the frame of the group box shall be shown. More... | |
Protected Slots | |
void | initializeDataDefinedButtons () |
Initializes data defined buttons to current atlas coverage layer. More... | |
void | populateDataDefinedButtons () |
Sets data defined button state to match item. More... | |
A widget for controlling the common properties of layout items (e.g.
position and size, background, stroke, frame). This widget can be embedded into other layout item widgets.
Definition at line 201 of file qgslayoutitemwidget.h.
QgsLayoutItemPropertiesWidget::QgsLayoutItemPropertiesWidget | ( | QWidget * | parent, |
QgsLayoutItem * | item | ||
) |
Constructs a QgsLayoutItemPropertiesWidget with a parent and for the given layout item.
Definition at line 227 of file qgslayoutitemwidget.cpp.
|
protectedslot |
Initializes data defined buttons to current atlas coverage layer.
Definition at line 667 of file qgslayoutitemwidget.cpp.
|
protectedslot |
Sets data defined button state to match item.
Definition at line 681 of file qgslayoutitemwidget.cpp.
QgsLayoutItem::ReferencePoint QgsLayoutItemPropertiesWidget::positionMode | ( | ) | const |
Returns the position mode.
Definition at line 412 of file qgslayoutitemwidget.cpp.
void QgsLayoutItemPropertiesWidget::setItem | ( | QgsLayoutItem * | item | ) |
Sets the layout item.
Definition at line 323 of file qgslayoutitemwidget.cpp.
void QgsLayoutItemPropertiesWidget::showBackgroundGroup | ( | bool | showGroup | ) |
Determines if the background of the group box shall be shown.
Definition at line 313 of file qgslayoutitemwidget.cpp.
void QgsLayoutItemPropertiesWidget::showFrameGroup | ( | bool | showGroup | ) |
Determines if the frame of the group box shall be shown.
Definition at line 318 of file qgslayoutitemwidget.cpp.