Searched refs:fDelayControl (Results 1 – 2 of 2) sorted by relevance
118 fDelayControl(NULL), in ScreenshotWindow()169 fDelayControl = new BTextControl("", B_TRANSLATE("Delay:"), delay.String(), in ScreenshotWindow()171 _DisallowChar(fDelayControl->TextView()); in ScreenshotWindow()172 fDelayControl->TextView()->SetAlignment(B_ALIGN_RIGHT); in ScreenshotWindow()214 .Add(fDelayControl->CreateLabelLayoutItem(), 0, 0) in ScreenshotWindow()215 .Add(fDelayControl->CreateTextViewLayoutItem(), 1, 0) in ScreenshotWindow()296 fDelay = (atoi(fDelayControl->Text()) * 1000000) + 50000; in MessageReceived()821 if (fDelayControl) in _WriteSettings()822 fDelay = (atoi(fDelayControl->Text()) * 1000000) + 50000; in _WriteSettings()
65 BTextControl* fDelayControl; variable