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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxFilePathSelectorWidget.h2 * VBox Qt GUI - VirtualBox Qt extensions: VBoxFilePathSelectorWidget class declaration.
36 // VBoxFilePathSelectorWidget
38 class VBoxFilePathSelectorWidget: public QIWithRetranslateUI<QComboBox> class in inherits:QIWithRetranslateUI
51 VBoxFilePathSelectorWidget (QWidget *aParent);
52 ~VBoxFilePathSelectorWidget();
142 void setMode (VBoxFilePathSelectorWidget::Mode aMode);
143 VBoxFilePathSelectorWidget::Mode mode() const;
192 VBoxFilePathSelectorWidget::Mode mMode;
H A DVBoxFilePathSelectorWidget.cpp3 * VBox Qt GUI - VirtualBox Qt extensions: VBoxFilePathSelectorWidget class implementation.
28 # include "VBoxFilePathSelectorWidget.h"
46 // VBoxFilePathSelectorWidget
71 VBoxFilePathSelectorWidget::VBoxFilePathSelectorWidget (QWidget *aParent) function in class:VBoxFilePathSelectorWidget
111 VBoxFilePathSelectorWidget::~VBoxFilePathSelectorWidget()
115 void VBoxFilePathSelectorWidget::setMode (Mode aMode)
120 VBoxFilePathSelectorWidget::Mode VBoxFilePathSelectorWidget
[all...]

Completed in 42 milliseconds