Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -155,6 +155,6 @@ class QgsComposerHtml: QgsComposerMultiFrame |
|
|
|
|
|
void refreshExpressionContext(); |
|
|
|
|
|
virtual void refreshDataDefinedProperty( QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties ); |
|
|
virtual void refreshDataDefinedProperty( const QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties ); |
|
|
|
|
|
}; |
|
@@ -484,7 +484,7 @@ void QgsComposerHtml::refreshExpressionContext() |
|
|
loadHtml(); |
|
|
} |
|
|
|
|
|
void QgsComposerHtml::refreshDataDefinedProperty( QgsComposerObject::DataDefinedProperty property ) |
|
|
void QgsComposerHtml::refreshDataDefinedProperty( const QgsComposerObject::DataDefinedProperty property ) |
|
|
{ |
|
|
//updates data defined properties and redraws item to match |
|
|
if ( property == QgsComposerObject::SourceUrl || property == QgsComposerObject::AllProperties ) |
|
|
|
@@ -178,7 +178,7 @@ class CORE_EXPORT QgsComposerHtml: public QgsComposerMultiFrame |
|
|
|
|
|
void refreshExpressionContext(); |
|
|
|
|
|
virtual void refreshDataDefinedProperty( QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties ); |
|
|
virtual void refreshDataDefinedProperty( const QgsComposerObject::DataDefinedProperty property = QgsComposerObject::AllProperties ); |
|
|
|
|
|
private slots: |
|
|
void frameLoaded( bool ok = true ); |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.