...
[jspeed] / src / graphicselement.h
index ecba5ae..3bc9756 100644 (file)
@@ -53,6 +53,7 @@ public:
     bool setEffect(QString const& effect);
     bool setEffectAttribute(QString const& name, QString const& value);
     void applyEffect();
+    bool canBeVisible() const;
 
 protected:
     enum VisibleWhen {ALWAYS, POI_VISIBLE, SPEED_EXCEEDED};
@@ -73,6 +74,7 @@ private:
     Effect* effect_;
     QMap<QString, QString> loadedFonts_;
     VisibleWhen visibleWhen_;
+    bool canBeVisible_;
 };
 
 #endif