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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxGuestRAMSlider.h2 * VBox Qt GUI - VBoxGuestRAMSlider class declaration.
24 class VBoxGuestRAMSlider: public QIAdvancedSlider class in inherits:QIAdvancedSlider
27 VBoxGuestRAMSlider (QWidget *aParent = 0);
28 VBoxGuestRAMSlider (Qt::Orientation aOrientation, QWidget *aParent = 0);
H A DVBoxGuestRAMSlider.cpp3 * VBox Qt GUI - VirtualBox Qt extensions: VBoxGuestRAMSlider class implementation.
23 # include "VBoxGuestRAMSlider.h"
32 VBoxGuestRAMSlider::VBoxGuestRAMSlider (QWidget *aParent /* = 0 */) function in class:VBoxGuestRAMSlider
42 VBoxGuestRAMSlider::VBoxGuestRAMSlider (Qt::Orientation aOrientation, QWidget *aParent /* = 0 */) function in class:VBoxGuestRAMSlider
52 uint VBoxGuestRAMSlider::minRAM() const
57 uint VBoxGuestRAMSlider::maxRAMOpt() const
62 uint VBoxGuestRAMSlider::maxRAMAlw() const
67 uint VBoxGuestRAMSlider
[all...]

Completed in 71 milliseconds