QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Signals | Public Member Functions | List of all members
QgsAnnotationItemCommonPropertiesWidget Class Reference

A widget for configuring common properties for QgsAnnotationItems. More...

#include <qgsannotationitemcommonpropertieswidget.h>

Inheritance diagram for QgsAnnotationItemCommonPropertiesWidget:
Inheritance graph
[legend]

Signals

void itemChanged ()
 Emitted when the annotation item definition in the widget is changed by the user. More...
 

Public Member Functions

 QgsAnnotationItemCommonPropertiesWidget (QWidget *parent)
 Constructor for QgsAnnotationItemCommonPropertiesWidget. More...
 
QgsSymbolWidgetContext context () const
 Returns the context in which the widget is shown, e.g., the associated map canvas and expression contexts. More...
 
void setContext (const QgsSymbolWidgetContext &context)
 Sets the context in which the widget is shown, e.g., the associated map canvas and expression contexts. More...
 
void setItem (QgsAnnotationItem *item)
 Sets the item whose properties should be shown in the widget. More...
 
void updateItem (QgsAnnotationItem *item)
 Updates an item, setting the properties defined in the widget. More...
 

Detailed Description

A widget for configuring common properties for QgsAnnotationItems.

Since
QGIS 3.22

Definition at line 34 of file qgsannotationitemcommonpropertieswidget.h.

Constructor & Destructor Documentation

◆ QgsAnnotationItemCommonPropertiesWidget()

QgsAnnotationItemCommonPropertiesWidget::QgsAnnotationItemCommonPropertiesWidget ( QWidget *  parent)

Member Function Documentation

◆ context()

QgsSymbolWidgetContext QgsAnnotationItemCommonPropertiesWidget::context ( ) const

Returns the context in which the widget is shown, e.g., the associated map canvas and expression contexts.

See also
setContext()

Definition at line 65 of file qgsannotationitemcommonpropertieswidget.cpp.

◆ itemChanged

void QgsAnnotationItemCommonPropertiesWidget::itemChanged ( )
signal

Emitted when the annotation item definition in the widget is changed by the user.

◆ setContext()

void QgsAnnotationItemCommonPropertiesWidget::setContext ( const QgsSymbolWidgetContext context)

Sets the context in which the widget is shown, e.g., the associated map canvas and expression contexts.

See also
context()

Definition at line 57 of file qgsannotationitemcommonpropertieswidget.cpp.

◆ setItem()

void QgsAnnotationItemCommonPropertiesWidget::setItem ( QgsAnnotationItem item)

Sets the item whose properties should be shown in the widget.

Definition at line 43 of file qgsannotationitemcommonpropertieswidget.cpp.

◆ updateItem()

void QgsAnnotationItemCommonPropertiesWidget::updateItem ( QgsAnnotationItem item)

Updates an item, setting the properties defined in the widget.

Definition at line 50 of file qgsannotationitemcommonpropertieswidget.cpp.


The documentation for this class was generated from the following files: