]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/dialog.hxx
Boris Koenig:
[flightgear.git] / src / GUI / dialog.hxx
index 2cb6f4ed16365ff4940c64368117d909991f97a9..f563cda125a05b3109ae1820f88c676983dc678a 100644 (file)
@@ -91,6 +91,11 @@ public:
     virtual void applyValues ();
 
 
+    /**
+     * Update state.  Called on active dialogs before rendering.
+     */
+    virtual void update ();
+
 private:
 
     // Private copy constructor to avoid unpleasant surprises.
@@ -127,6 +132,7 @@ private:
         SGPropertyNode_ptr node;
     };
     vector<PropertyObject *> _propertyObjects;
+    vector<PropertyObject *> _liveObjects;
 
     // PUI doesn't copy arrays, so we have to allocate string arrays
     // and then keep pointers so that we can delete them when the