Lines Matching refs:pBarCodeWidget
188 auto* pBarCodeWidget = static_cast<CFWL_Barcode*>(GetNormalWidget()); in UpdateWidgetProperty() local
189 pBarCodeWidget->SetType(info->eBCType); in UpdateWidgetProperty()
196 pBarCodeWidget->SetCharEncoding(*encoding); in UpdateWidgetProperty()
201 pBarCodeWidget->SetCalChecksum(*calcChecksum); in UpdateWidgetProperty()
205 pBarCodeWidget->SetDataLength(*dataLen); in UpdateWidgetProperty()
209 pBarCodeWidget->SetStartChar(*startChar); in UpdateWidgetProperty()
213 pBarCodeWidget->SetEndChar(*endChar); in UpdateWidgetProperty()
217 pBarCodeWidget->SetErrorCorrectionLevel(*ecLevel); in UpdateWidgetProperty()
221 pBarCodeWidget->SetModuleWidth(*width); in UpdateWidgetProperty()
225 pBarCodeWidget->SetModuleHeight(*height); in UpdateWidgetProperty()
229 pBarCodeWidget->SetPrintChecksum(*printCheck); in UpdateWidgetProperty()
235 pBarCodeWidget->SetTextLocation(*textLoc); in UpdateWidgetProperty()
242 pBarCodeWidget->SetWideNarrowRatio(*ratio); in UpdateWidgetProperty()
247 pBarCodeWidget->SetPrintChecksum(true); in UpdateWidgetProperty()
254 auto* pBarCodeWidget = static_cast<CFWL_Barcode*>(GetNormalWidget()); in AcceptsFocusOnButtonDown() local
255 if (!pBarCodeWidget || pBarCodeWidget->IsProtectedType()) in AcceptsFocusOnButtonDown()