VBoxVMInformationDlg :mode=html:tabSize=4:indentSize=4:noTabs=true: :folding=explicit:collapseFolds=1: Copyright (C) 2007 Sun Microsystems, Inc. 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 (GPL) 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. Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 USA or visit http://www.sun.com if you need additional information or have any questions. VBoxVMInformationDlg 0 0 640 480 Session Information Dialog unnamed mInfoFrame NoFrame Plain layout2 unnamed spacer3 Horizontal Expanding 270 20 mCloseButton &Close 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, QStringList> LinksMapType; 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; DataMapType mUnitsMap; LinksMapType mLinksMap; QTimer mStatTimer; VBoxConsoleView *mConsole; int mWidth; int mHeight; bool mMax; 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( KStorageBus, LONG, LONG, const QString & ) formatAdapter( ULONG, const QString & ) composeArticle( const QString & )