Home
last modified time | relevance | path

Searched refs:TextRequestDialog (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp32 TextRequestDialog::TextRequestDialog(const char *title, const char *information, in TextRequestDialog() function in TextRequestDialog
93 TextRequestDialog::~TextRequestDialog() in ~TextRequestDialog()
100 TextRequestDialog::MessageReceived(BMessage *message) in MessageReceived()
129 TextRequestDialog::QuitRequested() in QuitRequested()
136 TextRequestDialog::Go(BInvoker *invoker) in Go()
147 TextRequestDialog::UpdateControls() in UpdateControls()
H A DTextRequestDialog.h17 class TextRequestDialog : public BWindow {
19 TextRequestDialog(const char *title, const char *information,
21 virtual ~TextRequestDialog();
H A DJamfile25 TextRequestDialog.cpp
H A DPPPoEAddon.cpp294 (new TextRequestDialog("InterfaceName", NULL, kRequestInterfaceName, in MessageReceived()
H A DDialUpView.cpp194 (new TextRequestDialog(kLabelCreateNewInterface, kTextChooseInterfaceName, in MessageReceived()