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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2642 struct MachineEvent : public VirtualBox::CallbackEvent struct in inherits:VirtualBox::CallbackEvent
2644 MachineEvent(VirtualBox *aVB, VBoxEventType_T aWhat, const Guid &aId, BOOL aBool) function in struct:MachineEvent
2649 MachineEvent(VirtualBox *aVB, VBoxEventType_T aWhat, const Guid &aId, MachineState_T aState) function in struct:MachineEvent
2704 i_postEvent(new MachineEvent(this, VBoxEventType_OnMachineStateChanged, aId, aState));
2712 i_postEvent(new MachineEvent(this, VBoxEventType_OnMachineDataChanged, aId, aTemporary));
2789 i_postEvent(new MachineEvent(this, VBoxEventType_OnMachineRegistered, aId, aRegistered));

Completed in 59 milliseconds