Skip to content

Commit

Permalink
Update sip bindings, add method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Aug 25, 2014
1 parent 58cce34 commit 788575e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/composer/qgscomposerhtml.sip
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ class QgsComposerHtml: QgsComposerMultiFrame
*/
void loadHtml();

/**Recalculates the frame sizes for the current viewport dimensions*/
void recalculateFrameSizes();

void refreshExpressionContext();

virtual void refreshDataDefinedProperty( const QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties );
Expand Down
2 changes: 2 additions & 0 deletions src/core/composer/qgscomposerhtml.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ class CORE_EXPORT QgsComposerHtml: public QgsComposerMultiFrame
* @see url
*/
void loadHtml();

/**Recalculates the frame sizes for the current viewport dimensions*/
void recalculateFrameSizes();
void refreshExpressionContext();

Expand Down

0 comments on commit 788575e

Please sign in to comment.