Searched refs:fPortInput (Results 1 – 2 of 2) sorted by relevance
33 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()
30 BTextControl* fPortInput; variable