Update sip bindings, add method documentation

This commit is contained in:
Sandro Mani 2014-08-24 17:50:55 +02:00
parent 58cce34fb0
commit 788575e5cd
2 changed files with 5 additions and 0 deletions

View File

@ -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 );

View File

@ -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();