Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update sip bindings, add method documentation
- Loading branch information
|
@@ -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 ); |
|
|
|
@@ -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(); |
|
|
|
|
|