summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/MapUI_p.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-05-28 22:04:46 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-05-28 22:04:46 -0400
commit9e43147c2eae2cf3f57d3144d9f50c1423ff6f52 (patch)
treeee612453d433f99d4ee26971bab966a8b48b8e4e /sigmodr/widgets/MapUI_p.h
parent327d403983184d90a3b25820bf112dd12c732814 (diff)
downloadsigen-9e43147c2eae2cf3f57d3144d9f50c1423ff6f52.tar.gz
sigen-9e43147c2eae2cf3f57d3144d9f50c1423ff6f52.tar.xz
sigen-9e43147c2eae2cf3f57d3144d9f50c1423ff6f52.zip
Add the flag for world map to the map widget
Diffstat (limited to 'sigmodr/widgets/MapUI_p.h')
-rw-r--r--sigmodr/widgets/MapUI_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sigmodr/widgets/MapUI_p.h b/sigmodr/widgets/MapUI_p.h
index 0080174e..4aff417c 100644
--- a/sigmodr/widgets/MapUI_p.h
+++ b/sigmodr/widgets/MapUI_p.h
@@ -25,6 +25,7 @@
#include "ObjectUIPrivate.h"
// Forward declarations
+class QCheckBox;
class KComboBox;
class KLineEdit;
@@ -49,8 +50,10 @@ class SIGMODRWIDGETS_NO_EXPORT MapUI::Private : public ObjectUIPrivate
void resetGui();
protected slots:
void nameChanged(const QString& name);
+ void isWorldChanged(const bool isWorld);
private:
KLineEdit* ui_name;
+ QCheckBox* ui_isWorld;
MapEditor* ui_editor;
};
}