ABarWidths的基类。 更多...
#include <ABarWidths.h>
构造函数 | |
(instancetype) | - NS_UNAVAILABLE |
(instancetype) | - initWithNarrowBar:wideBar: |
额外继承的成员函数 | |
![]() | |
id< IRuler > | ruler |
用于条宽的标尺。 | |
float | narrowBar |
最小条的宽度。通常被称为条码的X尺寸。 | |
float | wideBar |
最宽条的宽度。通常是窄条的倍数,以便条码扫描仪区分条宽。 | |
ABarWidths的基类。
- (instancetype) initWithNarrowBar: | (float) | narrowBar | |
wideBar: | (float) | NS_DESIGNATED_INITIALIZER |
被 PglBarWidths , 以及 BarWidths 重载.
- (instancetype) NS_UNAVAILABLE |