Searched defs:wasUpdated (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDefs.h69 virtual bool wasUpdated() const { return base() != CacheData() && data() != CacheData() && data() != base(); } function in class:UISettingsCache
76 virtual bool wasChanged() const { return wasRemoved() || wasCreated() || wasUpdated(); }
123 bool wasUpdated() const function in class:UISettingsCachePool
126 bool fWasUpdated = UISettingsCache<ParentCacheData>::wasUpdated();

Completed in 42 milliseconds