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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.cpp3 * VBox Qt GUI - UIMachineLogicNormal class implementation.
32 # include "UIMachineLogicNormal.h"
51 UIMachineLogicNormal::UIMachineLogicNormal(QObject *pParent, UISession *pSession) function in class:UIMachineLogicNormal
59 bool UIMachineLogicNormal::checkAvailability()
65 void UIMachineLogicNormal::sltCheckForRequestedVisualStateType()
67 LogRel(("GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=%d, Machine-state=%d\n",
83 LogRel(("GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: "
89 LogRel(("GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: "
99 void UIMachineLogicNormal
[all...]
H A DUIMachineLogicNormal.h2 * VBox Qt GUI - UIMachineLogicNormal class declaration.
24 class UIMachineLogicNormal : public UIMachineLogic class in inherits:UIMachineLogic
31 UIMachineLogicNormal(QObject *pParent, UISession *pSession);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp49 # include "UIMachineLogicNormal.h"
150 pLogic = new UIMachineLogicNormal(pParent, pSession);

Completed in 1702 milliseconds