Skip to content

Instantly share code, notes, and snippets.

@CDanU
Created May 16, 2016 21:26
Show Gist options
  • Save CDanU/84b47d6b8a5485b93fd9ed9e583bb351 to your computer and use it in GitHub Desktop.
Save CDanU/84b47d6b8a5485b93fd9ed9e583bb351 to your computer and use it in GitHub Desktop.
# Uncrustify 0.62
newlines = crlf
input_tab_size = 4
output_tab_size = 4
string_escape_char = 92
string_escape_char2 = 0
string_replace_tab_chars = true
tok_split_gte = false
disable_processing_cmt = ""
enable_processing_cmt = ""
enable_digraphs = false
utf8_bom = remove
utf8_byte = true
utf8_force = true
indent_columns = 4
indent_continue = 0
indent_with_tabs = 0
indent_cmt_with_tabs = false
indent_align_string = true
indent_xml_string = 0
indent_brace = 0
indent_braces = false
indent_braces_no_func = false
indent_braces_no_class = false
indent_braces_no_struct = false
indent_brace_parent = false
indent_paren_open_brace = false
indent_namespace = true
indent_namespace_single_indent = false
indent_namespace_level = 0
indent_namespace_limit = 0
indent_extern = true
indent_class = true
indent_class_colon = false
indent_class_on_colon = false
indent_constr_colon = true
indent_ctor_init_leading = 2
indent_ctor_init = 0
indent_else_if = false
indent_var_def_blk = 0
indent_var_def_cont = false
indent_shift = false
indent_func_def_force_col1 = false
indent_func_call_param = false
indent_func_def_param = false
indent_func_proto_param = false
indent_func_class_param = false
indent_func_ctor_var_param = false
indent_template_param = false
indent_func_param_double = false
indent_func_const = 0
indent_func_throw = 0
indent_member = 0
indent_sing_line_comments = 0
indent_relative_single_line_comments = false
indent_switch_case = 4
indent_case_shift = 0
indent_case_brace = 0
indent_col1_comment = false
indent_label = 1
indent_access_spec = 1
indent_access_spec_body = true
indent_paren_nl = false
indent_paren_close = 0
indent_comma_paren = false
indent_bool_paren = false
indent_first_bool_expr = false
indent_square_nl = false
indent_preserve_sql = false
indent_align_assign = true
indent_oc_block = false
indent_oc_block_msg = 0
indent_oc_msg_colon = 0
indent_oc_msg_prioritize_first_colon = true
indent_oc_block_msg_xcode_style = false
indent_oc_block_msg_from_keyword = false
indent_oc_block_msg_from_colon = false
indent_oc_block_msg_from_caret = false
indent_oc_block_msg_from_brace = false
indent_min_vbrace_open = 0
indent_vbrace_open_on_tabstop = false
sp_arith = force
sp_assign = force
sp_cpp_lambda_assign = remove
sp_cpp_lambda_paren = ignore
sp_assign_default = force
sp_before_assign = ignore
sp_after_assign = ignore
sp_enum_paren = ignore
sp_enum_assign = force
sp_enum_before_assign = force
sp_enum_after_assign = force
sp_pp_concat = force
sp_pp_stringify = force
sp_before_pp_stringify = force
sp_bool = force
sp_compare = force
sp_inside_paren = ignore
sp_paren_paren = ignore
sp_cparen_oparen = remove
sp_balance_nested_parens = true
sp_paren_brace = force
sp_before_ptr_star = remove
sp_before_unnamed_ptr_star = ignore
sp_between_ptr_star = remove
sp_after_ptr_star = force
sp_after_ptr_star_qualifier = force
sp_after_ptr_star_func = force
sp_ptr_star_paren = force
sp_before_ptr_star_func = remove
sp_before_byref = remove
sp_before_unnamed_byref = ignore
sp_after_byref = force
sp_after_byref_func = force
sp_before_byref_func = remove
sp_after_type = force
sp_before_template_paren = ignore
sp_template_angle = ignore
sp_before_angle = remove
sp_inside_angle = force
sp_after_angle = force
sp_angle_paren = remove
sp_angle_word = force
sp_angle_shift = force
sp_permit_cpp11_shift = false
sp_before_sparen = remove
sp_inside_sparen = force
sp_inside_sparen_close = ignore
sp_inside_sparen_open = ignore
sp_after_sparen = force
sp_sparen_brace = force
sp_invariant_paren = ignore
sp_after_invariant_paren = ignore
sp_special_semi = remove
sp_before_semi = remove
sp_before_semi_for = remove
sp_before_semi_for_empty = remove
sp_after_semi = force
sp_after_semi_for = force
sp_after_semi_for_empty = remove
sp_before_square = remove
sp_before_squares = remove
sp_inside_square = remove
sp_after_comma = force
sp_before_comma = remove
sp_after_mdatype_commas = remove
sp_before_mdatype_commas = remove
sp_between_mdatype_commas = remove
sp_paren_comma = force
sp_before_ellipsis = remove
sp_after_class_colon = force
sp_before_class_colon = force
sp_after_constr_colon = force
sp_before_constr_colon = force
sp_before_case_colon = remove
sp_after_operator = ignore
sp_after_operator_sym = ignore
sp_after_cast = force
sp_inside_paren_cast = remove
sp_cpp_cast_paren = remove
sp_sizeof_paren = remove
sp_after_tag = force
sp_inside_braces_enum = force
sp_inside_braces_struct = force
sp_inside_braces = force
sp_inside_braces_empty = remove
sp_type_func = force
sp_func_proto_paren = remove
sp_func_def_paren = remove
sp_inside_fparens = remove
sp_inside_fparen = force
sp_inside_tparen = remove
sp_after_tparen_close = remove
sp_square_fparen = remove
sp_fparen_brace = remove
sp_fparen_dbrace = force
sp_func_call_paren = remove
sp_func_call_paren_empty = ignore
sp_func_call_user_paren = remove
sp_func_class_paren = remove
sp_return_paren = force
sp_attribute_paren = force
sp_defined_paren = remove
sp_throw_paren = remove
sp_after_throw = force
sp_catch_paren = ignore
sp_version_paren = ignore
sp_scope_paren = ignore
sp_macro = force
sp_macro_func = force
sp_else_brace = force
sp_brace_else = force
sp_brace_typedef = force
sp_catch_brace = force
sp_brace_catch = force
sp_finally_brace = force
sp_brace_finally = force
sp_try_brace = force
sp_getset_brace = force
sp_word_brace = force
sp_word_brace_ns = force
sp_before_dc = remove
sp_after_dc = remove
sp_d_array_colon = ignore
sp_not = remove
sp_inv = remove
sp_addr = remove
sp_member = remove
sp_deref = remove
sp_sign = remove
sp_incdec = remove
sp_before_nl_cont = force
sp_after_oc_scope = ignore
sp_after_oc_colon = ignore
sp_before_oc_colon = ignore
sp_after_oc_dict_colon = ignore
sp_before_oc_dict_colon = ignore
sp_after_send_oc_colon = ignore
sp_before_send_oc_colon = ignore
sp_after_oc_type = ignore
sp_after_oc_return_type = ignore
sp_after_oc_at_sel = ignore
sp_after_oc_at_sel_parens = ignore
sp_inside_oc_at_sel_parens = ignore
sp_before_oc_block_caret = ignore
sp_after_oc_block_caret = ignore
sp_after_oc_msg_receiver = ignore
sp_after_oc_property = ignore
sp_cond_colon = force
sp_cond_colon_before = ignore
sp_cond_colon_after = ignore
sp_cond_question = force
sp_cond_question_before = ignore
sp_cond_question_after = ignore
sp_cond_ternary_short = force
sp_case_label = force
sp_range = ignore
sp_after_for_colon = force
sp_before_for_colon = force
sp_extern_paren = ignore
sp_cmt_cpp_start = force
sp_cmt_cpp_doxygen = true
sp_cmt_cpp_qttr = true
sp_endif_cmt = ignore
sp_after_new = force
sp_between_new_paren = remove
sp_before_tr_emb_cmt = ignore
sp_num_before_tr_emb_cmt = 0
sp_annotation_paren = force
align_keep_tabs = false
align_with_tabs = false
align_on_tabstop = false
align_number_left = false
align_keep_extra_space = true
align_func_params = false
align_same_func_call_params = false
align_var_def_span = 1
align_var_def_star_style = 0
align_var_def_amp_style = 0
align_var_def_thresh = 5
align_var_def_gap = 0
align_var_def_colon = true
align_var_def_attribute = true
align_var_def_inline = true
align_assign_span = 1
align_assign_thresh = 10
align_enum_equ_span = 1
align_enum_equ_thresh = 2
align_var_struct_span = 1
align_var_struct_thresh = 0
align_var_struct_gap = 0
align_struct_init_span = 1
align_typedef_gap = 0
align_typedef_span = 1
align_typedef_func = 1
align_typedef_star_style = 0
align_typedef_amp_style = 0
align_right_cmt_span = 0
align_right_cmt_mix = false
align_right_cmt_gap = 0
align_right_cmt_at_col = 0
align_func_proto_span = 1
align_func_proto_gap = 0
align_on_operator = true
align_mix_var_proto = true
align_single_line_func = false
align_single_line_brace = true
align_single_line_brace_gap = 1
align_oc_msg_spec_span = 0
align_nl_cont = false
align_pp_define_together = false
align_pp_define_gap = 0
align_pp_define_span = 0
align_left_shift = true
align_asm_colon = false
align_oc_msg_colon_span = 0
align_oc_msg_colon_first = false
align_oc_decl_colon = false
nl_collapse_empty_body = true
nl_assign_leave_one_liners = true
nl_class_leave_one_liners = true
nl_enum_leave_one_liners = true
nl_getset_leave_one_liners = true
nl_func_leave_one_liners = true
nl_cpp_lambda_leave_one_liners = true
nl_if_leave_one_liners = true
nl_while_leave_one_liners = true
nl_oc_msg_leave_one_liner = true
nl_start_of_file = remove
nl_start_of_file_min = 0
nl_end_of_file = force
nl_end_of_file_min = 1
nl_assign_brace = remove
nl_assign_square = ignore
nl_after_square_assign = ignore
nl_func_var_def_blk = 1
nl_typedef_blk_start = 0
nl_typedef_blk_end = 0
nl_typedef_blk_in = 0
nl_var_def_blk_start = 0
nl_var_def_blk_end = 0
nl_var_def_blk_in = 0
nl_fcall_brace = force
nl_enum_brace = force
nl_struct_brace = force
nl_union_brace = force
nl_if_brace = force
nl_brace_else = force
nl_elseif_brace = force
nl_else_brace = force
nl_else_if = remove
nl_brace_finally = force
nl_finally_brace = force
nl_try_brace = force
nl_getset_brace = ignore
nl_for_brace = force
nl_catch_brace = force
nl_brace_catch = force
nl_brace_square = ignore
nl_brace_fparen = ignore
nl_while_brace = force
nl_scope_brace = ignore
nl_unittest_brace = ignore
nl_version_brace = ignore
nl_using_brace = force
nl_brace_brace = force
nl_do_brace = force
nl_brace_while = force
nl_switch_brace = force
nl_synchronized_brace = ignore
nl_multi_line_cond = false
nl_multi_line_define = true
nl_before_case = true
nl_before_throw = add
nl_after_case = true
nl_case_colon_brace = force
nl_namespace_brace = force
nl_template_class = force
nl_class_brace = force
nl_class_init_args = remove
nl_constr_init_args = remove
nl_func_type_name = remove
nl_func_type_name_class = remove
nl_func_scope_name = remove
nl_func_proto_type_name = remove
nl_func_paren = remove
nl_func_def_paren = remove
nl_func_decl_start = remove
nl_func_def_start = remove
nl_func_decl_start_single = ignore
nl_func_def_start_single = remove
nl_func_decl_args = remove
nl_func_def_args = remove
nl_func_decl_end = remove
nl_func_def_end = remove
nl_func_decl_end_single = ignore
nl_func_def_end_single = remove
nl_func_decl_empty = remove
nl_func_def_empty = remove
nl_oc_msg_args = false
nl_fdef_brace = force
nl_cpp_ldef_brace = remove
nl_return_expr = remove
nl_after_semicolon = true
nl_paren_dbrace_open = ignore
nl_after_brace_open = false
nl_after_brace_open_cmt = false
nl_after_vbrace_open = false
nl_after_vbrace_open_empty = false
nl_after_brace_close = false
nl_after_vbrace_close = false
nl_brace_struct_var = remove
nl_define_macro = true
nl_squeeze_ifdef = false
nl_before_if = ignore
nl_after_if = ignore
nl_before_for = ignore
nl_after_for = force
nl_before_while = ignore
nl_after_while = force
nl_before_switch = force
nl_after_switch = force
nl_before_synchronized = ignore
nl_after_synchronized = ignore
nl_before_do = force
nl_after_do = ignore
nl_ds_struct_enum_cmt = false
nl_ds_struct_enum_close_brace = false
nl_class_colon = remove
nl_constr_colon = force
nl_create_if_one_liner = true
nl_create_for_one_liner = true
nl_create_while_one_liner = true
pos_arith = ignore
pos_assign = ignore
pos_bool = ignore
pos_compare = ignore
pos_conditional = ignore
pos_comma = ignore
pos_class_comma = ignore
pos_constr_comma = ignore
pos_class_colon = ignore
pos_constr_colon = ignore
code_width = 0
ls_for_split_full = false
ls_func_split_full = false
ls_code_width = false
nl_max = 3
nl_after_func_proto = 0
nl_after_func_proto_group = 0
nl_after_func_body = 0
nl_after_func_body_class = 0
nl_after_func_body_one_liner = 0
nl_before_block_comment = 0
nl_before_c_comment = 0
nl_before_cpp_comment = 0
nl_after_multiline_comment = false
nl_after_label_colon = false
nl_after_struct = 0
nl_after_class = 2
nl_before_access_spec = 2
nl_after_access_spec = 1
nl_comment_func_def = 0
nl_after_try_catch_finally = 2
nl_around_cs_property = 0
nl_between_get_set = 0
nl_property_brace = ignore
eat_blanks_after_open_brace = true
eat_blanks_before_close_brace = true
nl_remove_extra_newlines = 0
nl_before_return = false
nl_after_return = false
nl_after_annotation = force
nl_between_annotation = force
mod_full_brace_do = force
mod_full_brace_for = force
mod_full_brace_function = force
mod_full_brace_if = force
mod_full_brace_if_chain = false
mod_full_brace_nl = 0
mod_full_brace_while = force
mod_full_brace_using = force
mod_paren_on_return = remove
mod_pawn_semicolon = true
mod_full_paren_if_bool = true
mod_remove_extra_semicolon = true
mod_add_long_function_closebrace_comment = 0
mod_add_long_namespace_closebrace_comment = 0
mod_add_long_switch_closebrace_comment = 0
mod_add_long_ifdef_endif_comment = 0
mod_add_long_ifdef_else_comment = 0
mod_sort_import = true
mod_sort_using = true
mod_sort_include = false
mod_move_case_break = true
mod_case_brace = force
mod_remove_empty_return = true
cmt_width = 0
cmt_reflow_mode = 1
cmt_convert_tab_to_spaces = true
cmt_indent_multi = false
cmt_c_group = false
cmt_c_nl_start = false
cmt_c_nl_end = false
cmt_cpp_group = false
cmt_cpp_nl_start = false
cmt_cpp_nl_end = false
cmt_cpp_to_c = false
cmt_star_cont = false
cmt_sp_before_star_cont = 1
cmt_sp_after_star_cont = 1
cmt_multi_check_last = true
cmt_insert_file_header = ""
cmt_insert_file_footer = ""
cmt_insert_func_header = ""
cmt_insert_class_header = ""
cmt_insert_oc_msg_header = ""
cmt_insert_before_preproc = false
pp_indent = ignore
pp_indent_at_level = false
pp_indent_count = 1
pp_space = ignore
pp_space_count = 0
pp_indent_region = 0
pp_region_indent_code = false
pp_indent_if = 0
pp_if_indent_code = false
pp_define_at_level = false
use_indent_func_call_param = true
use_indent_continue_only_once = false
# -=====-
# Line Tag Parent Columns Br/Lvl/pp Flag Nl Text
# 1> NAMESPACE[ NONE][ 1/ 1/10/ 0][0/0/0][ 60000][0-0] namespace
# 1> NEWLINE[ NONE][10/10/ 1/ 0][0/0/0][ 0][1-0]
# 2> BRACE_OPEN[ NAMESPACE][ 1/ 1/ 2/ 0][0/0/0][ 100000000][0-0] {
# 2> NEWLINE[ NONE][ 2/ 2/ 1/ 0][1/1/0][ 1000][1-0]
# 3> COMMENT_MULTI[COMMENT_WHOLE][ 1/ 1/ 8/ 0][1/1/0][ 1000][7-0] /* static QVector< QPoint > genTrianglePoints( QSize ObjSize )␍␤ {␍␤ return QVector< QPoint > { QPoint { 0, 0 },␍␤ QPoint { ObjSize.width() / 2, ObjSize.height() },␍␤ QPoint { ObjSize.width(), 0 },␍␤ QPoint { 0, 0 } }; ␍␤// |__--> buggy formating: newlines last } (maybe ok?) removes ';' (bug)␍␤ }*/
# 10> NEWLINE[ NONE][ 8/ 8/ 5/ 0][1/1/0][ 1000][1-0]
# 11> QUALIFIER[ NONE][ 5/ 5/10/ 0][1/1/0][ 471000][0-0] const
# 11> QUALIFIER[ NONE][11/11/17/ 1][1/1/0][ 411000][0-0] static
# 11> TYPE[ NONE][18/18/21/ 1][1/1/0][ 401000][0-0] std
# 11> DC_MEMBER[ NONE][21/21/23/ 0][1/1/0][ 100401000][0-0] ::
# 11> TYPE[ NONE][23/23/26/ 0][1/1/0][ 401000][0-0] map
# 11> ANGLE_OPEN[ TEMPLATE][26/26/27/ 0][1/1/0][ 100001040][0-0] <
# 11> TYPE[ NONE][28/28/32/ 1][1/2/0][ 41040][0-0] Form
# 11> COMMA[ NONE][32/32/33/ 0][1/2/0][ 100001040][0-0] ,
# 11> TYPE[ NONE][34/34/41/ 1][1/2/0][ 10041040][0-0] QString
# 11> ANGLE_CLOSE[ TEMPLATE][42/42/43/ 1][1/1/0][ 110001040][0-0] >
# 11> WORD[ NONE][44/44/61/ 1][1/1/0][ 11941000][0-0] MapFormEnumString
# 11> ASSIGN[ NONE][62/62/63/ 1][1/1/0][ 100101000][0-0] =
# 11> BRACE_OPEN[ ASSIGN][64/64/65/ 1][1/1/0][ 100041000][0-0] {
# 11> NEWLINE[ NONE][65/65/ 9/ 0][2/2/0][ 1200][1-0]
# 12> BRACE_OPEN[ NONE][ 9/ 9/10/ 0][2/2/0][ 120241200][0-0] {
# 12> WORD[ NONE][11/11/18/ 1][3/3/0][ 20061200][0-0] Viereck
# 12> COMMA[ NONE][18/18/19/ 0][3/3/0][ 120001200][0-0] ,
# 12> STRING[ NONE][20/19/28/ 0][3/3/0][ 20241200][0-0] "Viereck"
# 12> BRACE_CLOSE[ NONE][30/29/30/ 1][2/2/0][ 120201200][0-0] }
# 12> COMMA[ NONE][31/30/31/ 0][2/2/0][ 100061200][0-0] ,
# 12> NEWLINE[ NONE][32/31/ 9/ 0][2/2/0][ 1200][1-0]
# 13> BRACE_OPEN[ NONE][ 9/ 9/10/ 0][2/2/0][ 120241200][0-0] {
# 13> WORD[ NONE][11/11/16/ 1][3/3/0][ 20061200][0-0] Kreis
# 13> COMMA[ NONE][16/16/17/ 0][3/3/0][ 120001200][0-0] ,
# 13> STRING[ NONE][20/19/26/ 2][3/3/0][ 20241200][0-0] "Kreis"
# 13> BRACE_CLOSE[ NONE][30/29/30/ 3][2/2/0][ 120201200][0-0] }
# 13> NEWLINE[ NONE][31/30/ 5/ 0][2/2/0][ 1200][1-0]
# 14> BRACE_CLOSE[ ASSIGN][ 5/ 5/ 6/ 0][1/1/0][ 100001000][0-0] }
# 14> SEMICOLON[ NONE][ 6/ 6/ 7/ 0][1/1/0][ 100001000][0-0] ;
# 14> NEWLINE[ NONE][ 7/ 7/ 1/ 0][1/1/0][ 1000][1-0]
# 15> BRACE_CLOSE[ NAMESPACE][ 1/ 1/ 2/ 0][0/0/0][ 110000000][0-0] }
# 15> NEWLINE[ NONE][ 2/ 2/ 1/ 0][0/0/0][ 0][1-0]
# 16> QUALIFIER[ NONE][ 1/ 1/ 6/ 0][0/0/0][ 10470000][0-0] const
# 16> TYPE[ NONE][ 7/ 7/13/ 1][0/0/0][ 10410000][0-0] QPoint
# 16> TYPE[ NONE][14/14/24/ 1][0/0/0][ 10500000][0-0] MainWindow
# 16> DC_MEMBER[ NONE][24/24/26/ 0][0/0/0][ 110400000][0-0] ::
# 16> WORD[ NONE][26/26/35/ 0][0/0/0][ 11800000][0-0] ObjMaxPos
# 16> ASSIGN[ NONE][36/36/37/ 1][0/0/0][ 100100000][0-0] =
# 16> FUNC_CALL[ NONE][38/38/47/ 1][0/0/0][ 40000][0-0] genMaxPos
# 16> FPAREN_OPEN[ FUNC_CALL][47/47/48/ 0][0/0/0][ 100000000][0-0] (
# 16> WORD[ NONE][49/48/57/ 0][0/1/0][ 40010][0-0] SceneSize
# 16> COMMA[ NONE][58/57/58/ 0][0/1/0][ 100000010][0-0] ,
# 16> WORD[ NONE][60/58/65/ 0][0/1/0][ 40010][0-0] ObjSize
# 16> FPAREN_CLOSE[ FUNC_CALL][68/65/66/ 0][0/0/0][ 100000000][0-0] )
# 16> SEMICOLON[ NONE][69/66/67/ 0][0/0/0][ 100000000][0-0] ;
# 16> NEWLINE[ NONE][70/67/ 1/ 0][0/0/0][ 0][1-0]
# 17> TYPE[ NONE][ 1/ 1/11/ 0][0/0/0][ 60000][0-0] MainWindow
# 17> DC_MEMBER[ NONE][11/11/13/ 0][0/0/0][ 100000000][0-0] ::
# 17> FUNC_CLASS_DE[ NONE][13/13/23/ 0][0/0/0][ 0][0-0] MainWindow
# 17> FPAREN_OPEN[FUNC_CLASS_DE][23/23/24/ 0][0/0/0][ 100000100][0-0] (
# 17> TYPE[ NONE][25/25/32/ 1][0/1/0][ 440110][0-0] QWidget
# 17> PTR_TYPE[ NONE][32/32/33/ 0][0/1/0][ 100000110][0-0] *
# 17> WORD[ NONE][34/34/40/ 1][0/1/0][ 840110][0-0] parent
# 17> FPAREN_CLOSE[FUNC_CLASS_DE][41/41/42/ 1][0/0/0][ 100000100][0-0] )
# 17> CONSTR_COLON[ NONE][43/43/44/ 1][0/0/0][ 100000100][0-0] :
# 17> NEWLINE[ NONE][44/ 0/ 0/ 0][0/0/0][ 100][1-0]
# 17> FUNC_CTOR_VAR[ NONE][ 5/45/56/ 1][0/0/0][ 60100][0-0] QMainWindow
# 17> FPAREN_OPEN[FUNC_CTOR_VAR][16/56/57/ 0][0/0/0][ 100000100][0-0] (
# 17> WORD[ NONE][18/58/64/ 1][0/1/0][ 40110][0-0] parent
# 17> FPAREN_CLOSE[FUNC_CTOR_VAR][25/65/66/ 1][0/0/0][ 100000100][0-0] )
# 17> NEWLINE[ NONE][26/66/ 1/ 0][0/0/0][ 0][1-0]
# 18> BRACE_OPEN[FUNC_CLASS_DE][ 1/ 1/ 2/ 0][0/0/0][ 100000000][0-0] {
# 18> NEWLINE[ NONE][ 2/ 2/ 5/ 0][1/1/0][ 0][1-0]
# 19> FUNC_CALL[ NONE][ 5/ 5/12/ 0][1/1/0][ 60000][0-0] connect
# 19> FPAREN_OPEN[ FUNC_CALL][12/12/13/ 0][1/1/0][ 100000000][0-0] (
# 19> SPACE[ NONE][13/ 0/ 0/ 0][1/1/0][ 0][0-0]
# 19> WORD[ NONE][14/14/19/ 1][1/2/0][ 40010][0-0] timer
# 19> COMMA[ NONE][19/19/20/ 0][1/2/0][ 100000010][0-0] ,
# 19> FUNC_CALL[ NONE][21/21/27/ 1][1/2/0][ 40010][0-0] SIGNAL
# 19> FPAREN_OPEN[ FUNC_CALL][27/27/28/ 0][1/2/0][ 100000010][0-0] (
# 19> SPACE[ NONE][28/ 0/ 0/ 0][1/2/0][ 10][0-0]
# 19> FUNC_CALL[ NONE][29/29/36/ 1][1/3/0][ 40010][0-0] timeout
# 19> FPAREN_OPEN[ FUNC_CALL][36/36/37/ 0][1/3/0][ 100000010][0-0] (
# 19> FPAREN_CLOSE[ FUNC_CALL][37/37/38/ 0][1/3/0][ 100000010][0-0] )
# 19> SPACE[ NONE][38/ 0/ 0/ 0][1/3/0][ 10][0-0]
# 19> FPAREN_CLOSE[ FUNC_CALL][39/39/40/ 1][1/2/0][ 100000010][0-0] )
# 19> COMMA[ NONE][40/40/41/ 0][1/2/0][ 100000010][0-0] ,
# 19> THIS[ NONE][42/42/46/ 1][1/2/0][ 40010][0-0] this
# 19> COMMA[ NONE][46/46/47/ 0][1/2/0][ 100000010][0-0] ,
# 19> FUNC_CALL[ NONE][48/48/52/ 1][1/2/0][ 40010][0-0] SLOT
# 19> FPAREN_OPEN[ FUNC_CALL][52/52/53/ 0][1/2/0][ 100000010][0-0] (
# 19> SPACE[ NONE][53/ 0/ 0/ 0][1/2/0][ 10][0-0]
# 19> FUNC_CALL[ NONE][54/54/66/ 1][1/3/0][ 40010][0-0] timeoutImage
# 19> FPAREN_OPEN[ FUNC_CALL][66/66/67/ 0][1/3/0][ 100000010][0-0] (
# 19> FPAREN_CLOSE[ FUNC_CALL][67/67/68/ 0][1/3/0][ 100000010][0-0] )
# 19> SPACE[ NONE][68/ 0/ 0/ 0][1/3/0][ 10][0-0]
# 19> FPAREN_CLOSE[ FUNC_CALL][69/69/70/ 1][1/2/0][ 100000010][0-0] )
# 19> SPACE[ NONE][70/ 0/ 0/ 0][1/2/0][ 10][0-0]
# 19> FPAREN_CLOSE[ FUNC_CALL][71/71/72/ 1][1/1/0][ 100000000][0-0] )
# 19> SEMICOLON[ NONE][72/72/73/ 0][1/1/0][ 100000000][0-0] ;
# 19> NEWLINE[ NONE][73/73/ 1/ 0][1/1/0][ 0][1-0]
# 20> BRACE_CLOSE[FUNC_CLASS_DE][ 1/ 1/ 2/ 0][0/0/0][ 100000000][0-0] }
# 20> NEWLINE[ NONE][ 2/ 2/ 1/ 0][0/0/0][ 0][1-0]
# 21> TYPE[ FUNC_DEF][ 1/ 1/ 5/ 0][0/0/0][ 70000][0-0] void
# 21> TYPE[ FUNC_DEF][ 6/ 6/16/ 1][0/0/0][ 0][0-0] MainWindow
# 21> DC_MEMBER[ FUNC_DEF][16/16/18/ 0][0/0/0][ 100000000][0-0] ::
# 21> FUNC_DEF[ NONE][18/18/28/ 0][0/0/0][ 0][0-0] createView
# 21> FPAREN_OPEN[ FUNC_DEF][28/28/29/ 0][0/0/0][ 100000000][0-0] (
# 21> FPAREN_CLOSE[ FUNC_DEF][29/29/30/ 0][0/0/0][ 100000000][0-0] )
# 21> NEWLINE[ NONE][30/30/ 1/ 0][0/0/0][ 0][1-0]
# 22> BRACE_OPEN[ FUNC_DEF][ 1/ 1/ 2/ 0][0/0/0][ 100000000][0-0] {
# 22> NEWLINE[ NONE][ 2/ 2/ 5/ 0][1/1/0][ 0][1-0]
# 23> FOR[ NONE][ 5/ 5/ 8/ 0][1/1/0][ 60000][0-0] for
# 23> SPAREN_OPEN[ FOR][ 8/ 8/ 9/ 0][1/1/0][ 100000000][0-0] (
# 23> QUALIFIER[ NONE][10/ 9/13/ 0][1/2/0][ 472020][0-0] auto
# 23> WORD[ NONE][15/14/22/ 1][1/2/0][ 1802020][0-0] mapEntry
# 23> FOR_COLON[ NONE][24/23/24/ 1][1/2/0][ 100002020][0-0] :
# 23> WORD[ NONE][26/25/42/ 1][1/2/0][ 862020][0-0] MapFormEnumString
# 23> SPAREN_CLOSE[ FOR][44/42/43/ 0][1/1/0][ 100002000][0-0] )
# 23> NEWLINE[ NONE][45/43/ 5/ 0][1/1/0][ 0][1-0]
# 24> BRACE_OPEN[ FOR][ 5/ 5/ 6/ 0][1/1/0][ 100000000][0-0] {
# 24> NEWLINE[ NONE][ 6/ 6/ 1/ 0][2/2/0][ 0][1-0]
# 25> TYPE[ NONE][ 9/ 1/17/ 0][2/2/0][ 460000][0-0] selectObjectForm
# 25> MEMBER[ NONE][25/17/19/ 0][2/2/0][ 100000000][0-0] ->
# 25> FUNC_CALL[ NONE][27/19/26/ 0][2/2/0][ 0][0-0] addItem
# 25> FPAREN_OPEN[ FUNC_CALL][34/26/27/ 0][2/2/0][ 100000000][0-0] (
# 25> WORD[ NONE][36/28/36/ 1][2/3/0][ 40010][0-0] mapEntry
# 25> MEMBER[ NONE][44/36/37/ 0][2/3/0][ 100000010][0-0] .
# 25> WORD[ NONE][45/37/43/ 0][2/3/0][ 10][0-0] second
# 25> COMMA[ NONE][51/43/44/ 0][2/3/0][ 100000010][0-0] ,
# 25> WORD[ NONE][53/45/53/ 1][2/3/0][ 40010][0-0] mapEntry
# 25> MEMBER[ NONE][61/53/54/ 0][2/3/0][ 100000010][0-0] .
# 25> WORD[ NONE][62/54/59/ 0][2/3/0][ 10][0-0] first
# 25> FPAREN_CLOSE[ FUNC_CALL][68/59/60/ 0][2/2/0][ 100000000][0-0] )
# 25> SEMICOLON[ NONE][69/60/61/ 0][2/2/0][ 100000000][0-0] ;
# 25> NEWLINE[ NONE][70/61/ 5/ 0][2/2/0][ 0][1-0]
# 26> BRACE_CLOSE[ FOR][ 5/ 5/ 6/ 0][1/1/0][ 100000000][0-0] }
# 26> NEWLINE[ NONE][ 6/ 6/ 1/ 0][1/1/0][ 0][1-0]
# 27> BRACE_CLOSE[ FUNC_DEF][ 1/ 1/ 2/ 0][0/0/0][ 100000000][0-0] }
# 27> NEWLINE[ NONE][ 2/ 2/ 1/ 0][0/0/0][ 0][1-0]
# -=====-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment