Home
last modified time | relevance | path

Searched refs:QofIdType (Results 1 – 25 of 69) sorted by relevance

123

/dports/databases/qof/qof-0.8.8/qof/
H A Dqofid.h81 typedef const gchar *QofIdType; typedef
149 QofIdType e_type;
157 void qof_entity_init (QofEntity *, QofIdType, QofCollection *);
171 QofCollection *qof_collection_new (QofIdType type);
180 QofIdType qof_collection_get_type (QofCollection *);
272 qof_collection_from_glist (QofIdType type, GList * glist);
H A Dqofreference.h107 QofIdType choice_type; /**< Used when the reference is a QOF_TYPE_CHOICE type
109 QofIdType type; /**< The type of the original entity -
H A Dqofchoice.h116 gboolean qof_object_is_choice (QofIdType type);
143 GList *qof_object_get_choices (QofIdType type, QofParam * param);
H A Dqofid.c37 QofIdType e_type;
49 qof_entity_init (QofEntity * ent, QofIdType type, QofCollection * tab) in qof_entity_init()
121 qof_collection_new (QofIdType type) in qof_collection_new()
145 QofIdType
303 qof_collection_from_glist (QofIdType type, GList * glist) in qof_collection_from_glist()
H A Dqofinstance.h53 void qof_instance_init (QofInstance *, QofIdType, QofBook *);
99 QofInstance *qof_instance_create (QofIdType type, QofBook * book);
H A Dqofchoice.c45 qof_object_is_choice (QofIdType type) in qof_object_is_choice()
93 qof_object_get_choices (QofIdType type, QofParam * param) in qof_object_get_choices()
H A Dqofundo.c50 QofIdType type; /* ditto param, static. */
53 QofIdType choice; /* For QOF_TYPE_CHOICE */
256 QofIdType type; in qof_recreate_entity()
273 QofIdType type; in qof_dump_entity()
504 QofIdType type; in qof_undo_delete()
H A Dqofinstance.c43 qof_instance_create (QofIdType type, QofBook * book) in qof_instance_create()
53 qof_instance_init (QofInstance * inst, QofIdType type, QofBook * book) in qof_instance_init()
H A Dqofevent-p.h45 qof_event_generate (const GUID * guid, QofIdType e_type, QofEventId event_id);
H A Dqofquery.c78 QofIdType search_for;
452 compile_params (GSList * param_list, QofIdType start_obj, in compile_params()
465 QofIdType param_name = param_list->data; in compile_params()
479 start_obj = (QofIdType) objDef->param_type; in compile_params()
487 compile_sort (QofQuerySort * sort, QofIdType obj) in compile_sort()
916 q->search_for = (QofIdType) obj_type; in qof_query_search_for()
1134 QofIdType search_for; in qof_query_merge()
1399 QofIdType
1636 QofIdType searchFor; in qof_query_printSearchFor()
1707 QofIdType param_name = n->data; in qof_query_printSorts()
H A Dqofbookmerge.h174 QofIdType mergeType; /**< type of comparison required for check for
H A Dqofbook.h99 QofCollection *qof_book_get_collection (QofBook *, QofIdType);
H A Dqofobject.h73 QofIdType e_type; /* the Object's QOF_ID */
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofid.h85 typedef const gchar * QofIdType; typedef
130 QofCollection * qof_collection_new (QofIdType type);
139 QofIdType qof_collection_get_type (const QofCollection *);
214 qof_collection_from_glist (QofIdType type, const GList *glist);
H A Dqofid.cpp41 QofIdType e_type;
51 qof_collection_new (QofIdType type) in qof_collection_new()
55 col->e_type = static_cast<QofIdType>(CACHE_INSERT (type)); in qof_collection_new()
75 QofIdType
226 qof_collection_from_glist (QofIdType type, const GList *glist) in qof_collection_from_glist()
H A Dqofinstance.h71 QofIdType e_type; /**< Entity type */
93 void qof_instance_init_data (QofInstance *, QofIdType, QofBook *);
H A Dqofquery.cpp80 QofIdType search_for;
430 compile_params (QofQueryParamList *param_list, QofIdType start_obj, in compile_params()
443 QofIdType param_name = static_cast<QofIdType>(param_list->data); in compile_params()
456 start_obj = (QofIdType) objDef->param_type; in compile_params()
464 compile_sort (QofQuerySort *sort, QofIdType obj) in compile_sort()
917 q->search_for = (QofIdType) obj_type; in qof_query_search_for()
1120 QofIdType search_for; in qof_query_merge()
1363 QofIdType qof_query_get_search_for (const QofQuery *q) in qof_query_get_search_for()
1582 QofIdType searchFor; in qof_query_printSearchFor()
1650 QofIdType param_name = static_cast<QofIdType>(n->data); in qof_query_printSorts()
H A Dqofchoice.h147 GList* qof_object_get_choices(QofIdType type, QofParam *param);
H A Dqofobject.h80 QofIdType e_type; /* the Object's QOF_ID */
H A Dqofchoice.cpp97 GList* qof_object_get_choices(QofIdType type, QofParam *param) in qof_object_get_choices()
/dports/databases/qof/qof-0.8.8/backend/file/
H A Dqsf-xml.h66 QofIdType object_type;
508 QofIdType qof_obj_type;
510 QofIdType qof_foreach;
/dports/databases/qof/qof-0.8.8/qof/test/
H A Dtest-guid.c58 QofIdType type; in run_test()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dtest-guid.cpp64 QofIdType type; in run_test()
H A Dtest-qofinstance.cpp243 QofIdType test_type = "test type"; in test_instance_init_data()
364 QofIdType type = "test type"; in test_instance_get_set_dirty()
405 QofIdType type = "test type"; in test_instance_display_name()
712 QofIdType type = "test type"; in test_instance_get_referring_object_list_from_collection()
874 QofIdType type1 = "type1"; in test_instance_get_referring_object_list()
875 QofIdType type2 = "type2"; in test_instance_get_referring_object_list()
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/
H A Doption-util.h74 GNCOptionDB * gnc_option_db_new_for_type (QofIdType id_type);
78 void gnc_register_kvp_option_generator (QofIdType id_type, SCM generator);

123