Sophie

Sophie

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

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>QModelIndex Class Reference</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center">QModelIndex Class Reference</h1>
<h3 align="center">[<a href="com_trolltech_qt_core.html">com.trolltech.qt.core</a> package]</h3>
<h3>Constructor</h3>
<ul>
<li><div class="fn"/><b>void QModelIndex()</b></li>
<li><div class="fn"/><b>void QModelIndex(QModelIndex other)</b></li>
</ul>
<h3>Constructor Properties</h3>
<ul>
<li><b>prototype</b>: The QModelIndex prototype object</li>
</ul>
<h3>Prototype Object Properties</h3>
<ul>
<li><div class="fn"/><b>QModelIndex child(int row, int column)</b></li>
<li><div class="fn"/><b>int column()</b></li>
<li><div class="fn"/><b>Object data(int role)</b></li>
<li><div class="fn"/><b>ItemFlags flags()</b></li>
<li><div class="fn"/><b>qint64 internalId()</b></li>
<li><div class="fn"/><b>void internalPointer()</b></li>
<li><div class="fn"/><b>bool isValid()</b></li>
<li><div class="fn"/><b>QAbstractItemModel model()</b></li>
<li><div class="fn"/><b>bool operator_equal(QModelIndex other)</b></li>
<li><div class="fn"/><b>bool operator_less(QModelIndex other)</b></li>
<li><div class="fn"/><b>QModelIndex parent()</b></li>
<li><div class="fn"/><b>int row()</b></li>
<li><div class="fn"/><b>QModelIndex sibling(int row, int column)</b></li>
</ul>
<h3>Instance Properties</h3>
<p>QModelIndex objects have no special properties beyond those inherited from the QModelIndex prototype object.</p>
</body>
</html>