Searched refs:BluetoothWindow (Results 1 - 4 of 4) sorted by relevance

/haiku/src/preferences/bluetooth/
H A DBluetoothMain.h10 class BluetoothWindow;
21 BluetoothWindow* fWindow;
H A DBluetoothWindow.h20 class BluetoothWindow : public BWindow { class in inherits:BWindow
22 BluetoothWindow(BRect frame);
H A DBluetoothWindow.cpp7 #include "BluetoothWindow.h"
37 BluetoothWindow::BluetoothWindow(BRect frame) function in class:BluetoothWindow
101 BluetoothWindow::MessageReceived(BMessage* message)
155 BluetoothWindow::QuitRequested()
H A DBluetoothMain.cpp14 #include "BluetoothWindow.h"
82 fWindow = new BluetoothWindow(BRect(100, 100, 750, 420));

Completed in 81 milliseconds