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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxMediaComboBox.h2 * VBox Qt GUI - VBoxMediaComboBox class declaration.
25 class VBoxMediaComboBox : public QComboBox class in inherits:QComboBox
33 VBoxMediaComboBox (QWidget *aParent);
H A DVBoxMediaComboBox.cpp3 * VBox Qt GUI - VBoxMediaComboBox class implementation.
28 # include "VBoxMediaComboBox.h"
34 VBoxMediaComboBox::VBoxMediaComboBox (QWidget *aParent) function in class:VBoxMediaComboBox
70 void VBoxMediaComboBox::refresh()
94 void VBoxMediaComboBox::repopulate()
102 QString VBoxMediaComboBox::id (int aIndex /* = -1*/) const
112 QString VBoxMediaComboBox::location (int aIndex /* = -1*/) const
122 void VBoxMediaComboBox::setCurrentItem (const QString &aId)
136 void VBoxMediaComboBox
[all...]

Completed in 31 milliseconds