VBoxVMSerialPortSettings :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 (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. VBoxVMSerialPortSettings 0 0 493 279 VBoxVMSerialPortSettings unnamed 10 mSerialPortBox &Enable Serial Port true When checked, enables the given serial port of the virtual machine. unnamed mPortNumLabel Port &Number mPortNumCombo layout9 unnamed mPortNumCombo 3 0 0 0 Displays the serial port number. You can choose one of the standard serial ports or select <b>User-defined</b> and specify port parameters manually. mIROLabel &IRQ mIRQLine mIRQLine LineEditPanel Sunken Displays the IRQ number of this serial port. Valid values are integer numbers in range from <tt>0</tt> to <tt>255</tt>. Values greater than <tt>15</tt> may be used only if the <b>IO APIC</b> is enabled for this virtual machine. mIOPortLabel I/O Po&rt mIOPortLine mIOPortLine Displays the base I/O port address of this serial port. Valid values are integer numbers in range from <tt>0</tt> to <tt>0xFFFF</tt>. mHostModeLabel Port &Mode mHostModeCombo layout12 unnamed mHostModeCombo Controls the working mode of this serial port. If you select <b>Disconnected</b>, the guest OS will detect the serial port but will not be able to operate it. mServerCheck &Create Pipe If checked, the pipe specified in the <b>Port Path</b> field will be created by the virtual machine when it starts. Otherwise, the virtual machine will try to use the existing pipe. mPortPathLabel Port &Path mPortPathLine mPortPathLine LineEditPanel Sunken Displays the path to the serial port's pipe on the host when the port works in <b>Host Pipe</b> mode, or the host serial device name when the port works in <b>Host Device</b> mode. mPortNumCombo activated(const QString&) VBoxVMSerialPortSettings mPortNumCombo_activated(const QString&) mHostModeCombo activated(const QString&) VBoxVMSerialPortSettings mHostModeCombo_activated(const QString&) mSerialPortBox toggled(bool) VBoxVMSerialPortSettings mSerialPortBox_toggled(bool) COMDefs.h QIWidgetValidator.h qdir.h qvalidator.h VBoxGlobal.h VBoxVMSerialPortSettings.ui.h CSerialPort mPort; QIWidgetValidator *mWalidator; mSerialPortBox_toggled( bool ) mPortNumCombo_activated( const QString & aText ) mHostModeCombo_activated( const QString & aText ) init() getFromPort( const CSerialPort & ) putBackToPort() isUserDefined()