1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>QOF: qofclass.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.6-20040222 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<h1>qofclass.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
API for registering paramters on objects.
<p>
<dl compact><dt><b>Author:</b></dt><dd>Copyright (C) 2002 Derek Atkins <<a href="mailto:warlord@MIT.EDU">warlord@MIT.EDU</a>> <p>
Copyright (C) 2003 Linas Vepstas <<a href="mailto:linas@linas.org">linas@linas.org</a>></dd></dl>
<p>
<code>#include "<a class="el" href="qofid_8h.html">qofid.h</a>"</code><br>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>struct </td><td class="memItemRight" valign=bottom><a class="el" href="struct__QofParam.html">_QofParam</a></td></tr>
<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group__Class.html#ga11">QOF_TYPE_STRING</a> "string"</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga12" doxytag="qofclass.h::QOF_TYPE_DATE" ></a>
#define </td><td class="memItemRight" valign=bottom><b>QOF_TYPE_DATE</b> "date"</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga13" doxytag="qofclass.h::QOF_TYPE_NUMERIC" ></a>
#define </td><td class="memItemRight" valign=bottom><b>QOF_TYPE_NUMERIC</b> "numeric"</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga14" doxytag="qofclass.h::QOF_TYPE_DEBCRED" ></a>
#define </td><td class="memItemRight" valign=bottom><b>QOF_TYPE_DEBCRED</b> "debcred"</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga15" doxytag="qofclass.h::QOF_TYPE_GUID" ></a>
#define </td><td class="memItemRight" valign=bottom><b>QOF_TYPE_GUID</b> "guid"</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga16" doxytag="qofclass.h::QOF_TYPE_INT32" ></a>
#define </td><td class="memItemRight" valign=bottom><b>QOF_TYPE_INT32</b> "gint32"</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga17" doxytag="qofclass.h::QOF_TYPE_INT64" ></a>
#define </td><td class="memItemRight" valign=bottom><b>QOF_TYPE_INT64</b> "gint64"</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga18" doxytag="qofclass.h::QOF_TYPE_DOUBLE" ></a>
#define </td><td class="memItemRight" valign=bottom><b>QOF_TYPE_DOUBLE</b> "double"</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga19" doxytag="qofclass.h::QOF_TYPE_BOOLEAN" ></a>
#define </td><td class="memItemRight" valign=bottom><b>QOF_TYPE_BOOLEAN</b> "boolean"</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga20" doxytag="qofclass.h::QOF_TYPE_KVP" ></a>
#define </td><td class="memItemRight" valign=bottom><b>QOF_TYPE_KVP</b> "kvp"</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga21" doxytag="qofclass.h::QOF_TYPE_CHAR" ></a>
#define </td><td class="memItemRight" valign=bottom><b>QOF_TYPE_CHAR</b> "character"</td></tr>
<tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef const char * </td><td class="memItemRight" valign=bottom><a class="el" href="group__Class.html#ga0">QofType</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga1" doxytag="qofclass.h::QofParam" ></a>
typedef <a class="el" href="struct__QofParam.html">_QofParam</a> </td><td class="memItemRight" valign=bottom><b>QofParam</b></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef gpointer(* </td><td class="memItemRight" valign=bottom><a class="el" href="group__Class.html#ga2">QofAccessFunc</a> )(gpointer object, const <a class="el" href="struct__QofParam.html">QofParam</a> *param)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef void(* </td><td class="memItemRight" valign=bottom><a class="el" href="group__Class.html#ga3">QofSetterFunc</a> )(gpointer, gpointer)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>typedef int(* </td><td class="memItemRight" valign=bottom><a class="el" href="group__Class.html#ga4">QofSortFunc</a> )(gpointer, gpointer)</td></tr>
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="group__Class.html#ga5">qof_class_register</a> (QofIdTypeConst obj_name, <a class="el" href="group__Class.html#ga4">QofSortFunc</a> default_sort_fcn, const <a class="el" href="struct__QofParam.html">QofParam</a> *params)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>gboolean </td><td class="memItemRight" valign=bottom><a class="el" href="group__Class.html#ga6">qof_class_is_registered</a> (QofIdTypeConst obj_name)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__Class.html#ga0">QofType</a> </td><td class="memItemRight" valign=bottom><a class="el" href="group__Class.html#ga7">qof_class_get_parameter_type</a> (QofIdTypeConst obj_name, const char *param_name)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="struct__QofParam.html">QofParam</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="group__Class.html#ga8">qof_class_get_parameter</a> (QofIdTypeConst obj_name, const char *parameter)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__Class.html#ga2">QofAccessFunc</a> </td><td class="memItemRight" valign=bottom><a class="el" href="group__Class.html#ga9">qof_class_get_parameter_getter</a> (QofIdTypeConst obj_name, const char *parameter)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__Class.html#ga3">QofSetterFunc</a> </td><td class="memItemRight" valign=bottom><a class="el" href="group__Class.html#ga10">qof_class_get_parameter_setter</a> (QofIdTypeConst obj_name, const char *parameter)</td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Sun May 23 15:41:46 2004 for QOF by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.6-20040222 </small></address>
</body>
</html>
|