Searched refs:PromptWindow (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/shared/
H A DPromptWindow.h17 class PromptWindow : public BWindow class in inherits:BWindow
20 // PromptWindow takes ownership of message
21 PromptWindow(const char* title,
24 ~PromptWindow();
/haiku/src/kits/shared/
H A DPromptWindow.cpp5 #include "PromptWindow.h"
17 PromptWindow::PromptWindow(const char* title, const char* label, function in class:PromptWindow
56 PromptWindow::~PromptWindow()
63 PromptWindow::MessageReceived(BMessage* message)
83 PromptWindow::SetTarget(BMessenger messenger)
91 PromptWindow::SetMessage(BMessage* message)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp23 #include <PromptWindow.h>
1987 PromptWindow* promptWindow = new(std::nothrow) PromptWindow(
2099 PromptWindow* promptWindow = new(std::nothrow) PromptWindow(

Completed in 90 milliseconds