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

/haiku/src/preferences/sounds/
H A DHApp.cpp13 #include "HWindow.h"
28 HWindow* window = new HWindow(BRect(-1, -1, 390, 420),
H A DHWindow.h36 class HWindow : public BWindow { class in inherits:BWindow
38 HWindow(BRect rect, const char* name);
39 virtual ~HWindow();
H A DHWindow.cpp12 #include "HWindow.h"
42 #define B_TRANSLATION_CONTEXT "HWindow"
47 HWindow::HWindow(BRect rect, const char* name) function in class:HWindow
76 HWindow::~HWindow()
96 HWindow::DispatchMessage(BMessage* message, BHandler* handler)
105 HWindow::MessageReceived(BMessage* message)
278 HWindow::QuitRequested()
289 HWindow
[all...]
/haiku/headers/libs/print/libprint/
H A DBlockingWindow.h54 class HWindow : public BWindow class in inherits:BWindow
58 HWindow(BRect frame, const char *title,
62 HWindow(BRect frame, const char *title,
66 virtual ~HWindow() {}
77 class BlockingWindow : public HWindow
79 typedef HWindow inherited;
/haiku/src/libs/print/libprint/
H A DBlockingWindow.cpp66 // #pragma mark -- HWindow
69 HWindow::HWindow(BRect frame, const char *title, window_type type, uint32 flags, function in class:HWindow
77 HWindow::HWindow(BRect frame, const char *title, window_look look, window_feel feel, function in class:HWindow
86 HWindow::Init(uint32 escape_msg)
94 HWindow::MessageReceived(BMessage* msg)
105 HWindow::AboutRequested()
144 : HWindow(frame, title, type, flags, workspace)
152 : HWindow(fram
[all...]

Completed in 51 milliseconds