mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Added title / abstract to python bindings
This commit is contained in:
parent
88c9d5bc4b
commit
21fa9cd3c1
@ -77,6 +77,16 @@ public:
|
||||
*/
|
||||
const QString & name() const;
|
||||
|
||||
/**@note added in version 1.9*/
|
||||
void setTitle( const QString& title );
|
||||
/**@note added in version 1.9*/
|
||||
const QString& title() const;
|
||||
|
||||
/**@note added in version 1.9*/
|
||||
void setAbstract( const QString& abstract );
|
||||
/**@note added in version 1.9*/
|
||||
const QString& abstract() const;
|
||||
|
||||
/**Synchronises with changes in the datasource
|
||||
@note added in version 1.6*/
|
||||
virtual void reload();
|
||||
|
Loading…
x
Reference in New Issue
Block a user