summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/TreeWidget.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-05-21 01:39:13 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-05-21 01:39:32 -0400
commitc4b4820af5d6bbb3d0cc10dcc6d663cf00a058ea (patch)
treec278ccee5fa4329827a7e4c75dab5c08d806e0aa /sigmodr/tree/TreeWidget.h
parentf58d7f1f3bfc7879c387dd30f166d525d9819317 (diff)
downloadsigen-c4b4820af5d6bbb3d0cc10dcc6d663cf00a058ea.tar.gz
sigen-c4b4820af5d6bbb3d0cc10dcc6d663cf00a058ea.tar.xz
sigen-c4b4820af5d6bbb3d0cc10dcc6d663cf00a058ea.zip
Add URL management for the games
Diffstat (limited to 'sigmodr/tree/TreeWidget.h')
-rw-r--r--sigmodr/tree/TreeWidget.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sigmodr/tree/TreeWidget.h b/sigmodr/tree/TreeWidget.h
index 42699fed..4b5bc442 100644
--- a/sigmodr/tree/TreeWidget.h
+++ b/sigmodr/tree/TreeWidget.h
@@ -66,11 +66,11 @@ class SIGMODRTREE_EXPORT TreeWidget : public QTreeView
// void deleteGame(const Sigmod::Game* game);
// void deleteAllGames();
//
-// bool isOpen(const KUrl& url) const;
-//
-// KUrl url(const Sigmod::Game* game) const;
-// QStringList urls() const;
-// void setUrl(const Sigmod::Game* game, const KUrl& url);
+ bool isOpen(const KUrl& url) const;
+
+ KUrl url(const Sigmod::Game* game) const;
+ QStringList urls() const;
+ void setUrl(const Sigmod::Game* game, const KUrl& url);
void setDirty(const Sigmod::Game* game, const bool dirty);
bool dirty(const Sigmod::Game* game = NULL) const;