PTTextSearchModes
enum PTTextSearchModes { e_ptreg_expression = 0x0001,
e_ptcase_sensitive = e_ptreg_expression << 1,
e_ptwhole_word = e_ptcase_sensitive << 1,
e_ptsearch_up = e_ptwhole_word << 1,
e_ptpage_stop = e_ptsearch_up << 1,
e_pthighlight = e_ptpage_stop << 1,
e_ptambient_string = e_pthighlight << 1,
e_ptraw_text_search = e_ptambient_string << 1,
e_ptsearch_using_zorder = e_ptraw_text_search << 1}
Undocumented
-
Undocumented
Declaration
Objective-C
e_ptreg_expression = 0x0001
-
Undocumented
Declaration
Objective-C
e_ptcase_sensitive = e_ptreg_expression << 1
-
Undocumented
Declaration
Objective-C
e_ptwhole_word = e_ptcase_sensitive << 1
-
Undocumented
Declaration
Objective-C
e_ptsearch_up = e_ptwhole_word << 1
-
Undocumented
Declaration
Objective-C
e_ptpage_stop = e_ptsearch_up << 1
-
Undocumented
Declaration
Objective-C
e_pthighlight = e_ptpage_stop << 1
-
Undocumented
Declaration
Objective-C
e_ptambient_string = e_pthighlight << 1
-
Undocumented
Declaration
Objective-C
e_ptraw_text_search = e_ptambient_string << 1
-
Undocumented
Declaration
Objective-C
e_ptsearch_using_zorder = e_ptraw_text_search << 1