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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY ModestAccountMgrHelpers SYSTEM "xml/modest-account-mgr-helpers.xml">
<!ENTITY ModestAccountMgr SYSTEM "xml/modest-account-mgr.xml">
<!ENTITY ModestAccountViewWindow SYSTEM "xml/modest-account-view-window.xml">
<!ENTITY ModestAccountView SYSTEM "xml/modest-account-view.xml">
<!ENTITY ModestCacheMgr SYSTEM "xml/modest-cache-mgr.xml">
<!ENTITY ModestComboBox SYSTEM "xml/modest-combo-box.xml">
<!ENTITY ModestConf SYSTEM "xml/modest-conf.xml">
<!ENTITY ModestError SYSTEM "xml/modest-error.xml">
<!ENTITY ModestFolderView SYSTEM "xml/modest-folder-view.xml">
<!ENTITY ModestHeaderView SYSTEM "xml/modest-header-view.xml">
<!ENTITY ModestIconNames SYSTEM "xml/modest-icon-names.xml">
<!ENTITY ModestLocalFolderInfo SYSTEM "xml/modest-local-folder-info.xml">
<!ENTITY ModestMailOperationQueue SYSTEM "xml/modest-mail-operation-queue.xml">
<!ENTITY ModestMailOperations SYSTEM "xml/modest-mail-operation.xml">
<!ENTITY ModestMainWindow SYSTEM "xml/modest-main-window.xml">
<!ENTITY ModestMsgEditWindow SYSTEM "xml/modest-msg-edit-window.xml">
<!ENTITY ModestMsgViewWindow SYSTEM "xml/modest-msg-view-window.xml">
<!ENTITY ModestMsgView SYSTEM "xml/modest-msg-view.xml">
<!ENTITY ModestPair SYSTEM "xml/modest-pair.xml">
<!ENTITY ModestProtocolInfo SYSTEM "xml/modest-protocol-info.xml">
<!ENTITY ModestRuntime SYSTEM "xml/modest-runtime.xml">
<!ENTITY ModestSingletons SYSTEM "xml/modest-singletons.xml">
<!ENTITY ModestTextUtils SYSTEM "xml/modest-text-utils.xml">
<!ENTITY ModestTnyAccountStore SYSTEM "xml/modest-tny-account-store.xml">
<!ENTITY ModestTnyAccount SYSTEM "xml/modest-tny-account.xml">
<!ENTITY ModestTnyFolder SYSTEM "xml/modest-tny-folder.xml">
<!ENTITY ModestTnyMsg SYSTEM "xml/modest-tny-msg.xml">
<!ENTITY ModestTnyPlatformFactory SYSTEM "xml/modest-tny-platform-factory.xml">
<!ENTITY ModestTnySendQueue SYSTEM "xml/modest-tny-send-queue.xml">
<!ENTITY ModestTnyStreamGtkHtml SYSTEM "xml/modest-tny-stream-gtkhtml.xml">
<!ENTITY ModestUIActions SYSTEM "xml/modest-ui-actions.xml">
<!ENTITY ModestWidgetMemory SYSTEM "xml/modest-widget-memory.xml">
<!ENTITY ModestWindow SYSTEM "xml/modest-window.xml">
<!-- <!ENTITY index-Object-Tree SYSTEM "xml/tree_index.sgml"> -->
<!ENTITY preface SYSTEM "modest-preface.sgml">
<!ENTITY architecture SYSTEM "modest-architecture.sgml">
<!ENTITY design SYSTEM "modest-design.sgml">
<!ENTITY coding-guidelines SYSTEM "modest-coding-guidelines.sgml">
]>
<book id="index">
<bookinfo>
<title>modest technical documentation</title>
<copyright>
<year>2006, 2007</year>
<holder>Nokia Corporation</holder>
</copyright>
</bookinfo>
&preface;
&architecture;
&design;
&coding-guidelines;
<!--
<reference>
<title>Object Index</title>
&index-Object-Tree;
</reference>
-->
<reference>
<title>API Reference</title>
<chapter id="core">
<title>Core/Runtime</title>
&ModestRuntime;
&ModestSingletons;
<!-- &ModestPlatform; -->
<!-- &ModestInit; -->
</chapter>
<chapter id="mail">
<title>Mail</title>
&ModestTnyMsg;
&ModestTnyFolder;
&ModestTnySendQueue;
&ModestTnyAccountStore;
<!-- &ModestMailOperation; -->
&ModestMailOperationQueue;
</chapter>
<chapter id="widgets">
<title>Widgets</title>
&ModestAccountView;
&ModestAccountViewWindow;
&ModestComboBox;
&ModestFolderView;
&ModestHeaderView;
&ModestMainWindow;
&ModestMsgView;
&ModestMsgViewWindow;
&ModestMsgEditWindow;
&ModestWindow;
</chapter>
<chapter id="accmgmt_settings">
<title>Account Management and Settings</title>
&ModestAccountMgr;
&ModestAccountMgrHelpers;
&ModestConf;
&ModestWidgetMemory;
</chapter>
<chapter id="other">
<title>Other</title>
&ModestCacheMgr;
&ModestError;
&ModestIconNames;
&ModestPair;
&ModestProtocolInfo;
&ModestLocalFolderInfo;
&ModestTextUtils;
</chapter>
</reference>
<index>
<title>Index</title>
</index>
</book>
|