]> git.sur5r.net Git - glabels/blob - glabels2/docs/libglabels/libglabels-sections.txt
2007-10-12 Jim Evins <evins@snaught.com>
[glabels] / glabels2 / docs / libglabels / libglabels-sections.txt
1 <SECTION>
2 <FILE>init</FILE>
3 <INCLUDE>libglabels/libglabels.h</INCLUDE>
4 lgl_init
5 </SECTION>
6
7 <SECTION>
8 <FILE>enums</FILE>
9 <INCLUDE>libglabels/enums.h</INCLUDE>
10 lglUnitsType
11 </SECTION>
12
13 <SECTION>
14 <FILE>paper</FILE>
15 <INCLUDE>libglabels/paper.h</INCLUDE>
16 lglPaper
17 lgl_paper_new
18 lgl_paper_dup
19 lgl_paper_free
20 lgl_paper_from_id
21 lgl_paper_from_name
22 <SUBSECTION List Functions>
23 lgl_paper_get_id_list
24 lgl_paper_free_id_list
25 lgl_paper_get_name_list
26 lgl_paper_free_name_list
27 <SUBSECTION Query Functions>
28 lgl_paper_is_id_known
29 lgl_paper_is_id_other
30 <SUBSECTION Conversion Functions>
31 lgl_paper_lookup_id_from_name
32 lgl_paper_lookup_name_from_id
33 <SUBSECTION Debug Functions>
34 lgl_paper_print_known_papers
35 </SECTION>
36
37 <SECTION>
38 <FILE>category</FILE>
39 <INCLUDE>libglabels/category.h</INCLUDE>
40 lglCategory
41 lgl_category_new
42 lgl_category_dup
43 lgl_category_free
44 lgl_category_from_name
45 lgl_category_from_id
46 <SUBSECTION List Functions>
47 lgl_category_get_name_list
48 lgl_category_free_name_list
49 <SUBSECTION Conversion Functions>
50 lgl_category_lookup_id_from_name
51 lgl_category_lookup_name_from_id
52 </SECTION>
53
54 <SECTION>
55 <FILE>template-struct</FILE>
56 <INCLUDE>libglabels/template.h</INCLUDE>
57 lglTemplate
58 <SUBSECTION Frame Structure>
59 lglTemplateFrameShape
60 lglTemplateFrame
61 lglTemplateFrameAll
62 lglTemplateFrameRect
63 lglTemplateFrameRound
64 lglTemplateFrameCD
65 <SUBSECTION Layout Structure>
66 lglTemplateLayout
67 <SUBSECTION Markup Structure>
68 lglTemplateMarkupType
69 lglTemplateMarkup
70 lglTemplateMarkupMargin
71 lglTemplateMarkupLine
72 lglTemplateMarkupCircle
73 lglTemplateMarkupRect
74 <SUBSECTION Origin Structure>
75 lglTemplateOrigin
76 <SUBSECTION Template Query Functions>
77 lgl_template_does_page_size_match
78 lgl_template_does_category_match
79 <SUBSECTION Frame Frame Query Functions>
80 lgl_template_frame_get_size
81 lgl_template_frame_get_n_labels
82 lgl_template_frame_get_origins
83 </SECTION>
84
85 <SECTION>
86 <FILE>template-db</FILE>
87 <INCLUDE>libglabels/template.h</INCLUDE>
88 lgl_template_get_name_list_unique
89 lgl_template_get_name_list_all
90 lgl_template_free_name_list
91 <SUBSECTION Locate Template Functions>
92 lgl_template_from_name
93 <SUBSECTION Template Registration Functions>
94 lgl_template_register
95 </SECTION>
96
97 <SECTION>
98 <FILE>template-construction</FILE>
99 <INCLUDE>libglabels/template.h</INCLUDE>
100 lgl_template_new
101 lgl_template_dup
102 lgl_template_free
103 lgl_template_add_category
104 lgl_template_add_frame
105 lgl_template_add_alias
106 <SUBSECTION Frame Functions>
107 lgl_template_frame_rect_new
108 lgl_template_frame_round_new
109 lgl_template_frame_cd_new
110 lgl_template_frame_dup
111 lgl_template_frame_free
112 lgl_template_frame_add_layout
113 lgl_template_frame_add_markup
114 <SUBSECTION Layout Functions>
115 lgl_template_layout_new
116 lgl_template_layout_dup
117 lgl_template_layout_free
118 <SUBSECTION Markup Functions>
119 lgl_template_markup_margin_new
120 lgl_template_markup_line_new
121 lgl_template_markup_circle_new
122 lgl_template_markup_rect_new
123 lgl_template_markup_dup
124 lgl_template_markup_free
125 </SECTION>
126
127 <SECTION>
128 <FILE>template-misc</FILE>
129 <INCLUDE>libglabels/template.h</INCLUDE>
130 lgl_template_print_known_templates
131 lgl_template_print_aliases
132 </SECTION>
133
134 <SECTION>
135 <FILE>xml-paper</FILE>
136 <INCLUDE>libglabels/xml-paper.h</INCLUDE>
137 lgl_xml_paper_read_papers_from_file
138 lgl_xml_paper_parse_papers_doc
139 lgl_xml_paper_parse_paper_node
140 </SECTION>
141
142 <SECTION>
143 <FILE>xml-category</FILE>
144 <INCLUDE>libglabels/xml-category.h</INCLUDE>
145 lgl_xml_category_read_categories_from_file
146 lgl_xml_category_parse_categories_doc
147 lgl_xml_category_parse_category_node
148 </SECTION>
149
150 <SECTION>
151 <FILE>xml-template</FILE>
152 <INCLUDE>libglabels/xml-templates.h</INCLUDE>
153 lgl_xml_template_read_templates_from_file
154 lgl_xml_template_parse_templates_doc
155 lgl_xml_template_parse_template_node
156 lgl_xml_template_write_templates_to_file
157 lgl_xml_template_write_template_to_file
158 lgl_xml_template_create_templates_doc
159 lgl_xml_template_create_template_node
160 </SECTION>
161
162 <SECTION>
163 <FILE>xml</FILE>
164 <INCLUDE>libglabels/xml.h</INCLUDE>
165 LGL_XML_NAME_SPACE
166 <SUBSECTION Get Property Functions>
167 lgl_xml_get_prop_string
168 lgl_xml_get_prop_i18n_string
169 lgl_xml_get_prop_double
170 lgl_xml_get_prop_boolean
171 lgl_xml_get_prop_int
172 lgl_xml_get_prop_uint
173 lgl_xml_get_prop_length
174 <SUBSECTION Set Property Functions>
175 lgl_xml_set_prop_string
176 lgl_xml_set_prop_double
177 lgl_xml_set_prop_boolean
178 lgl_xml_set_prop_int
179 lgl_xml_set_prop_uint_hex
180 lgl_xml_set_prop_length
181 <SUBSECTION Misc Functions>
182 lgl_xml_is_node
183 lgl_xml_get_node_content
184 <SUBSECTION Configuration Functions>
185 lgl_xml_set_default_units
186 </SECTION>
187