QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
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. | |
QgsLayoutItem::ReferencePoint | positionMode () const |
Returns the position mode. | |
void | setItem (QgsLayoutItem *item) |
Sets the layout item. | |
void | setMasterLayout (QgsMasterLayoutInterface *masterLayout) |
Sets the master layout associated with the item. | |
void | showBackgroundGroup (bool showGroup) |
Determines if the background of the group box shall be shown. | |
void | showFrameGroup (bool showGroup) |
Determines if the frame of the group box shall be shown. | |
void | updateVariables () |
Updates the variables widget, refreshing the values of variables shown. | |
Protected Slots | |
void | initializeDataDefinedButtons () |
Initializes data defined buttons to current atlas coverage layer. | |
void | populateDataDefinedButtons () |
Sets data defined button state to match item. | |
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 214 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 299 of file qgslayoutitemwidget.cpp.
|
protectedslot |
Initializes data defined buttons to current atlas coverage layer.
Definition at line 754 of file qgslayoutitemwidget.cpp.
|
protectedslot |
Sets data defined button state to match item.
Definition at line 768 of file qgslayoutitemwidget.cpp.
QgsLayoutItem::ReferencePoint QgsLayoutItemPropertiesWidget::positionMode | ( | ) | const |
Returns the position mode.
Definition at line 517 of file qgslayoutitemwidget.cpp.
void QgsLayoutItemPropertiesWidget::setItem | ( | QgsLayoutItem * | item | ) |
Sets the layout item.
Definition at line 409 of file qgslayoutitemwidget.cpp.
void QgsLayoutItemPropertiesWidget::setMasterLayout | ( | QgsMasterLayoutInterface * | masterLayout | ) |
Sets the master layout associated with the item.
Definition at line 428 of file qgslayoutitemwidget.cpp.
void QgsLayoutItemPropertiesWidget::showBackgroundGroup | ( | bool | showGroup | ) |
Determines if the background of the group box shall be shown.
Definition at line 399 of file qgslayoutitemwidget.cpp.
void QgsLayoutItemPropertiesWidget::showFrameGroup | ( | bool | showGroup | ) |
Determines if the frame of the group box shall be shown.
Definition at line 404 of file qgslayoutitemwidget.cpp.
void QgsLayoutItemPropertiesWidget::updateVariables | ( | ) |
Updates the variables widget, refreshing the values of variables shown.
Definition at line 278 of file qgslayoutitemwidget.cpp.