Searched refs:ObjectWindow (Results 1 – 4 of 4) sorted by relevance
17 class ObjectWindow : public BWindow {19 ObjectWindow(BRect frame, const char* name);20 virtual ~ObjectWindow();
11 ObjectWindow.cpp27 ObjectWindow.cpp
124 ObjectWindow::ObjectWindow(BRect frame, const char* name) in ObjectWindow() function in ObjectWindow354 ObjectWindow::~ObjectWindow() in ~ObjectWindow()360 ObjectWindow::QuitRequested() in QuitRequested()368 ObjectWindow::MessageReceived(BMessage* message) in MessageReceived()451 ObjectWindow::_UpdateControls() const in _UpdateControls()472 ObjectWindow::_UpdateColorControls() const in _UpdateColorControls()486 ObjectWindow::_GetColor() const in _GetColor()
21 BWindow* window = new ObjectWindow(frame, B_TRANSLATE_SYSTEM_NAME("Playground")); in main()