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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachine.cpp3 * VBox Qt GUI - UIMachine class implementation.
25 # include "UIMachine.h"
42 UIMachine* UIMachine::m_spInstance = 0;
45 bool UIMachine::startMachine(const QString &strID)
98 bool UIMachine::create()
104 new UIMachine;
118 void UIMachine::destroy()
130 QWidget* UIMachine::activeWindow() const
137 void UIMachine
182 UIMachine::UIMachine() function in class:UIMachine
[all...]
H A DUIMachine.h2 * VBox Qt GUI - UIMachine class declaration.
37 class UIMachine : public QObject class in inherits:QObject
56 static UIMachine* instance() { return m_spInstance; }
79 UIMachine();
81 ~UIMachine();
101 static UIMachine* m_spInstance;
116 #define gpMachine UIMachine::instance()

Completed in 42 milliseconds