Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 0046e433026e736ef76dbfd300885328 > files > 124

qtscriptbindings-0.1.0-13.fc14.x86_64.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">
<head>
  <title>QCursor Class Reference</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center">QCursor Class Reference</h1>
<h3 align="center">[<a href="com_trolltech_qt_gui.html">com.trolltech.qt.gui</a> package]</h3>
<h3>Constructor</h3>
<ul>
<li><div class="fn"/><b>void QCursor()</b></li>
<li><div class="fn"/><b>void QCursor(CursorShape shape)</b></li>
<li><div class="fn"/><b>void QCursor(QBitmap bitmap, QBitmap mask, int hotX, int hotY)</b></li>
<li><div class="fn"/><b>void QCursor(QCursor cursor)</b></li>
<li><div class="fn"/><b>void QCursor(QPixmap pixmap, int hotX, int hotY)</b></li>
</ul>
<h3>Constructor Properties</h3>
<ul>
<li><b>prototype</b>: The QCursor prototype object</li>
<li><div class="fn"/><b>QPoint pos()</b></li>
<li><div class="fn"/><b>void setPos(QPoint p)</b></li>
</ul>
<h3>Prototype Object Properties</h3>
<ul>
<li><div class="fn"/><b>QBitmap bitmap()</b></li>
<li><div class="fn"/><b>QPoint hotSpot()</b></li>
<li><div class="fn"/><b>QBitmap mask()</b></li>
<li><div class="fn"/><b>QPixmap pixmap()</b></li>
<li><div class="fn"/><b>void readFrom(QDataStream inS)</b></li>
<li><div class="fn"/><b>void setShape(CursorShape newShape)</b></li>
<li><div class="fn"/><b>CursorShape shape()</b></li>
<li><div class="fn"/><b>void writeTo(QDataStream outS)</b></li>
</ul>
<h3>Instance Properties</h3>
<p>QCursor objects have no special properties beyond those inherited from the QCursor prototype object.</p>
</body>
</html>