Searched refs:VolumeWindow (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/desklink/
H A DVolumeWindow.h19 class VolumeWindow : public BWindow { class in inherits:BWindow
21 VolumeWindow(BRect frame, bool dontBeep = false,
23 virtual ~VolumeWindow();
H A DVolumeWindow.cpp12 #include "VolumeWindow.h"
26 VolumeWindow::VolumeWindow(BRect frame, bool dontBeep, int32 volumeWhich) function in class:VolumeWindow
27 : BWindow(frame, "VolumeWindow", B_BORDERED_WINDOW_LOOK,
66 VolumeWindow::~VolumeWindow()
72 VolumeWindow::MessageReceived(BMessage *msg)
H A Ddesklink.cpp28 #include "VolumeWindow.h"
77 BWindow* window = new VolumeWindow(BRect(200, 150, 400, 200));
H A DMediaReplicant.cpp42 #include "VolumeWindow.h"
153 VolumeWindow* fVolumeSlider;
310 // Show VolumeWindow
311 fVolumeSlider = new VolumeWindow(BRect(where.x, where.y,
H A DVolumeControl.cpp29 #include "VolumeWindow.h"
158 message to our target. Within the VolumeWindow, this will actually
442 return dynamic_cast<VolumeWindow*>(Window()) == NULL;

Completed in 92 milliseconds