Home
last modified time | relevance | path

Searched refs:fPortInput (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/connection_config/config_handlers/
H A DNetworkConnectionConfigView.cpp33 fPortInput(NULL), in NetworkConnectionConfigView()
54 fPortInput->SetTarget(this); in AttachedToWindow()
65 uint16 port = (uint16)strtoul(fPortInput->Text(), NULL, 10); in MessageReceived()
97 fPortInput = new BTextControl("port_input", "Port:", "", in InitSpecific()
104 .Add(fPortInput->CreateLabelLayoutItem()) in InitSpecific()
105 .Add((textLayoutItem = fPortInput->CreateTextViewLayoutItem())) in InitSpecific()
117 fPortInput->SetText(buffer); in InitSpecific()
121 fPortInput->SetModificationMessage( in InitSpecific()
H A DNetworkConnectionConfigView.h30 BTextControl* fPortInput; variable