Home
last modified time | relevance | path

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

/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp157 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()
/haiku/headers/private/print/
H A DJobSetupPanel.h100 BCheckBox* fDuplex; variable
/haiku/src/kits/print/
H A DJobSetupPanel.cpp345 fDuplex = new BCheckBox("Double side printing"); in _SetupInterface()
349 .Add(fDuplex) in _SetupInterface()
/haiku/headers/libs/print/libprint/
H A DJobSetupDlg.h170 BCheckBox* fDuplex; variable