VBoxSnapshotsWgt :mode=html:tabSize=4:indentSize=4:noTabs=true: :folding=explicit:collapseFolds=1: Copyright (C) 2006-2007 innotek GmbH This file is part of VirtualBox Open Source Edition (OSE), as available from http://www.virtualbox.org. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, in version 2 as it comes in the "COPYING" file of the VirtualBox OSE distribution. VirtualBox OSE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. VBoxSnapshotsWgt 0 0 600 480 VBoxSnapshotsWgt unnamed 0 10 widgetStack pageListView 0 unnamed 0 0 [snapshot] false true listView snapshotActionGroup snapshotActionGroup false discardSnapshotAction Discard Snapshot &Discard Snapshot Ctrl+Shift+D Discard the selected snapshot of the virtual machine curStateActionGroup curStateActionGroup false takeSnapshotAction Take Snapshot Take &Snapshot Ctrl+Shift+S Take a snapshot of the current virtual machine state revertToCurSnapAction Revert to Current Snapshot &Revert to Current Snapshot Ctrl+Shift+R Restore the virtual machine state from the state stored in the current snapshot discardCurSnapAndStateAction Discard Current Snapshot and State D&iscard Current Snapshot and State Ctrl+Shift+B Discard the current snapshot and revert the machine to the state it had before the snapshot was taken showSnapshotDetailsAction Show Details S&how Details Space Show details of the selected snapshot listView currentChanged(QListViewItem*) VBoxSnapshotsWgt listView_currentChanged(QListViewItem*) listView contextMenuRequested(QListViewItem*,const QPoint&,int) VBoxSnapshotsWgt listView_contextMenuRequested(QListViewItem*,const QPoint&,int) discardSnapshotAction activated() VBoxSnapshotsWgt discardSnapshot() takeSnapshotAction activated() VBoxSnapshotsWgt takeSnapshot() revertToCurSnapAction activated() VBoxSnapshotsWgt discardCurState() discardCurSnapAndStateAction activated() VBoxSnapshotsWgt discardCurSnapAndState() showSnapshotDetailsAction activated() VBoxSnapshotsWgt showSnapshotDetails() &vboxGlobal() machineDataChanged (const VBoxMachineDataChangeEvent &) VBoxSnapshotsWgt machineDataChanged (const VBoxMachineDataChangeEvent &) &vboxGlobal() machineStateChanged (const VBoxMachineStateChangeEvent &) VBoxSnapshotsWgt machineStateChanged (const VBoxMachineStateChangeEvent &) &vboxGlobal() sessionStateChanged (const VBoxSessionStateChangeEvent &) VBoxSnapshotsWgt sessionStateChanged (const VBoxSessionStateChangeEvent &) &vboxGlobal() snapshotChanged (const VBoxSnapshotEvent &) VBoxSnapshotsWgt snapshotChanged (const VBoxSnapshotEvent &) qaction.h qpopupmenu.h qpainter.h qdatetime.h qtooltip.h qmetaobject.h qregexp.h COMDefs.h VBoxUtils.h VBoxGlobal.h VBoxToolBar.h VBoxSelectorWnd.h VBoxProblemReporter.h VBoxSnapshotDetailsDlg.h VBoxTakeSnapshotDlg.h VBoxSnapshotsWgt.ui.h CMachine mMachine; QUuid mMachineId; CEnums::SessionState mSessionState; class ListViewItem; ListViewItem *mCurSnapshotItem; class ToolTip; ToolTip *mToolTip; QPopupMenu *mContextMenu; bool mContextMenuDirty; listView_currentChanged( QListViewItem * ) listView_contextMenuRequested( QListViewItem *, const QPoint &, int ) discardSnapshot() takeSnapshot() discardCurState() discardCurSnapAndState() showSnapshotDetails() machineDataChanged (const VBoxMachineDataChangeEvent & aE) machineStateChanged (const VBoxMachineStateChangeEvent & aE) sessionStateChanged (const VBoxSessionStateChangeEvent & aE) snapshotChanged (const VBoxSnapshotEvent & aE) init() destroy() setMachine( const CMachine & aMachine ) refreshAll (bool aKeepSelected = false) findItem (const QUuid & aSnapshotId) curStateItem() populateSnapshots( const CSnapshot & snapshot, QListViewItem * item )