LookinAttrIdentifiers.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. #ifdef SHOULD_COMPILE_LOOKIN_SERVER
  2. //
  3. // LookinAttrIdentifiers.h
  4. // Lookin
  5. //
  6. // Created by Li Kai on 2019/9/18.
  7. // https://lookin.work
  8. //
  9. #import <Foundation/Foundation.h>
  10. #pragma mark - Group
  11. typedef NSString * LookinAttrGroupIdentifier;
  12. extern LookinAttrGroupIdentifier const LookinAttrGroup_None;
  13. extern LookinAttrGroupIdentifier const LookinAttrGroup_Class;
  14. extern LookinAttrGroupIdentifier const LookinAttrGroup_Relation;
  15. extern LookinAttrGroupIdentifier const LookinAttrGroup_Layout;
  16. extern LookinAttrGroupIdentifier const LookinAttrGroup_AutoLayout;
  17. extern LookinAttrGroupIdentifier const LookinAttrGroup_ViewLayer;
  18. extern LookinAttrGroupIdentifier const LookinAttrGroup_UIImageView;
  19. extern LookinAttrGroupIdentifier const LookinAttrGroup_UILabel;
  20. extern LookinAttrGroupIdentifier const LookinAttrGroup_UIControl;
  21. extern LookinAttrGroupIdentifier const LookinAttrGroup_UIButton;
  22. extern LookinAttrGroupIdentifier const LookinAttrGroup_UIScrollView;
  23. extern LookinAttrGroupIdentifier const LookinAttrGroup_UITableView;
  24. extern LookinAttrGroupIdentifier const LookinAttrGroup_UITextView;
  25. extern LookinAttrGroupIdentifier const LookinAttrGroup_UITextField;
  26. extern LookinAttrGroupIdentifier const LookinAttrGroup_UIVisualEffectView;
  27. #pragma mark - Section
  28. typedef NSString * LookinAttrSectionIdentifier;
  29. extern LookinAttrSectionIdentifier const LookinAttrSec_None;
  30. extern LookinAttrSectionIdentifier const LookinAttrSec_Class_Class;
  31. extern LookinAttrSectionIdentifier const LookinAttrSec_Relation_Relation;
  32. extern LookinAttrSectionIdentifier const LookinAttrSec_Layout_Frame;
  33. extern LookinAttrSectionIdentifier const LookinAttrSec_Layout_Bounds;
  34. extern LookinAttrSectionIdentifier const LookinAttrSec_Layout_SafeArea;
  35. extern LookinAttrSectionIdentifier const LookinAttrSec_Layout_Position;
  36. extern LookinAttrSectionIdentifier const LookinAttrSec_Layout_AnchorPoint;
  37. extern LookinAttrSectionIdentifier const LookinAttrSec_AutoLayout_Hugging;
  38. extern LookinAttrSectionIdentifier const LookinAttrSec_AutoLayout_Resistance;
  39. extern LookinAttrSectionIdentifier const LookinAttrSec_AutoLayout_Constraints;
  40. extern LookinAttrSectionIdentifier const LookinAttrSec_AutoLayout_IntrinsicSize;
  41. extern LookinAttrSectionIdentifier const LookinAttrSec_ViewLayer_Visibility;
  42. extern LookinAttrSectionIdentifier const LookinAttrSec_ViewLayer_InterationAndMasks;
  43. extern LookinAttrSectionIdentifier const LookinAttrSec_ViewLayer_Corner;
  44. extern LookinAttrSectionIdentifier const LookinAttrSec_ViewLayer_BgColor;
  45. extern LookinAttrSectionIdentifier const LookinAttrSec_ViewLayer_Border;
  46. extern LookinAttrSectionIdentifier const LookinAttrSec_ViewLayer_Shadow;
  47. extern LookinAttrSectionIdentifier const LookinAttrSec_ViewLayer_ContentMode;
  48. extern LookinAttrSectionIdentifier const LookinAttrSec_ViewLayer_TintColor;
  49. extern LookinAttrSectionIdentifier const LookinAttrSec_ViewLayer_Tag;
  50. extern LookinAttrSectionIdentifier const LookinAttrSec_UIImageView_Name;
  51. extern LookinAttrSectionIdentifier const LookinAttrSec_UIImageView_Open;
  52. extern LookinAttrSectionIdentifier const LookinAttrSec_UILabel_Text;
  53. extern LookinAttrSectionIdentifier const LookinAttrSec_UILabel_Font;
  54. extern LookinAttrSectionIdentifier const LookinAttrSec_UILabel_NumberOfLines;
  55. extern LookinAttrSectionIdentifier const LookinAttrSec_UILabel_TextColor;
  56. extern LookinAttrSectionIdentifier const LookinAttrSec_UILabel_BreakMode;
  57. extern LookinAttrSectionIdentifier const LookinAttrSec_UILabel_Alignment;
  58. extern LookinAttrSectionIdentifier const LookinAttrSec_UILabel_CanAdjustFont;
  59. extern LookinAttrSectionIdentifier const LookinAttrSec_UIControl_EnabledSelected;
  60. extern LookinAttrSectionIdentifier const LookinAttrSec_UIControl_VerAlignment;
  61. extern LookinAttrSectionIdentifier const LookinAttrSec_UIControl_HorAlignment;
  62. extern LookinAttrSectionIdentifier const LookinAttrSec_UIControl_QMUIOutsideEdge;
  63. extern LookinAttrSectionIdentifier const LookinAttrSec_UIButton_ContentInsets;
  64. extern LookinAttrSectionIdentifier const LookinAttrSec_UIButton_TitleInsets;
  65. extern LookinAttrSectionIdentifier const LookinAttrSec_UIButton_ImageInsets;
  66. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_ContentInset;
  67. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_AdjustedInset;
  68. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_IndicatorInset;
  69. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_Offset;
  70. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_ContentSize;
  71. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_Behavior;
  72. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_ShowsIndicator;
  73. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_Bounce;
  74. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_ScrollPaging;
  75. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_ContentTouches;
  76. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_Zoom;
  77. extern LookinAttrSectionIdentifier const LookinAttrSec_UIScrollView_QMUIInitialInset;
  78. extern LookinAttrSectionIdentifier const LookinAttrSec_UITableView_Style;
  79. extern LookinAttrSectionIdentifier const LookinAttrSec_UITableView_SectionsNumber;
  80. extern LookinAttrSectionIdentifier const LookinAttrSec_UITableView_RowsNumber;
  81. extern LookinAttrSectionIdentifier const LookinAttrSec_UITableView_SeparatorStyle;
  82. extern LookinAttrSectionIdentifier const LookinAttrSec_UITableView_SeparatorColor;
  83. extern LookinAttrSectionIdentifier const LookinAttrSec_UITableView_SeparatorInset;
  84. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextView_Basic;
  85. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextView_Text;
  86. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextView_Font;
  87. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextView_TextColor;
  88. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextView_Alignment;
  89. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextView_ContainerInset;
  90. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextField_Text;
  91. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextField_Placeholder;
  92. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextField_Font;
  93. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextField_TextColor;
  94. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextField_Alignment;
  95. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextField_Clears;
  96. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextField_CanAdjustFont;
  97. extern LookinAttrSectionIdentifier const LookinAttrSec_UITextField_ClearButtonMode;
  98. extern LookinAttrSectionIdentifier const LookinAttrSec_UIVisualEffectView_Style;
  99. extern LookinAttrSectionIdentifier const LookinAttrSec_UIVisualEffectView_QMUIForegroundColor;
  100. #pragma mark - Attr
  101. typedef NSString * LookinAttrIdentifier;
  102. extern LookinAttrIdentifier const LookinAttr_None;
  103. extern LookinAttrIdentifier const LookinAttr_Class_Class_Class;
  104. extern LookinAttrIdentifier const LookinAttr_Relation_Relation_Relation;
  105. extern LookinAttrIdentifier const LookinAttr_Layout_Frame_Frame;
  106. extern LookinAttrIdentifier const LookinAttr_Layout_Bounds_Bounds;
  107. extern LookinAttrIdentifier const LookinAttr_Layout_SafeArea_SafeArea;
  108. extern LookinAttrIdentifier const LookinAttr_Layout_Position_Position;
  109. extern LookinAttrIdentifier const LookinAttr_Layout_AnchorPoint_AnchorPoint;
  110. extern LookinAttrIdentifier const LookinAttr_AutoLayout_Hugging_Hor;
  111. extern LookinAttrIdentifier const LookinAttr_AutoLayout_Hugging_Ver;
  112. extern LookinAttrIdentifier const LookinAttr_AutoLayout_Resistance_Hor;
  113. extern LookinAttrIdentifier const LookinAttr_AutoLayout_Resistance_Ver;
  114. extern LookinAttrIdentifier const LookinAttr_AutoLayout_Constraints_Constraints;
  115. extern LookinAttrIdentifier const LookinAttr_AutoLayout_IntrinsicSize_Size;
  116. extern LookinAttrIdentifier const LookinAttr_ViewLayer_Visibility_Hidden;
  117. extern LookinAttrIdentifier const LookinAttr_ViewLayer_Visibility_Opacity;
  118. extern LookinAttrIdentifier const LookinAttr_ViewLayer_InterationAndMasks_Interaction;
  119. extern LookinAttrIdentifier const LookinAttr_ViewLayer_InterationAndMasks_MasksToBounds;
  120. extern LookinAttrIdentifier const LookinAttr_ViewLayer_Corner_Radius;
  121. extern LookinAttrIdentifier const LookinAttr_ViewLayer_BgColor_BgColor;
  122. extern LookinAttrIdentifier const LookinAttr_ViewLayer_Border_Color;
  123. extern LookinAttrIdentifier const LookinAttr_ViewLayer_Border_Width;
  124. extern LookinAttrIdentifier const LookinAttr_ViewLayer_Shadow_Color;
  125. extern LookinAttrIdentifier const LookinAttr_ViewLayer_Shadow_Opacity;
  126. extern LookinAttrIdentifier const LookinAttr_ViewLayer_Shadow_Radius;
  127. extern LookinAttrIdentifier const LookinAttr_ViewLayer_Shadow_OffsetW;
  128. extern LookinAttrIdentifier const LookinAttr_ViewLayer_Shadow_OffsetH;
  129. extern LookinAttrIdentifier const LookinAttr_ViewLayer_ContentMode_Mode;
  130. extern LookinAttrIdentifier const LookinAttr_ViewLayer_TintColor_Color;
  131. extern LookinAttrIdentifier const LookinAttr_ViewLayer_TintColor_Mode;
  132. extern LookinAttrIdentifier const LookinAttr_ViewLayer_Tag_Tag;
  133. extern LookinAttrIdentifier const LookinAttr_UIImageView_Name_Name;
  134. extern LookinAttrIdentifier const LookinAttr_UIImageView_Open_Open;
  135. extern LookinAttrIdentifier const LookinAttr_UILabel_Text_Text;
  136. extern LookinAttrIdentifier const LookinAttr_UILabel_Font_Name;
  137. extern LookinAttrIdentifier const LookinAttr_UILabel_Font_Size;
  138. extern LookinAttrIdentifier const LookinAttr_UILabel_NumberOfLines_NumberOfLines;
  139. extern LookinAttrIdentifier const LookinAttr_UILabel_TextColor_Color;
  140. extern LookinAttrIdentifier const LookinAttr_UILabel_Alignment_Alignment;
  141. extern LookinAttrIdentifier const LookinAttr_UILabel_BreakMode_Mode;
  142. extern LookinAttrIdentifier const LookinAttr_UILabel_CanAdjustFont_CanAdjustFont;
  143. extern LookinAttrIdentifier const LookinAttr_UIControl_EnabledSelected_Enabled;
  144. extern LookinAttrIdentifier const LookinAttr_UIControl_EnabledSelected_Selected;
  145. extern LookinAttrIdentifier const LookinAttr_UIControl_VerAlignment_Alignment;
  146. extern LookinAttrIdentifier const LookinAttr_UIControl_HorAlignment_Alignment;
  147. extern LookinAttrIdentifier const LookinAttr_UIControl_QMUIOutsideEdge_Edge;
  148. extern LookinAttrIdentifier const LookinAttr_UIButton_ContentInsets_Insets;
  149. extern LookinAttrIdentifier const LookinAttr_UIButton_TitleInsets_Insets;
  150. extern LookinAttrIdentifier const LookinAttr_UIButton_ImageInsets_Insets;
  151. extern LookinAttrIdentifier const LookinAttr_UIScrollView_Offset_Offset;
  152. extern LookinAttrIdentifier const LookinAttr_UIScrollView_ContentSize_Size;
  153. extern LookinAttrIdentifier const LookinAttr_UIScrollView_ContentInset_Inset;
  154. extern LookinAttrIdentifier const LookinAttr_UIScrollView_AdjustedInset_Inset;
  155. extern LookinAttrIdentifier const LookinAttr_UIScrollView_Behavior_Behavior;
  156. extern LookinAttrIdentifier const LookinAttr_UIScrollView_IndicatorInset_Inset;
  157. extern LookinAttrIdentifier const LookinAttr_UIScrollView_ScrollPaging_ScrollEnabled;
  158. extern LookinAttrIdentifier const LookinAttr_UIScrollView_ScrollPaging_PagingEnabled;
  159. extern LookinAttrIdentifier const LookinAttr_UIScrollView_Bounce_Ver;
  160. extern LookinAttrIdentifier const LookinAttr_UIScrollView_Bounce_Hor;
  161. extern LookinAttrIdentifier const LookinAttr_UIScrollView_ShowsIndicator_Hor;
  162. extern LookinAttrIdentifier const LookinAttr_UIScrollView_ShowsIndicator_Ver;
  163. extern LookinAttrIdentifier const LookinAttr_UIScrollView_ContentTouches_Delay;
  164. extern LookinAttrIdentifier const LookinAttr_UIScrollView_ContentTouches_CanCancel;
  165. extern LookinAttrIdentifier const LookinAttr_UIScrollView_Zoom_MinScale;
  166. extern LookinAttrIdentifier const LookinAttr_UIScrollView_Zoom_MaxScale;
  167. extern LookinAttrIdentifier const LookinAttr_UIScrollView_Zoom_Scale;
  168. extern LookinAttrIdentifier const LookinAttr_UIScrollView_Zoom_Bounce;
  169. extern LookinAttrIdentifier const LookinAttr_UIScrollView_QMUIInitialInset_Inset;
  170. extern LookinAttrIdentifier const LookinAttr_UITableView_Style_Style;
  171. extern LookinAttrIdentifier const LookinAttr_UITableView_SectionsNumber_Number;
  172. extern LookinAttrIdentifier const LookinAttr_UITableView_RowsNumber_Number;
  173. extern LookinAttrIdentifier const LookinAttr_UITableView_SeparatorInset_Inset;
  174. extern LookinAttrIdentifier const LookinAttr_UITableView_SeparatorColor_Color;
  175. extern LookinAttrIdentifier const LookinAttr_UITableView_SeparatorStyle_Style;
  176. extern LookinAttrIdentifier const LookinAttr_UITextView_Font_Name;
  177. extern LookinAttrIdentifier const LookinAttr_UITextView_Font_Size;
  178. extern LookinAttrIdentifier const LookinAttr_UITextView_Basic_Editable;
  179. extern LookinAttrIdentifier const LookinAttr_UITextView_Basic_Selectable;
  180. extern LookinAttrIdentifier const LookinAttr_UITextView_Text_Text;
  181. extern LookinAttrIdentifier const LookinAttr_UITextView_TextColor_Color;
  182. extern LookinAttrIdentifier const LookinAttr_UITextView_Alignment_Alignment;
  183. extern LookinAttrIdentifier const LookinAttr_UITextView_ContainerInset_Inset;
  184. extern LookinAttrIdentifier const LookinAttr_UITextField_Text_Text;
  185. extern LookinAttrIdentifier const LookinAttr_UITextField_Placeholder_Placeholder;
  186. extern LookinAttrIdentifier const LookinAttr_UITextField_Font_Name;
  187. extern LookinAttrIdentifier const LookinAttr_UITextField_Font_Size;
  188. extern LookinAttrIdentifier const LookinAttr_UITextField_TextColor_Color;
  189. extern LookinAttrIdentifier const LookinAttr_UITextField_Alignment_Alignment;
  190. extern LookinAttrIdentifier const LookinAttr_UITextField_Clears_ClearsOnBeginEditing;
  191. extern LookinAttrIdentifier const LookinAttr_UITextField_Clears_ClearsOnInsertion;
  192. extern LookinAttrIdentifier const LookinAttr_UITextField_CanAdjustFont_CanAdjustFont;
  193. extern LookinAttrIdentifier const LookinAttr_UITextField_CanAdjustFont_MinSize;
  194. extern LookinAttrIdentifier const LookinAttr_UITextField_ClearButtonMode_Mode;
  195. extern LookinAttrIdentifier const LookinAttr_UIVisualEffectView_Style_Style;
  196. extern LookinAttrIdentifier const LookinAttr_UIVisualEffectView_QMUIForegroundColor_Color;
  197. #endif /* SHOULD_COMPILE_LOOKIN_SERVER */