VBoxVMInformationDlg :mode=html:tabSize=4:indentSize=4:noTabs=true: :folding=explicit:collapseFolds=1: Copyright (C) 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. VBoxVMInformationDlg 0 0 640 480 Session Information Dialog unnamed mInfoFrame NoFrame Plain layout2 unnamed spacer3 Horizontal Expanding 270 20 mCloseButton &Close Alt+C true true mCloseButton clicked() VBoxVMInformationDlg close() VBoxGlobal.h VBoxConsoleView.h qtimer.h qsizegrip.h qstatusbar.h qtabwidget.h qtextbrowser.h qobjectlist.h qregexp.h qvaluelist.h class QSizeGrip class QTabWidget class QTextBrowser class VBoxConsoleView typedef QMap <QString, QString> DataMapType; struct CounterElementType { QString type; DataMapType list; }; typedef QValueList <CounterElementType> CounterListType; typedef QMap <QString, VBoxVMInformationDlg*> InfoDlgMap; static InfoDlgMap mSelfArray; bool mIsPolished; QSizeGrip *mSizeGrip; CSession mSession; QTabWidget *mInfoStack; QTextBrowser *mDetailsText; QTextBrowser *mStatisticText; QTextBrowser *mDefStatText; QPushButton *mDefaultButton; DataMapType mNamesMap; DataMapType mValuesMap; QTimer mStatTimer; VBoxConsoleView *mConsole; updateDetails() processStatistics() onPageChanged( QWidget* ) createInformationDlg( const CSession&, VBoxConsoleView* ) init() destroy() setup( const CSession &, VBoxConsoleView* ) languageChangeImp() searchDefaultButton() eventFilter( QObject*, QEvent* ) event( QEvent* ) keyPressEvent( QKeyEvent* ) showEvent( QShowEvent* ) resizeEvent( QResizeEvent* ) parseStatistics( const QString & ) refreshStatistics() formatHardDisk( const QString &, CEnums::DiskControllerType, LONG, int, int ) formatAdapter( const QString &, ULONG, int, int ) composeArticle( const QString &, int, int )