VBoxVMLogViewer :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. VBoxVMLogViewer 0 0 600 480 Log Viewer unnamed 10 10 mLogsFrame NoFrame Plain layout2 unnamed mHelpButton Help F1 spacer3 Horizontal Expanding 270 20 mFindButton &Find mSaveButton &Save true true mRefreshButton &Refresh mCloseButton Close mHelpButton clicked() &vboxProblem() showHelpHelpDialog() mFindButton clicked() VBoxVMLogViewer search() mSaveButton clicked() VBoxVMLogViewer save() mRefreshButton clicked() VBoxVMLogViewer refresh() mCloseButton clicked() VBoxVMLogViewer close() VBoxGlobal.h VBoxProblemReporter.h qsizegrip.h qstatusbar.h qtabwidget.h qtextbrowser.h qdir.h qfiledialog.h qdatetime.h qobjectlist.h qcheckbox.h qlabel.h qlineedit.h qtoolbutton.h qmessagebox.h qfocusdata.h class QSizeGrip class QTabWidget class QTextBrowser class VBoxLogSearchPanel typedef QMap <QString, VBoxVMLogViewer*> LogViewersMap; static LogViewersMap mSelfArray; bool mFirstRun; bool mIsPolished; QSizeGrip *mSizeGrip; CMachine mMachine; QTabWidget *mLogList; QStringList mLogFilesList; QPushButton *mDefaultButton; VBoxLogSearchPanel *mSearchPanel; refresh() save() search() createLogViewer( CMachine& ) init() destroy() setup( CMachine & ) machine() languageChangeImp() searchDefaultButton() eventFilter( QObject*, QEvent* ) event( QEvent* ) keyPressEvent( QKeyEvent* ) showEvent( QShowEvent* ) resizeEvent( QResizeEvent* ) loadLogFile( const QString & ) createLogPage( const QString & ) currentLogPage()