18 #ifndef QGSLAYOUTITEMGROUPUNDOCOMMAND_H 
   19 #define QGSLAYOUTITEMGROUPUNDOCOMMAND_H 
   21 #include "qgis_core.h" 
   22 #include <QUndoCommand> 
   33 class CORE_EXPORT QgsLayoutItemGroupUndoCommand: 
public QObject, 
public QUndoCommand
 
   57                                    const QString &text, QUndoCommand *parent = 
nullptr );
 
   64     QSet<QString> mItemUuids;
 
   68     bool mFirstRun = 
true;
 
A container for grouping several QgsLayoutItems.
Base class for layouts, which can contain items such as maps, labels, scalebars, etc.