Searched refs:fDuplex (Results 1 – 4 of 4) sorted by relevance
157 fDuplex(NULL), in JobSetupView()271 fDuplex = new BCheckBox("duplex", "Duplex", in AttachedToWindow()274 fDuplex->SetValue(B_CONTROL_ON); in AttachedToWindow()276 fDuplex->SetTarget(this); in AttachedToWindow()278 fDuplex = NULL; in AttachedToWindow()399 if (fDuplex != NULL) { in AttachedToWindow()400 settingsLayout->AddView(fDuplex, 0, row, 2); in AttachedToWindow()792 bool pageSelectionEnabled = fDuplex == NULL || in UpdateButtonEnabledState()793 fDuplex->Value() != B_CONTROL_ON; in UpdateButtonEnabledState()948 fJobData->SetPrintStyle((B_CONTROL_ON == fDuplex->Value()) in UpdateJobData()
100 BCheckBox* fDuplex; variable
345 fDuplex = new BCheckBox("Double side printing"); in _SetupInterface()349 .Add(fDuplex) in _SetupInterface()
170 BCheckBox* fDuplex; variable