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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp116 bool isCurrentStateItem() const function in class:SnapshotWgtItem
524 mRestoreSnapshotAction->setEnabled (!busy && mCurSnapshotItem && item && !item->isCurrentStateItem());
528 canTakeDeleteSnapshot && mCurSnapshotItem && item && !item->isCurrentStateItem());
531 mShowSnapshotDetailsAction->setEnabled (mCurSnapshotItem && item && !item->isCurrentStateItem());
535 ((canTakeDeleteSnapshot && mCurSnapshotItem && item && item->isCurrentStateItem()) ||
551 if (mCurSnapshotItem && !snapshotItem->isCurrentStateItem())
733 if (item->isCurrentStateItem())

Completed in 45 milliseconds