Searched defs:UIMachineLogic (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.h2 * VBox Qt GUI - UIMachineLogic class declaration.
55 class UIMachineLogic : public QIWithRetranslateUI3<QObject> class in inherits:QIWithRetranslateUI3
60 typedef void (UIMachineLogic::*MenuUpdateHandler)(QMenu *pMenu);
73 static UIMachineLogic* create(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType);
74 static void destroy(UIMachineLogic *pWhichLogic);
186 UIMachineLogic(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType);
H A DUIMachineLogic.cpp3 * VBox Qt GUI - UIMachineLogic class implementation.
47 # include "UIMachineLogic.h"
142 UIMachineLogic* UIMachineLogic::create(QObject *pParent,
146 UIMachineLogic *pLogic = 0;
166 void UIMachineLogic::destroy(UIMachineLogic *pWhichLogic)
171 void UIMachineLogic::prepare()
217 void UIMachineLogic::cleanup()
247 void UIMachineLogic
743 UIMachineLogic::UIMachineLogic(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType) function in class:UIMachineLogic
[all...]

Completed in 45 milliseconds