Home
last modified time | relevance | path

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

/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.cpp82 BTextControl* fQueuePort; member in SetupView
108fQueuePort = new BTextControl(QUEUE_RECT, "", QUEUE_TEXT, "9100", NULL); // 9100 is default HP Jet… in AttachedToWindow()
109 AddChild(fQueuePort); in AttachedToWindow()
110 fQueuePort->SetDivider(width); in AttachedToWindow()
128 if (*fServerAddress->Text() && *fQueuePort->Text()) { in CheckSetup()
131 uint16 port = atoi(fQueuePort->Text()); in CheckSetup()