Added title / abstract to python bindings

This commit is contained in:
Marco Hugentobler 2011-12-16 11:58:09 +01:00
parent 88c9d5bc4b
commit 21fa9cd3c1

View File

@ -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();