fixed various caching issues when rapidly changing values
This commit is contained in:
@@ -250,6 +250,8 @@ public:
|
||||
*/
|
||||
const rational& LastRequestedTime();
|
||||
|
||||
void SetValueCachingEnabled(bool enabled);
|
||||
|
||||
virtual DataType data_type() = 0;
|
||||
|
||||
signals:
|
||||
@@ -285,6 +287,11 @@ protected:
|
||||
*/
|
||||
rational time_;
|
||||
|
||||
/**
|
||||
* @brief Internal value for whether value caching is enabled
|
||||
*/
|
||||
bool value_caching_;
|
||||
|
||||
private:
|
||||
/**
|
||||
* @brief Internal name string
|
||||
|
||||
Reference in New Issue
Block a user