mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add missing sip changes
This commit is contained in:
parent
57669e71c0
commit
f5de32779f
@ -28,8 +28,15 @@ class QgsComposerLabel : QgsComposerItem
|
||||
/** Returns the text as it appears on screen (with replaced data field) */
|
||||
QString displayText() const;
|
||||
|
||||
/** Sets the current feature, the current layer and a list of local variable substitutions for evaluating expressions */
|
||||
void setExpressionContext( QgsFeature* feature, QgsVectorLayer* layer, QMap<QString, QVariant> substitutions = QMap<QString, QVariant>() );
|
||||
/** Sets the current feature, the current layer and a list of local variable substitutions for evaluating expressions
|
||||
* @deprecated use atlas features and setSubstitutions() instead
|
||||
*/
|
||||
void setExpressionContext( QgsFeature* feature, QgsVectorLayer* layer, QMap<QString, QVariant> substitutions = QMap<QString, QVariant>() ) /Deprecated/;
|
||||
|
||||
/** Sets the list of local variable substitutions for evaluating expressions in label text.
|
||||
* @note added in QGIS 2.12
|
||||
*/
|
||||
void setSubstitutions( QMap<QString, QVariant> substitutions = QMap<QString, QVariant>() );
|
||||
|
||||
QFont font() const;
|
||||
void setFont( const QFont& f );
|
||||
|
Loading…
x
Reference in New Issue
Block a user