summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-03 18:42:36 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-03 18:42:36 +0000
commit88160b6e271f3d948e80e414f06a9506c98bb9a9 (patch)
treebd678ab3d623a53c30e3080dc6298527dcd78097 /utils/themeeditor/editorwindow.h
parent3f44f1c151fd47689719676f40fdda58a2ac837f (diff)
Theme Editor: Refactored main window init code, moved parse tree into dock widget
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26519 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
-rw-r--r--utils/themeeditor/editorwindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index a13bd4b6bb..f37cfcbf29 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -39,9 +39,14 @@ public:
private slots:
void updateCode();
- void updateTree();
+ void codeChanged();
private:
+ /* Setup functions */
+ void loadSettings();
+ void setupUI();
+ void setupMenus();
+
Ui::EditorWindow *ui;
ParseTreeModel* tree;
SkinHighlighter* highlighter;