Searched refs:UIMachineWindowNormal (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.cpp3 * VBox Qt GUI - UIMachineWindowNormal class implementation.
31 # include "UIMachineWindowNormal.h"
59 UIMachineWindowNormal::UIMachineWindowNormal(UIMachineLogic *pMachineLogic, ulong uScreenId) function in class:UIMachineWindowNormal
65 void UIMachineWindowNormal::sltMachineStateChanged()
74 void UIMachineWindowNormal::sltMediumChange(const CMediumAttachment &attachment)
86 void UIMachineWindowNormal::sltUSBControllerChange()
92 void UIMachineWindowNormal::sltUSBDeviceStateChange()
98 void UIMachineWindowNormal::sltNetworkAdapterChange()
104 void UIMachineWindowNormal
[all...]
H A DUIMachineWindowNormal.h2 * VBox Qt GUI - UIMachineWindowNormal class declaration.
28 class UIMachineWindowNormal : public UIMachineWindow class in inherits:UIMachineWindow
40 UIMachineWindowNormal(UIMachineLogic *pMachineLogic, ulong uScreenId);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineWindow.cpp34 # include "UIMachineWindowNormal.h"
70 pMachineWindow = new UIMachineWindowNormal(pMachineLogic, uScreenId);

Completed in 62 milliseconds