summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-07 03:25:40 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-07 03:25:40 +0000
commit53b619c6e80c9efc6993c23ff7b1035e8e101834 (patch)
tree7bca9e3845748332c0e6288b5704e9b004f41a22 /utils/themeeditor/editorwindow.h
parentfbfdaf5c79c664a6ec47b1c3a131577e77efbbd0 (diff)
downloadrockbox-53b619c6e80c9efc6993c23ff7b1035e8e101834.tar.gz
rockbox-53b619c6e80c9efc6993c23ff7b1035e8e101834.zip
Theme Editor: Added a preferences dialog and allowed modification of the syntax highlighting and editor colors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26640 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
-rw-r--r--utils/themeeditor/editorwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index e7fd96a548..5f39ed35d6 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -27,6 +27,7 @@
27#include "parsetreemodel.h" 27#include "parsetreemodel.h"
28#include "skinhighlighter.h" 28#include "skinhighlighter.h"
29#include "skindocument.h" 29#include "skindocument.h"
30#include "preferencesdialog.h"
30 31
31namespace Ui { 32namespace Ui {
32 class EditorWindow; 33 class EditorWindow;
@@ -59,8 +60,10 @@ private:
59 void saveSettings(); 60 void saveSettings();
60 void setupUI(); 61 void setupUI();
61 void setupMenus(); 62 void setupMenus();
63 void addTab(SkinDocument* doc);
62 64
63 Ui::EditorWindow *ui; 65 Ui::EditorWindow *ui;
66 PreferencesDialog* prefs;
64}; 67};
65 68
66#endif // EDITORWINDOW_H 69#endif // EDITORWINDOW_H