Home
last modified time | relevance | path

Searched refs:QofIdTypeConst (Results 1 – 25 of 58) sorted by relevance

123

/dports/databases/qof/qof-0.8.8/qof/
H A Dqofclass.h200 void qof_class_register (QofIdTypeConst obj_name,
228 qof_class_is_registered (QofIdTypeConst obj_name);
232 qof_class_get_parameter_type (QofIdTypeConst obj_name,
237 qof_class_get_parameter (QofIdTypeConst obj_name,
242 qof_class_get_parameter_getter (QofIdTypeConst obj_name,
247 qof_class_get_parameter_setter (QofIdTypeConst obj_name,
251 typedef void (*QofClassForeachCB) (QofIdTypeConst, gpointer);
266 qof_class_param_foreach (QofIdTypeConst obj_name,
276 qof_class_get_referenceList (QofIdTypeConst type);
H A Dqofobject.h64 typedef void (*QofForeachBackendTypeCB) (QofIdTypeConst type,
134 const QofObject *qof_object_lookup (QofIdTypeConst type_name);
140 gpointer qof_object_new_instance (QofIdTypeConst type_name, QofBook * book);
145 const gchar *qof_object_get_type_label (QofIdTypeConst type_name);
148 const gchar *qof_object_printable (QofIdTypeConst type_name,
161 void qof_object_foreach (QofIdTypeConst type_name, QofBook * book,
165 gboolean qof_object_register_backend (QofIdTypeConst type_name,
169 gpointer qof_object_lookup_backend (QofIdTypeConst type_name,
H A Dqofclass.c83 qof_class_get_default_sort (QofIdTypeConst obj_name) in qof_class_get_default_sort()
94 qof_class_register (QofIdTypeConst obj_name, in qof_class_register()
133 qof_class_is_registered (QofIdTypeConst obj_name) in qof_class_is_registered()
147 qof_class_get_parameter (QofIdTypeConst obj_name, const gchar *parameter) in qof_class_get_parameter()
167 qof_class_get_parameter_getter (QofIdTypeConst obj_name, in qof_class_get_parameter_getter()
183 qof_class_get_parameter_setter (QofIdTypeConst obj_name, in qof_class_get_parameter_setter()
199 qof_class_get_parameter_type (QofIdTypeConst obj_name, in qof_class_get_parameter_type()
228 QofIdTypeConst id = key; in class_foreach_cb()
268 qof_class_param_foreach (QofIdTypeConst obj_name, in qof_class_param_foreach()
329 qof_class_get_referenceList (QofIdTypeConst type) in qof_class_get_referenceList()
H A Dqofobject.c42 qof_object_new_instance (QofIdTypeConst type_name, QofBook * book) in qof_object_new_instance()
155 qof_object_compliance (QofIdTypeConst type_name, gboolean warn) in qof_object_compliance()
174 qof_object_foreach (QofIdTypeConst type_name, QofBook * book, in qof_object_foreach()
205 qof_object_printable (QofIdTypeConst type_name, gpointer obj) in qof_object_printable()
223 qof_object_get_type_label (QofIdTypeConst type_name) in qof_object_get_type_label()
305 qof_object_lookup (QofIdTypeConst name) in qof_object_lookup()
325 qof_object_register_backend (QofIdTypeConst type_name, in qof_object_register_backend()
351 qof_object_lookup_backend (QofIdTypeConst type_name, in qof_object_lookup_backend()
H A Dkvputil-p.h48 qof_id_to_kvp_value_type (QofIdTypeConst type_string);
59 QofIdTypeConst
H A Dqofquery.h143 QofQuery *qof_query_create_for (QofIdTypeConst obj_type);
152 qof_query_search_for (QofQuery * query, QofIdTypeConst obj_type);
H A Dqofclass-p.h38 QofSortFunc qof_class_get_default_sort (QofIdTypeConst obj_name);
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofclass.h210 void qof_class_register (QofIdTypeConst obj_name,
236 gboolean qof_class_is_registered (QofIdTypeConst obj_name);
239 QofType qof_class_get_parameter_type (QofIdTypeConst obj_name,
243 const QofParam * qof_class_get_parameter (QofIdTypeConst obj_name,
247 QofAccessFunc qof_class_get_parameter_getter (QofIdTypeConst obj_name,
251 QofSetterFunc qof_class_get_parameter_setter (QofIdTypeConst obj_name,
255 typedef void (*QofClassForeachCB) (QofIdTypeConst, gpointer);
268 void qof_class_param_foreach (QofIdTypeConst obj_name,
277 GList* qof_class_get_referenceList(QofIdTypeConst type);
H A Dqofobject.h71 typedef void (*QofForeachBackendTypeCB) (QofIdTypeConst type,
141 const QofObject * qof_object_lookup (QofIdTypeConst type_name);
147 gpointer qof_object_new_instance (QofIdTypeConst type_name, QofBook *book);
152 const char * qof_object_get_type_label (QofIdTypeConst type_name);
155 const char * qof_object_printable (QofIdTypeConst type_name, gpointer instance);
167 void qof_object_foreach (QofIdTypeConst type_name, QofBook *book,
171 void qof_object_foreach_sorted (QofIdTypeConst type_name, QofBook *book,
H A Dqofclass.cpp75 qof_class_get_default_sort (QofIdTypeConst obj_name) in qof_class_get_default_sort()
86 qof_class_register (QofIdTypeConst obj_name, in qof_class_register()
125 qof_class_is_registered (QofIdTypeConst obj_name) in qof_class_is_registered()
136 qof_class_get_parameter (QofIdTypeConst obj_name, in qof_class_get_parameter()
156 qof_class_get_parameter_getter (QofIdTypeConst obj_name, in qof_class_get_parameter_getter()
172 qof_class_get_parameter_setter (QofIdTypeConst obj_name, in qof_class_get_parameter_setter()
188 qof_class_get_parameter_type (QofIdTypeConst obj_name, in qof_class_get_parameter_type()
213 QofIdTypeConst id = static_cast<QofIdTypeConst>(key); in class_foreach_cb()
250 qof_class_param_foreach (QofIdTypeConst obj_name, in qof_class_param_foreach()
334 qof_class_get_referenceList(QofIdTypeConst type) in qof_class_get_referenceList()
H A Dqofobject.cpp77 qof_object_new_instance (QofIdTypeConst type_name, QofBook *book) in qof_object_new_instance()
179 qof_object_compliance (QofIdTypeConst type_name, gboolean warn) in qof_object_compliance()
197 qof_object_foreach (QofIdTypeConst type_name, QofBook *book, in qof_object_foreach()
235 qof_object_foreach_sorted (QofIdTypeConst type_name, QofBook *book, QofInstanceForeachCB cb, gpoint… in qof_object_foreach_sorted()
260 qof_object_printable (QofIdTypeConst type_name, gpointer obj) in qof_object_printable()
275 const char * qof_object_get_type_label (QofIdTypeConst type_name) in qof_object_get_type_label()
340 const QofObject * qof_object_lookup (QofIdTypeConst name) in qof_object_lookup()
H A DgncBusiness.h78 GList * gncBusinessGetList (QofBook *book, QofIdTypeConst type_name,
91 OwnerList * gncBusinessGetOwnerList (QofBook *book, QofIdTypeConst type_name,
H A Dqofquery.h146 QofQuery * qof_query_create_for (QofIdTypeConst obj_type);
154 void qof_query_search_for (QofQuery *query, QofIdTypeConst obj_type);
H A Dqofclass-p.h38 QofSortFunc qof_class_get_default_sort (QofIdTypeConst obj_name);
H A DgncOwner.h67 QofIdTypeConst qofOwnerGetType(const GncOwner *owner);
81 QofIdTypeConst gncOwnerTypeToQofIdType(GncOwnerType t);
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/sql/
H A Dgnc-sql-column-table-entry.hpp159 virtual void add_to_query(QofIdTypeConst obj_name,
165 QofAccessFunc get_getter(QofIdTypeConst obj_name) const noexcept;
170 QofSetterFunc get_setter(QofIdTypeConst obj_name) const noexcept;
212 add_value_to_vec(QofIdTypeConst obj_name,
222 void add_objectref_guid_to_query (QofIdTypeConst obj_name,
247 template <typename T> void add_value_to_vec(QofIdTypeConst obj_name,
250 template <typename T> void add_value_to_vec(QofIdTypeConst obj_name,
367 GncSqlColumnTableEntry::add_value_to_vec(QofIdTypeConst obj_name, in add_value_to_vec()
375 GncSqlColumnTableEntry::add_value_to_vec(QofIdTypeConst obj_name, in add_value_to_vec()
407 GncSqlColumnTableEntry::add_value_to_vec(QofIdTypeConst obj_name, in add_value_to_vec()
[all …]
H A Dgnc-sql-column-table-entry.cpp78 GncSqlColumnTableEntry::get_setter(QofIdTypeConst obj_name) const noexcept in get_setter()
122 QofIdTypeConst obj_name, in load()
170 QofIdTypeConst obj_name, in load()
204 QofIdTypeConst obj_name, in load()
239 QofIdTypeConst obj_name, in load()
271 QofIdTypeConst obj_name, in load()
323 QofIdTypeConst obj_name, in load()
377 QofIdTypeConst obj_name, in load()
468 QofIdTypeConst obj_name, in load()
560 QofIdTypeConst obj_name, in load()
[all …]
H A Dgnc-sql-backend.hpp214 bool object_in_db (const char* table_name, QofIdTypeConst obj_name,
227 QofIdTypeConst obj_name, gpointer pObject,
258 QofIdTypeConst obj_name,
262 QofIdTypeConst obj_name,
266 QofIdTypeConst obj_name,
H A Dgnc-address-sql.cpp80 QofIdTypeConst obj_name, in load()
127 GncSqlColumnTableEntryImpl<CT_ADDRESS>::add_to_query(QofIdTypeConst obj_name, in add_to_query()
H A Dgnc-order-sql.cpp175 QofIdTypeConst obj_name, in load()
191 GncSqlColumnTableEntryImpl<CT_ORDERREF>::add_to_query(QofIdTypeConst obj_name, in add_to_query()
H A Dgnc-lots-sql.cpp200 QofIdTypeConst obj_name, in load()
216 GncSqlColumnTableEntryImpl<CT_LOTREF>::add_to_query(QofIdTypeConst obj_name, in add_to_query()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dsearch-param.h122 QofIdTypeConst search_type,
128 QofIdTypeConst gnc_search_param_get_param_type (GNCSearchParam *param);
152 QofIdTypeConst param_type);
161 QofIdTypeConst type_override,
162 QofIdTypeConst search_type,
168 QofIdTypeConst type_override,
169 QofIdTypeConst search_type,
185 QofIdTypeConst param_type,
H A Dsearch-param.c52 QofIdTypeConst type;
233 QofIdTypeConst search_type, in gnc_search_param_set_param_path()
238 QofIdTypeConst type = NULL; in gnc_search_param_set_param_path()
282 QofIdTypeConst param_type) in gnc_search_param_override_param_type()
327 QofIdTypeConst
404 QofIdTypeConst type_override, in gnc_search_param_prepend_internal()
405 QofIdTypeConst search_type, in gnc_search_param_prepend_internal()
460 QofIdTypeConst type_override, in gnc_search_param_prepend()
461 QofIdTypeConst search_type, in gnc_search_param_prepend()
487 QofIdTypeConst type = NULL; in gnc_search_param_prepend_compound()
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/mocks/
H A Dfake-qofquery.h60 QofFakeQuery(QofIdTypeConst obj_type);
68 QofIdTypeConst m_obj_type;
H A Dfake-qofquery.cpp28 QofFakeQuery* request_query(QofIdTypeConst obj_type) in request_query()
92 QofFakeQuery::QofFakeQuery(QofIdTypeConst obj_type) : in QofFakeQuery()
108 qof_query_create_for (QofIdTypeConst obj_type) in qof_query_create_for()

123