Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4442dd9bdde98a1d9ca2177557e87d7d > files > 437

libqxt-devel-0.6.1-3.fc15.i686.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /builddir/build/BUILD/libqxt/doc/src/qxtnamespace.qdoc -->
<head>
  <title>Qxt Namespace Reference</title>
  <link href="stylesheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://libqxt.org"><img src="images/qxt-logo.png" width="50" height="40" align="left" border="0" /></a></td>
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">Classes</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">Namespaces</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">Qxt Namespace Reference<br /><span class="small-subtitle">[<a href="qxtcore.html">QxtCore</a> module]</span>
</h1>
<p>The Qxt namespace contains miscellaneous identifiers used throughout the Qxt library. <a href="#details">More...</a></p>
<pre>    #include &lt;Qxt&gt;</pre><ul>
</ul>
<a name="types"></a>
<h3>Types</h3>
<ul>
<li><div class="fn"></div>enum <b><a href="qxt.html#DecorationStyle-enum">DecorationStyle</a></b> { NoDecoration, Buttonlike, Menulike }</li>
<li><div class="fn"></div>enum <b><a href="qxt.html#ErrorCode-enum">ErrorCode</a></b> { NoError, UnknownError, LogicalError, Bug, ..., Overflow }</li>
<li><div class="fn"></div>enum <b><a href="qxt.html#QxtItemDataRole-enum">QxtItemDataRole</a></b> { ItemStartTimeRole, ItemDurationRole, UserRole }</li>
<li><div class="fn"></div>enum <b><a href="qxt.html#Rotation-enum">Rotation</a></b> { NoRotation, UpsideDown, Clockwise, CounterClockwise }</li>
<li><div class="fn"></div>enum <b><a href="qxt.html#Timeunit-enum">Timeunit</a></b> { Second, Minute, Hour, Day, ..., Year }</li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The Qxt namespace contains miscellaneous identifiers used throughout the Qxt library.</p>
<hr />
<h2>Type Documentation</h2>
<h3 class="fn"><a name="DecorationStyle-enum"></a>enum Qxt::DecorationStyle</h3>
<p>This enum describes the decoration style.</p>
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>Qxt::NoDecoration</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">No decoration.</td></tr>
<tr><td valign="top"><tt>Qxt::Buttonlike</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">A style like in Qt Designer's Widget Box.</td></tr>
<tr><td valign="top"><tt>Qxt::Menulike</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">A menu alike style.</td></tr>
</table></p>
<h3 class="fn"><a name="ErrorCode-enum"></a>enum Qxt::ErrorCode</h3>
<p>The error Code dropped by QxtError</p>
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>Qxt::NoError</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">Everything fine.</td></tr>
<tr><td valign="top"><tt>Qxt::UnknownError</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">An unknown error.</td></tr>
<tr><td valign="top"><tt>Qxt::LogicalError</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">Something happened that makes no sense (e.g&#x2e; you tryed to compare apples and bananas).</td></tr>
<tr><td valign="top"><tt>Qxt::Bug</tt></td><td align="center" valign="top"><tt>3</tt></td><td valign="top">That should not happen. please report any ocurence of it.</td></tr>
<tr><td valign="top"><tt>Qxt::UnexpectedEndOfFunction</tt></td><td align="center" valign="top"><tt>4</tt></td><td valign="top">Suddenly the function returned where it should not. please report this behaiviour.</td></tr>
<tr><td valign="top"><tt>Qxt::NotImplemented</tt></td><td align="center" valign="top"><tt>5</tt></td><td valign="top">The feature you requested has not been implemented for this situation. this could also mean you are trying to compare apples and bananas.</td></tr>
<tr><td valign="top"><tt>Qxt::CodecError</tt></td><td align="center" valign="top"><tt>6</tt></td><td valign="top">Something went wrong with some codec. Please check if your codec is supported.</td></tr>
<tr><td valign="top"><tt>Qxt::NotInitialised</tt></td><td align="center" valign="top"><tt>7</tt></td><td valign="top">Somone tryed to call a function of an object that needs to be start() ed or something like it.</td></tr>
<tr><td valign="top"><tt>Qxt::EndOfFile</tt></td><td align="center" valign="top"><tt>8</tt></td><td valign="top">The end of the Input has been reached. There is no more data.</td></tr>
<tr><td valign="top"><tt>Qxt::FileIOError</tt></td><td align="center" valign="top"><tt>9</tt></td><td valign="top">File Input/Output Error.</td></tr>
<tr><td valign="top"><tt>Qxt::FormatError</tt></td><td align="center" valign="top"><tt>10</tt></td><td valign="top">The Format of the input is corupted or not supported.</td></tr>
<tr><td valign="top"><tt>Qxt::DeviceError</tt></td><td align="center" valign="top"><tt>11</tt></td><td valign="top">The Device of the Computer reported failure or we are not able to comunicate with it.</td></tr>
<tr><td valign="top"><tt>Qxt::SDLError</tt></td><td align="center" valign="top"><tt>12</tt></td><td valign="top">SDL reported an error.</td></tr>
<tr><td valign="top"><tt>Qxt::InsufficientMemory</tt></td><td align="center" valign="top"><tt>13</tt></td><td valign="top">Not enough memory to perform the action.</td></tr>
<tr><td valign="top"><tt>Qxt::SeeErrorString</tt></td><td align="center" valign="top"><tt>14</tt></td><td valign="top">The Error has no definition here, but the Error String should tell you more. This is mostly used for third party errors.</td></tr>
<tr><td valign="top"><tt>Qxt::UnexpectedNullParameter</tt></td><td align="center" valign="top"><tt>15</tt></td><td valign="top">NULL was passed where it shouldn't.</td></tr>
<tr><td valign="top"><tt>Qxt::ClientTimeout</tt></td><td align="center" valign="top"><tt>16</tt></td><td valign="top">The Client didn't answer within the expected time rang.</td></tr>
<tr><td valign="top"><tt>Qxt::SocketIOError</tt></td><td align="center" valign="top"><tt>17</tt></td><td valign="top">Socket Input/Output Error.</td></tr>
<tr><td valign="top"><tt>Qxt::ParserError</tt></td><td align="center" valign="top"><tt>18</tt></td><td valign="top">Unable to parse the requested string or file.</td></tr>
<tr><td valign="top"><tt>Qxt::HeaderTooLong</tt></td><td align="center" valign="top"><tt>19</tt></td><td valign="top">The Header that was passed for parsing was too long.</td></tr>
<tr><td valign="top"><tt>Qxt::Auth</tt></td><td align="center" valign="top"><tt>20</tt></td><td valign="top">Authentication failed.</td></tr>
<tr><td valign="top"><tt>Qxt::Overflow</tt></td><td align="center" valign="top"><tt>21</tt></td><td valign="top">Overflow protection triggered.</td></tr>
</table></p>
<h3 class="fn"><a name="QxtItemDataRole-enum"></a>enum Qxt::QxtItemDataRole</h3>
<p>Data roles for qxt models/views</p>
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>Qxt::ItemStartTimeRole</tt></td><td align="center" valign="top"><tt>Qt::UserRole + 1</tt></td><td valign="top">The starttime of a item in timebased views.</td></tr>
<tr><td valign="top"><tt>Qxt::ItemDurationRole</tt></td><td align="center" valign="top"><tt>ItemStartTimeRole + 1</tt></td><td valign="top">The duration of a item in timebased views.</td></tr>
<tr><td valign="top"><tt>Qxt::UserRole</tt></td><td align="center" valign="top"><tt>ItemDurationRole + 23</tt></td><td valign="top">The first role that can be used for application-specific purposes.</td></tr>
</table></p>
<h3 class="fn"><a name="Rotation-enum"></a>enum Qxt::Rotation</h3>
<p>This enum describes the rotation.</p>
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>Qxt::NoRotation</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">No rotation.</td></tr>
<tr><td valign="top"><tt>Qxt::UpsideDown</tt></td><td align="center" valign="top"><tt>180</tt></td><td valign="top">Upside down (180 degrees).</td></tr>
<tr><td valign="top"><tt>Qxt::Clockwise</tt></td><td align="center" valign="top"><tt>90</tt></td><td valign="top">Clockwise (90 degrees).</td></tr>
<tr><td valign="top"><tt>Qxt::CounterClockwise</tt></td><td align="center" valign="top"><tt>270</tt></td><td valign="top">CounterClockwise (-90 degrees).</td></tr>
</table></p>
<h3 class="fn"><a name="Timeunit-enum"></a>enum Qxt::Timeunit</h3>
<p>Time units</p>
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>Qxt::Second</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">A second</td></tr>
<tr><td valign="top"><tt>Qxt::Minute</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">A minute</td></tr>
<tr><td valign="top"><tt>Qxt::Hour</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">An hour</td></tr>
<tr><td valign="top"><tt>Qxt::Day</tt></td><td align="center" valign="top"><tt>3</tt></td><td valign="top">A day</td></tr>
<tr><td valign="top"><tt>Qxt::Week</tt></td><td align="center" valign="top"><tt>4</tt></td><td valign="top">A week</td></tr>
<tr><td valign="top"><tt>Qxt::Month</tt></td><td align="center" valign="top"><tt>5</tt></td><td valign="top">A month</td></tr>
<tr><td valign="top"><tt>Qxt::Year</tt></td><td align="center" valign="top"><tt>6</tt></td><td valign="top">A year</td></tr>
</table></p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td align="left">Copyright &copy; 2007-2010
<a href="mailto:foundation@libqxt.org">Qxt Foundation</a></td>
<td align="right"><div align="right">
<a href="http://libqxt.org">Qxt</a> 0.6.1</div></td>
</tr></table></div></address></body>
</html>