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

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

Completed in 41 milliseconds