16 #ifndef QGSLAYOUTITEMCOMBOBOX_H 17 #define QGSLAYOUTITEMCOMBOBOX_H 53 void setCurrentLayout(
QgsLayout *layout );
80 void setExceptedItemList(
const QList< QgsLayoutItem * > &exceptList );
86 QList< QgsLayoutItem * > exceptedItemList()
const;
93 void setAllowEmptyItem(
bool allowEmpty );
100 bool allowEmptyItem()
const;
126 void indexChanged(
int i );
130 std::unique_ptr< QgsLayoutProxyModel > mProxyModel;
134 #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.