mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Update composer shape sip
This commit is contained in:
parent
bead88a828
commit
12b025ea12
@ -56,6 +56,11 @@ class QgsComposerShape: QgsComposerItem
|
||||
* Note: Added in v2.1 */
|
||||
void setUseSymbolV2( bool useSymbolV2 );
|
||||
|
||||
/**Sets new scene rectangle bounds and recalculates hight and extent. Reimplemented from
|
||||
* QgsComposerItem as it needs to call updateBoundingRect after the shape's size changes
|
||||
*/
|
||||
void setSceneRect( const QRectF& rectangle );
|
||||
|
||||
protected:
|
||||
/* reimplement drawFrame, since it's not a rect, but a custom shape */
|
||||
virtual void drawFrame( QPainter* p );
|
||||
|
Loading…
x
Reference in New Issue
Block a user