Skip to content

Commit 788575e

Browse files
committed
Update sip bindings, add method documentation
1 parent 58cce34 commit 788575e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

python/core/composer/qgscomposerhtml.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ class QgsComposerHtml: QgsComposerMultiFrame
192192
*/
193193
void loadHtml();
194194

195+
/**Recalculates the frame sizes for the current viewport dimensions*/
196+
void recalculateFrameSizes();
197+
195198
void refreshExpressionContext();
196199

197200
virtual void refreshDataDefinedProperty( const QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties );

src/core/composer/qgscomposerhtml.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ class CORE_EXPORT QgsComposerHtml: public QgsComposerMultiFrame
214214
* @see url
215215
*/
216216
void loadHtml();
217+
218+
/**Recalculates the frame sizes for the current viewport dimensions*/
217219
void recalculateFrameSizes();
218220
void refreshExpressionContext();
219221

0 commit comments

Comments
 (0)