#include <items.h>
#include <aw_base.hxx>
Go to the source code of this file.
|
| void | QUERY::copy_selection_list_2_query_box (DbQuery *query, AW_selection_list *srclist, const char *hit_description) |
| |
| DbQuery * | QUERY::create_query_box (AW_window *aws, query_spec *awtqs, const char *query_id) |
| |
| void | QUERY::search_duplicated_field_content (AW_window *dummy, DbQuery *query, bool tokenize) |
| |
| long | QUERY::count_queried_items (DbQuery *query, QUERY_RANGE range) |
| |
| void | QUERY::unquery_all (void *dummy, DbQuery *query) |
| |
| ItemSelector & | QUERY::get_queried_itemtype (DbQuery *query) |
| |
| bool | QUERY::IS_QUERIED (GBDATA *gb_item, const query_spec *aqs) |
| |
| bool | QUERY::IS_QUERIED (GBDATA *gb_item, const DbQuery *query) |
| |
| void | QUERY::DbQuery_update_list (DbQuery *query) |
| |
| AW_window * | QUERY::create_colorize_items_window (AW_root *aw_root, GBDATA *gb_main, ItemSelector &sel) |
| |
| GBDATA * | QUERY::query_get_gb_main (DbQuery *query) |
| |