VBoxSnapshotsWgt :mode=html:tabSize=4:indentSize=4:noTabs=true: :folding=explicit:collapseFolds=1: # Copyright (C) 2006 InnoTek Systemberatung 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. # # If you received this file as part of a commercial VirtualBox # distribution, then only the terms of your commercial VirtualBox # license agreement apply instead of the previous paragraph. 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 curStateActionGroup curStateActionGroup false takeSnapshotAction Take Snapshot Take &Snapshot Ctrl+Alt+S discardCurStateAction Discard Current State D&iscard Current State Ctrl+Alt+D discardCurSnapAndStateAction Discard Current Snapshot and State D&iscard Current Snapshot and State Ctrl+Alt+Shift+D showSnapshotDetailsAction Show Details S&how Details Space 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() discardCurStateAction 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() snapshotChanged (const VBoxSnapshotEvent &) VBoxSnapshotsWgt snapshotChanged (const VBoxSnapshotEvent &) qaction.h qpopupmenu.h qpainter.h qdatetime.h qtooltip.h qmetaobject.h COMDefs.h VBoxUtils.h VBoxGlobal.h VBoxToolBar.h VBoxSelectorWnd.h VBoxProblemReporter.h VBoxSnapshotDetailsDlg.h VBoxTakeSnapshotDlg.h VBoxSnapshotsWgt.ui.h CMachine mMachine; QUuid mMachineId; 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) 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 )