Searched refs:pBarCodeWidget (Results 1 – 1 of 1) sorted by relevance
188 auto* pBarCodeWidget = static_cast<CFWL_Barcode*>(GetNormalWidget()); in UpdateWidgetProperty() local189 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()[all …]