Searched defs:pListener (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIConsoleEventHandler.cpp100 ComObjPtr<UIMainEventListenerImpl> pListener; local
101 pListener.createObject();
102 pListener->init(new UIMainEventListener, this);
103 m_mainEventListener = CEventListener(pListener);
136 connect(pListener->getWrapped(), SIGNAL(sigMousePointerShapeChange(bool, bool, QPoint, QSize, QVector<uint8_t>)),
139 connect(pListener->getWrapped(), SIGNAL(sigMouseCapabilityChange(bool, bool, bool, bool)),
142 connect(pListener->getWrapped(), SIGNAL(sigKeyboardLedsChangeEvent(bool, bool, bool)),
145 connect(pListener->getWrapped(), SIGNAL(sigStateChange(KMachineState)),
148 connect(pListener->getWrapped(), SIGNAL(sigAdditionsChange()),
151 connect(pListener
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUIVirtualBoxEventHandler.cpp57 ComObjPtr<UIMainEventListenerImpl> pListener; local
58 pListener.createObject();
59 pListener->init(new UIMainEventListener, this);
60 m_mainEventListener = CEventListener(pListener);
95 connect(pListener->getWrapped(), SIGNAL(sigVBoxSVCAvailabilityChange(bool)),
98 connect(pListener->getWrapped(), SIGNAL(sigMachineStateChange(QString, KMachineState)),
101 connect(pListener->getWrapped(), SIGNAL(sigMachineDataChange(QString)),
104 connect(pListener->getWrapped(), SIGNAL(sigMachineRegistered(QString, bool)),
107 connect(pListener->getWrapped(), SIGNAL(sigSessionStateChange(QString, KSessionState)),
110 connect(pListener
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrlListener.cpp234 ComObjPtr<GuestFileEventListenerImpl> pListener; local
235 pListener.createObject();
236 CHECK_ERROR_BREAK(pListener, init(new GuestFileEventListener()));
242 CHECK_ERROR_BREAK(es, RegisterListener(pListener, ComSafeArrayAsInParam(eventTypes),
245 GuestFileStats fileStats(pListener);
299 ComObjPtr<GuestProcessEventListenerImpl> pListener; local
300 pListener.createObject();
301 CHECK_ERROR_BREAK(pListener, init(new GuestProcessEventListener()));
307 CHECK_ERROR_BREAK(es, RegisterListener(pListener, ComSafeArrayAsInParam(eventTypes),
310 GuestProcStats procStats(pListener);
436 ComObjPtr<GuestSessionEventListenerImpl> pListener; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp3743 ComObjPtr<UIMainEventListenerImpl> pListener; local
3744 pListener.createObject();
3745 pListener->init(new UIMainEventListener, this);
3746 m_listener = CEventListener(pListener);
3755 connect(pListener->getWrapped(), SIGNAL(sigExtraDataCanChange(QString, QString, QString, bool&, QString&)),
3759 connect(pListener->getWrapped(), SIGNAL(sigExtraDataChange(QString, QString, QString)),
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1764 QObject *pListener, const char *pszSlotName,
1782 QAction *pActionOpenExistingMedium = menu.addAction(QIcon(":/select_file_16px.png"), QString(), pListener, pszSlotName);
1833 QAction *pActionChooseHostDrive = menu.addAction(UIMedium(medium, mediumType).name(), pListener, pszSlotName);
1876 QAction *pActionChooseRecentMedium = menu.addAction(QFileInfo(strRecentMediumLocation).fileName(), pListener, pszSlotName);
1893 QAction *pActionUnmountMedium = menu.addAction(QString(), pListener, pszSlotName);
1763 prepareStorageMenu(QMenu &menu, QObject *pListener, const char *pszSlotName, const CMachine &machine, const QString &strControllerName, const StorageSlot &storageSlot) argument

Completed in 84 milliseconds