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
|
<!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: qofinstance.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>qofinstance.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
Object instance holds common fields that most gnucash objects use.
<p>
<dl compact><dt><b>Author:</b></dt><dd>Copyright (C) 2003 Linas Vepstas <<a href="mailto:linas@linas.org">linas@linas.org</a>></dd></dl>
<p>
<code>#include "<a class="el" href="guid_8h.html">guid.h</a>"</code><br>
<code>#include "<a class="el" href="kvp__frame_8h.html">kvp_frame.h</a>"</code><br>
<code>#include "<a class="el" href="qofbook_8h.html">qofbook.h</a>"</code><br>
<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>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga9" doxytag="qofinstance.h::QOF_INSTANCE" ></a>
#define </td><td class="memItemRight" valign=bottom><b>QOF_INSTANCE</b>(object) ((<a class="el" href="structQofInstance__s.html">QofInstance</a> *)(object))</td></tr>
<tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga0" doxytag="qofinstance.h::QofInstance" ></a>
typedef <a class="el" href="structQofInstance__s.html">QofInstance_s</a> </td><td class="memItemRight" valign=bottom><b>QofInstance</b></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__Instance.html#ga1">qof_instance_init</a> (<a class="el" href="structQofInstance__s.html">QofInstance</a> *, QofIdType, <a class="el" href="struct__QofBook.html">QofBook</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="group__Instance.html#ga2">qof_instance_release</a> (<a class="el" href="structQofInstance__s.html">QofInstance</a> *inst)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="struct__QofBook.html">QofBook</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="group__Instance.html#ga3">qof_instance_get_book</a> (<a class="el" href="structQofInstance__s.html">QofInstance</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga4" doxytag="qofinstance.h::qof_instance_get_guid" ></a>
const <a class="el" href="union__GUID.html">GUID</a> * </td><td class="memItemRight" valign=bottom><b>qof_instance_get_guid</b> (<a class="el" href="structQofInstance__s.html">QofInstance</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__KVP.html#ga0">KvpFrame</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="group__Instance.html#ga5">qof_instance_get_slots</a> (<a class="el" href="structQofInstance__s.html">QofInstance</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>gboolean </td><td class="memItemRight" valign=bottom><a class="el" href="group__Instance.html#ga6">qof_instance_is_dirty</a> (<a class="el" href="structQofInstance__s.html">QofInstance</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="group__Instance.html#ga7">qof_instance_gemini</a> (<a class="el" href="structQofInstance__s.html">QofInstance</a> *to, <a class="el" href="structQofInstance__s.html">QofInstance</a> *from)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="structQofInstance__s.html">QofInstance</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="group__Instance.html#ga8">qof_instance_lookup_twin</a> (<a class="el" href="structQofInstance__s.html">QofInstance</a> *src, <a class="el" href="struct__QofBook.html">QofBook</a> *book)</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>
|