Searched refs:sltAdditionsStateChanged (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineViewFullscreen.h42 void sltAdditionsStateChanged();
H A DUIMachineViewFullscreen.cpp70 void UIMachineViewFullscreen::sltAdditionsStateChanged() function in class:UIMachineViewFullscreen
131 connect(uisession(), SIGNAL(sigAdditionsStateActualChange()), this, SLOT(sltAdditionsStateChanged()));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineViewNormal.h42 void sltAdditionsStateChanged();
H A DUIMachineViewNormal.cpp70 void UIMachineViewNormal::sltAdditionsStateChanged() function in class:UIMachineViewNormal
126 connect(uisession(), SIGNAL(sigAdditionsStateActualChange()), this, SLOT(sltAdditionsStateChanged()));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineViewSeamless.h42 void sltAdditionsStateChanged();
H A DUIMachineViewSeamless.cpp79 void UIMachineViewSeamless::sltAdditionsStateChanged() function in class:UIMachineViewSeamless
146 connect(uisession(), SIGNAL(sigAdditionsStateActualChange()), this, SLOT(sltAdditionsStateChanged()));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.h165 virtual void sltAdditionsStateChanged();
H A DUIMachineLogic.cpp253 sltAdditionsStateChanged();
607 void UIMachineLogic::sltAdditionsStateChanged() function in class:UIMachineLogic
897 connect(uisession(), SIGNAL(sigAdditionsStateActualChange()), this, SLOT(sltAdditionsStateChanged()));

Completed in 51 milliseconds