Searched refs:fAll (Results 1 – 4 of 4) sorted by relevance
47 fAll = new BRadioButton("allPages", "Print all pages", in JobSetupWindow()49 fAll->SetValue(allPages); in JobSetupWindow()99 .Add(fAll) in JobSetupWindow()125 if (fAll->Value() == B_CONTROL_OFF) { in UpdateJobMessage()
47 BRadioButton *fAll; variable
152 fAll(NULL), in JobSetupView()216 fAll = new BRadioButton("all", "Print all Pages", new BMessage(kMsgRangeAll)); in AttachedToWindow()233 fAll->SetValue(B_CONTROL_ON); in AttachedToWindow()250 fAll->SetTarget(this); in AttachedToWindow()384 pageRangeGroupLayout->AddView(fAll); in AttachedToWindow()788 bool pageRangeEnabled = fAll->Value() != B_CONTROL_ON; in UpdateButtonEnabledState()931 if (B_CONTROL_ON == fAll->Value()) { in UpdateJobData()
165 BRadioButton* fAll; variable