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

/haiku/src/apps/serialconnect/
H A DSerialWindow.h16 class SerialWindow: public BWindow class in inherits:BWindow
19 SerialWindow();
20 ~SerialWindow();
H A DSerialApp.h21 class SerialWindow;
46 SerialWindow* fWindow;
H A DSerialWindow.cpp7 #include "SerialWindow.h"
25 #define B_TRANSLATION_CONTEXT "SerialWindow"
28 const int SerialWindow::kBaudrates[] = { 50, 75, 110, 134, 150, 200, 300, 600,
35 const int SerialWindow::kBaudrateConstants[] = { B_50_BPS, B_75_BPS, B_110_BPS,
42 const char* SerialWindow::kWindowTitle =
46 SerialWindow::SerialWindow() function in class:SerialWindow
48 B_TRANSLATE_NOCOLLECT_SYSTEM_NAME(SerialWindow::kWindowTitle),
275 SerialWindow::~SerialWindow()
[all...]
H A DSerialApp.cpp19 #include "SerialWindow.h"
70 fWindow = new SerialWindow();

Completed in 45 milliseconds