Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
6 additions
and
3 deletions.
-
+4
−2
src/core/layout/qgslayoutmodel.h
-
+2
−1
src/gui/layout/qgslayoutmousehandles.h
|
@@ -194,7 +194,8 @@ class CORE_EXPORT QgsLayoutModel: public QAbstractItemModel |
|
|
|
|
|
#if 0 |
|
|
|
|
|
/** Restores an item to the composition. This must be called whenever an item removed |
|
|
/** |
|
|
* Restores an item to the composition. This must be called whenever an item removed |
|
|
* from the composition is restored to the composition. |
|
|
* \param item to mark as restored to the composition |
|
|
* \see setItemRemoved |
|
@@ -212,7 +213,8 @@ class CORE_EXPORT QgsLayoutModel: public QAbstractItemModel |
|
|
*/ |
|
|
void updateItemDisplayName( QgsLayoutItem *item ); |
|
|
|
|
|
/** Must be called when an \a item's lock status changes. |
|
|
/** |
|
|
* Must be called when an \a item's lock status changes. |
|
|
* \see updateItemDisplayName() |
|
|
* \see updateItemVisibility() |
|
|
* \see updateItemSelectStatus() |
|
|
|
@@ -176,7 +176,8 @@ class GUI_EXPORT QgsLayoutMouseHandles: public QObject, public QGraphicsRectItem |
|
|
//! Draw outlines for selected items |
|
|
void drawSelectedItemBounds( QPainter *painter ); |
|
|
|
|
|
/** Returns the current (zoom level dependent) tolerance to decide if mouse position is close enough to the |
|
|
/** |
|
|
* Returns the current (zoom level dependent) tolerance to decide if mouse position is close enough to the |
|
|
item border for resizing*/ |
|
|
double rectHandlerBorderTolerance(); |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.