mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Update sip bindings, add method documentation
This commit is contained in:
parent
58cce34fb0
commit
788575e5cd
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user