]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/dialog.hxx
- abstract out reading colors from the property tree into a routine.
[flightgear.git] / src / GUI / dialog.hxx
index 55b0f9061b502f276f816e3079bbc70e88648cef..d0c6d70b949fc2b8bbf2984bb7693ba04389d916 100644 (file)
@@ -118,6 +118,9 @@ private:
                      int width, int height, sgVec4 color,
                      bool makeFrame = false);
 
+    // Read color properties and merge them into color vector.
+    void getColor(const SGPropertyNode * prop, sgVec4 color);
+
     // The top-level PUI object.
     puObject * _object;
 
@@ -144,6 +147,8 @@ private:
     vector<char **> _char_arrays;
 
     SGPath _font_path;
+    sgVec4 _fgcolor;
+    sgVec4 _bgcolor;
 };
 
 //