Searched refs:windowFlags (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineLogicScale.h37 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const { Q_UNUSED(uScreenId); return Qt::Window; } function in class:UIMachineLogicScale
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.h37 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const { Q_UNUSED(uScreenId); return Qt::Window; } function in class:UIMachineLogicNormal
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.h41 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const { Q_UNUSED(uScreenId); return Qt::FramelessWindowHint; } function in class:UIMachineLogicSeamless
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.h62 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const;
H A DUIMachineLogicFullscreen.cpp92 Qt::WindowFlags UIMachineLogicFullscreen::windowFlags(ulong uScreenId) const function in class:UIMachineLogicFullscreen
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.h80 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const = 0;
H A DUIMachineWindow.cpp170 : QIWithRetranslateUI2<QMainWindow>(0, pMachineLogic->windowFlags(uScreenId))

Completed in 75 milliseconds