16 #ifndef QGSLAYOUTITEMCOMBOBOX_H 17 #define QGSLAYOUTITEMCOMBOBOX_H 50 void setCurrentLayout(
QgsLayout *layout );
70 void setExceptedItemList(
const QList< QgsLayoutItem * > &exceptList );
76 QList< QgsLayoutItem * > exceptedItemList()
const;
102 void indexChanged(
int i );
106 std::unique_ptr< QgsLayoutProxyModel > mProxyModel;
110 #endif // QGSLAYOUTITEMCOMBOBOX_H Base class for graphical items within a QgsLayout.
The QgsLayoutItemComboBox class is a combo box which displays items of a matching type from a layout...
Base class for layouts, which can contain items such as maps, labels, scalebars, etc.