Lines Matching refs:BOOL
11 typedef char BOOL;
73 @property (getter=isContinuous) BOOL continuous;
78 @property (getter=isinValid, readonly) BOOL inValid;
79 - (void) setInValid : (BOOL) arg;
86 @property (getter=isIgnoringInteractionEvents, readonly) BOOL ignoringInteractionEvents;
89 @property (getter=getCounterValue, readonly) BOOL counterValue;
92 - (BOOL)is3bar; // watch out
95 @property (getter=getM, readonly) BOOL m;
96 @property (getter=getMA, readonly) BOOL MA;
97 @property (getter=getALL, readonly) BOOL ALL;
98 @property (getter=getMANY, readonly) BOOL MANY;
99 @property (getter=getSome, readonly) BOOL some;
117 @property (getter=isContinuous) BOOL continuous;
122 @property (getter=isinValid, readonly) BOOL inValid;
123 - (void) setInValid : (BOOL) arg;
130 - (BOOL)is3bar; // watch out
133 @property (getter=getM, readonly) BOOL m;
134 @property (getter=getMA, readonly) BOOL MA;
135 @property (getter=getALL, readonly) BOOL ALL;
136 @property (getter=getMANY, readonly) BOOL MANY;
137 @property (getter=getSome, readonly) BOOL some;
142 - (BOOL) isinValid;
143 - (void) setInValid : (BOOL) arg;
147 - (BOOL) isinValid DEPRECATED;
148 - (void) setInValid : (BOOL) arg;
151 - (BOOL) getM DEPRECATED;
188 - (BOOL)is1stClass; // Not a valid property
189 @property (getter=isClass, readonly) BOOL class; // This is a valid property 'class' is not a ke…
190 - (BOOL)isDouble; // Not a valid property