[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Apr 26 18:10:26 CEST 2005
CVS commit by staikos:
mark new methods
M +7 -0 kstobject.h 1.41
--- kdeextragear-2/kst/kst/kstobject.h #1.40:1.41
@@ -52,5 +52,7 @@ class KST_EXPORT KstObject : public KstS
virtual bool deleteDependents();
+ // @since 1.1.0
void setDirty();
+ // @since 1.1.0
bool dirty() const;
@@ -59,7 +61,10 @@ class KST_EXPORT KstObject : public KstS
int _lastUpdateCounter;
+ // @since 1.1.0
UpdateType setLastUpdateResult(UpdateType result);
+ // @since 1.1.0
UpdateType lastUpdateResult() const;
+ // @since 1.1.0
void setDirty(bool dirty);
@@ -100,4 +105,5 @@ class KstObjectList : public QValueList<
}
+ // @since 1.1.0
QStringList tagNames() const {
QStringList rc;
@@ -205,4 +211,5 @@ class KstObjectMap : public QMap<QString
}
+ // @since 1.1.0
QStringList tagNames() const {
QStringList rc;
More information about the Kst
mailing list