| Top |  |  |  |  | 
|  | e_filter_part_new () | 
|  | e_filter_part_validate () | 
|  | e_filter_part_eq () | 
|  | e_filter_part_xml_create () | 
|  | e_filter_part_xml_encode () | 
|  | e_filter_part_xml_decode () | 
|  | e_filter_part_clone () | 
|  | e_filter_part_copy_values () | 
|  | e_filter_part_find_element () | 
|  | e_filter_part_get_widget () | 
|  | e_filter_part_build_code () | 
|  | e_filter_part_expand_code () | 
|  | e_filter_part_build_code_list () | 
|  | e_filter_part_find_list () | 
|  | e_filter_part_next_list () | 
gint e_filter_part_xml_create (,EFilterPart *part,xmlNodePtr nodestruct _ERuleContext *rc);
void e_filter_part_copy_values (,EFilterPart *dst_part);EFilterPart *src_part
EFilterElement * e_filter_part_find_element (,EFilterPart *partconst);gchar *name
void e_filter_part_build_code (,EFilterPart *part);GString *out
Outputs the code of a part.
void e_filter_part_expand_code (,EFilterPart *partconst,gchar *str);GString *out
Expands the variables in string str
 based on the values of the part.
void e_filter_part_build_code_list (,GList *list);GString *out
Construct a list of the filter parts code into a single string.
EFilterPart * e_filter_part_find_list (,GList *listconst);gchar *name
Find a filter part stored in a list.