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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>libqalculate-0.9.7: SortOptions Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.5 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>SortOptions Struct Reference</h1><!-- doxytag: class="SortOptions" -->Options for ordering the parts of a mathematical expression/result before display.
<a href="#_details">More...</a>
<p>
<code>#include <includes.h></code>
<p>
<p>
<a href="structSortOptions-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d904ae01c8169663cb81e9c593bb29a6"></a><!-- doxytag: member="SortOptions::prefix_currencies" ref="d904ae01c8169663cb81e9c593bb29a6" args="" -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structSortOptions.html#d904ae01c8169663cb81e9c593bb29a6">prefix_currencies</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Put currency units before quantity. Default: true. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8093c6388d2ab44c4748c8218460bd82"></a><!-- doxytag: member="SortOptions::minus_last" ref="8093c6388d2ab44c4748c8218460bd82" args="" -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structSortOptions.html#8093c6388d2ab44c4748c8218460bd82">minus_last</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">If true, avoid placing negative terms first. Default: true. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Options for ordering the parts of a mathematical expression/result before display. <hr>The documentation for this struct was generated from the following file:<ul>
<li>libqalculate/<a class="el" href="includes_8h.html">includes.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jan 5 08:26:29 2010 for libqalculate-0.9.7 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
</body>
</html>
|