00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 VARIABLE(char *, text_report, NULL)
00021 VARIABLE(char *, xml_report, NULL)
00022 VARIABLE(char *, tex_report, NULL)
00023 VARIABLE(char *, html_report, NULL)
00024 VARIABLE(char *, weekly_tex_report, NULL)
00025 VARIABLE(char *, monthly_tex_report, NULL)
00026 VARIABLE(char *, slippage_tex_report, NULL)
00027 VARIABLE(char *, weekly_html_report, NULL)
00028 VARIABLE(char *, monthly_html_report, NULL)
00029 VARIABLE(char *, slippage_html_report, NULL)
00030 VARIABLE(char *, weekly_txt_report, NULL)
00031 VARIABLE(char *, monthly_txt_report, NULL)
00032 VARIABLE(char *, slippage_txt_report, NULL)
00033 VARIABLE(char *, html_cost_report, NULL)
00034 VARIABLE(char *, tex_cost_report, NULL)
00035 VARIABLE(int, print_task_days, 0)
00036 VARIABLE(char *, hard_schedule, NULL)
00037 VARIABLE(char *, util_graph, NULL)
00038 VARIABLE(int, task_notes, 0)
00039 VARIABLE(int, resource_notes, 0)
00040 VARIABLE(int, dependencies, 0)
00041 VARIABLE(int, vacations, 0)
00042 VARIABLE(int, task_ids, 0)
00043 VARIABLE(int, milestone_ids, 0)
00044
00045
00046 VARIABLE(int, tg_tasklabel, 36)
00047 VARIABLE(int, tg_left, (int)(72*3.5))
00048 VARIABLE(int, tg_width, 10)
00049 VARIABLE(int, tg_top, 72*7)
00050 VARIABLE(int, tg_height, 72/8)
00051 VARIABLE(int, tg_space, 72/4)
00052 VARIABLE(double, tg_gray, 0.2)
00053 VARIABLE(double, tg_lightgray, 0.7)
00054 VARIABLE(double, tg_white, 1.0)
00055 VARIABLE(char *, tg_fontname1, "Helvetica")
00056 VARIABLE(double, tg_fontsize1, 10.0)
00057 VARIABLE(char *, tg_fontname2, "Helvetica")
00058 VARIABLE(double, tg_fontsize2, 5.0)
00059 VARIABLE(char *, tg_fontname3, "Helvetica")
00060 VARIABLE(double, tg_fontsize3, 14.0)
00061 VARIABLE(int, tg_textup, 3)
00062 VARIABLE(double, tg_mlgray, 0.3)
00063 VARIABLE(int, tg_xborder, 10)
00064 VARIABLE(int, tg_yborder, 10)
00065 VARIABLE(int, tg_nodays, 0)
00066 VARIABLE(int, tg_daysofmonth, 0)
00067 VARIABLE(bool, tg_sortbyresource, false)
00068 VARIABLE(bool, tg_showpast, false)
00069 VARIABLE(double, tg_pastgray, 1.0)
00070 VARIABLE(bool, tg_showvacation, false)
00071 VARIABLE(double, tg_vacationgray, 0.7)
00072
00073 VARIABLE(int, pc_width, 190)
00074 VARIABLE(int, pc_height, 72)
00075 VARIABLE(int, pc_space, 72)
00076 VARIABLE(int, pc_textin, 6)
00077 VARIABLE(int, pc_textup, 6)
00078 VARIABLE(char *, pc_fontname1, "Helvetica")
00079 VARIABLE(double, pc_fontsize1, 10.0)
00080
00081