summaryrefslogtreecommitdiffstats
path: root/gui/pages.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pages.hpp')
-rw-r--r--gui/pages.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/pages.hpp b/gui/pages.hpp
index 31ccadb51..8eec9a951 100644
--- a/gui/pages.hpp
+++ b/gui/pages.hpp
@@ -102,6 +102,8 @@ public:
int SetKeyBoardFocus(int inFocus);
int NotifyVarChange(std::string varName, std::string value);
+ std::vector<xml_node<>*> styles;
+
protected:
int LoadPages(xml_node<>* pages);
int LoadVariables(xml_node<>* vars);
@@ -153,6 +155,8 @@ public:
static HardwareKeyboard *GetHardwareKeyboard();
+ static xml_node<>* FindStyle(std::string name);
+
protected:
static PageSet* FindPackage(std::string name);