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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp130 struct WebCamTarget struct
132 WebCamTarget() : attach(false), name(QString()), path(QString()) {} function in struct:WebCamTarget
133 WebCamTarget(bool fAttach, const QString &strName, const QString &strPath) function in struct:WebCamTarget
139 Q_DECLARE_METATYPE(WebCamTarget); variable
1823 WebCamTarget target = pAction->data().value<WebCamTarget>();
2276 pAttachWebcamAction->setData(QVariant::fromValue(WebCamTarget(!pAttachWebcamAction->isChecked(), strWebcamName, strWebcamPath)));

Completed in 51 milliseconds