|
GnuCash c935c2f+
|
A Query. More...
Data Fields | |
| QofIdType | search_for |
| GList * | terms |
| QofQuerySort | primary_sort |
| QofQuerySort | secondary_sort |
| QofQuerySort | tertiary_sort |
| QofSortFunc | defaultSort |
| gint | max_results |
| GList * | books |
| GHashTable * | be_compiled |
| gint | changed |
| GList * | results |
A Query.
Definition at line 74 of file qofquery.cpp.
| GHashTable* QofQuery::be_compiled |
Definition at line 97 of file qofquery.cpp.
| GList* QofQuery::books |
Definition at line 94 of file qofquery.cpp.
| gint QofQuery::changed |
Definition at line 101 of file qofquery.cpp.
| QofSortFunc QofQuery::defaultSort |
Definition at line 88 of file qofquery.cpp.
| gint QofQuery::max_results |
Definition at line 91 of file qofquery.cpp.
| QofQuerySort QofQuery::primary_sort |
Definition at line 85 of file qofquery.cpp.
| GList* QofQuery::results |
Definition at line 103 of file qofquery.cpp.
| QofIdType QofQuery::search_for |
Definition at line 77 of file qofquery.cpp.
| QofQuerySort QofQuery::secondary_sort |
Definition at line 86 of file qofquery.cpp.
| GList* QofQuery::terms |
Definition at line 81 of file qofquery.cpp.
| QofQuerySort QofQuery::tertiary_sort |
Definition at line 87 of file qofquery.cpp.