Symbol: HWindow
headers/libs/print/libprint/BlockingWindow.h
54
class HWindow : public BWindow
headers/libs/print/libprint/BlockingWindow.h
58
HWindow(BRect frame, const char *title,
headers/libs/print/libprint/BlockingWindow.h
62
HWindow(BRect frame, const char *title,
headers/libs/print/libprint/BlockingWindow.h
66
virtual ~HWindow() {}
headers/libs/print/libprint/BlockingWindow.h
77
class BlockingWindow : public HWindow
headers/libs/print/libprint/BlockingWindow.h
79
typedef HWindow inherited;
src/libs/print/libprint/BlockingWindow.cpp
105
HWindow::AboutRequested()
src/libs/print/libprint/BlockingWindow.cpp
144
: HWindow(frame, title, type, flags, workspace)
src/libs/print/libprint/BlockingWindow.cpp
152
: HWindow(frame, title, look, feel, flags, workspace)
src/libs/print/libprint/BlockingWindow.cpp
69
HWindow::HWindow(BRect frame, const char *title, window_type type, uint32 flags,
src/libs/print/libprint/BlockingWindow.cpp
77
HWindow::HWindow(BRect frame, const char *title, window_look look, window_feel feel,
src/libs/print/libprint/BlockingWindow.cpp
86
HWindow::Init(uint32 escape_msg)
src/libs/print/libprint/BlockingWindow.cpp
94
HWindow::MessageReceived(BMessage* msg)
src/preferences/sounds/HApp.cpp
29
HWindow* window = new HWindow(BRect(-1, -1, 390, 420),
src/preferences/sounds/HWindow.cpp
103
HWindow::~HWindow()
src/preferences/sounds/HWindow.cpp
124
HWindow::DispatchMessage(BMessage* message, BHandler* handler)
src/preferences/sounds/HWindow.cpp
133
HWindow::MessageReceived(BMessage* message)
src/preferences/sounds/HWindow.cpp
296
HWindow::QuitRequested()
src/preferences/sounds/HWindow.cpp
307
HWindow::_InitGUI()
src/preferences/sounds/HWindow.cpp
364
HWindow::_Pulse()
src/preferences/sounds/HWindow.cpp
382
HWindow::_SetupMenuField()
src/preferences/sounds/HWindow.cpp
448
HWindow::_UpdateZoomLimits()
src/preferences/sounds/HWindow.cpp
51
HWindow::HWindow(BRect rect, const char* name)
src/preferences/sounds/HWindow.h
39
class HWindow : public BWindow {
src/preferences/sounds/HWindow.h
41
HWindow(BRect rect, const char* name);
src/preferences/sounds/HWindow.h
42
virtual ~HWindow();