~ubuntu-branches/ubuntu/trusty/python-qt4/trusty

« back to all changes in this revision

Viewing changes to doc/html/qstyleoptionviewitemv2.html

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2013-11-13 14:02:27 UTC
  • mfrom: (1.5.18) (50.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20131113140227-jgpyxhgh4pc5j1s4
Tags: 4.10.3+dfsg-1
* Update pyrcc4 man page to list -py2 and -py3 options.
* Regenerate resource files during build.
* Repack orig tarball to remove non-free Sphinx-generated HTML
  documentation and non-free JS files (closes: #723039).
* Add debian/get-orig-source.sh script.
* Update debian/watch to mangle dfsg version.
* Drop debian/python-qt4-doc.docs, we install docs directly.
* Pass --debug to configure-ng.py when doing debug builds.
* Add a patch (phonon_cfgtest.diff) to fix detection of new Phonon
  versions.
* Add a patch (config_flags.diff) to apply build flags to designer
  module.
* Remove duplicate references to GPL license file from debian/copyright.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="iso-8859-1"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
3
 
<html><head><title>QStyleOptionViewItemV2 Class Reference</title><style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm }
4
 
a:link { color: #004faf; text-decoration: none }
5
 
a:visited { color: #672967; text-decoration: none }
6
 
td.postheader { font-family: sans-serif }
7
 
tr.address { font-family: sans-serif }
8
 
body { background: #ffffff; color: black; }
9
 
</style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">&#160;&#160;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&#160;&#183; <a href="classes.html"><font color="#004faf">All Classes</font></a>&#160;&#183; <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QStyleOptionViewItemV2 Class Reference<br /><sup><sup>[<a href="qtgui.html">QtGui</a> module]</sup></sup></h1><p>The QStyleOptionViewItemV2 class is used to describe the
10
 
parameters necessary for drawing a frame in Qt 4.2 or above.
11
 
<a href="#details">More...</a></p>
12
 
 
13
 
<p>Inherits <a href="qstyleoptionviewitem.html">QStyleOptionViewItem</a>.</p><p>Inherited by <a href="qstyleoptionviewitemv3.html">QStyleOptionViewItemV3</a>.</p><h3>Types</h3><ul><li><div class="fn" />enum <b><a href="qstyleoptionviewitemv2.html#StyleOptionVersion-enum">StyleOptionVersion</a></b> { Version }</li><li><div class="fn" />enum <b><a href="qstyleoptionviewitemv2.html#ViewItemFeature-enum">ViewItemFeature</a></b> { None, WrapText, Alternate, HasCheckIndicator, HasDisplay, HasDecoration }</li><li><div class="fn" />class <b><a href="qstyleoptionviewitemv2-viewitemfeatures.html">ViewItemFeatures</a></b></li></ul><h3>Methods</h3><ul><li><div class="fn" /><b><a href="qstyleoptionviewitemv2.html#QStyleOptionViewItemV2">__init__</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qstyleoptionviewitemv2.html#QStyleOptionViewItemV2-2">__init__</a></b> (<i>self</i>, QStyleOptionViewItemV2&#160;<i>other</i>)</li><li><div class="fn" /><b><a href="qstyleoptionviewitemv2.html#QStyleOptionViewItemV2-3">__init__</a></b> (<i>self</i>, QStyleOptionViewItem&#160;<i>other</i>)</li></ul><h3>Members</h3><ul><li><div class="fn" />ViewItemFeatures <b><a href="qstyleoptionviewitemv2.html#features-var">features</a></b></li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QStyleOptionViewItemV2 class is used to describe the
14
 
parameters necessary for drawing a frame in Qt 4.2 or above.</p>
15
 
<p>QStyleOptionViewItemV2 inherits <a href="qstyleoptionviewitem.html">QStyleOptionViewItem</a>.</p>
16
 
<p>An instance of the QStyleOptionViewItemV2 class has <a href="qstyleoption.html#type-varx">type</a> <a href="qstyleoption.html#OptionType-enum">SO_ViewItem</a> and <a href="qstyleoption.html#version-var">version</a> 2. The type is used
17
 
internally by <a href="qstyleoption.html">QStyleOption</a>, its
18
 
subclasses, and <a href="qstyleoption.html#qstyleoption_cast">qstyleoption_cast</a>() to
19
 
determine the type of style option. In general you do not need to
20
 
worry about this unless you want to create your own <a href="qstyleoption.html">QStyleOption</a> subclass and your own styles.
21
 
The version is used by <a href="qstyleoption.html">QStyleOption</a>
22
 
subclasses to implement extensions without breaking compatibility.
23
 
If you use <a href="qstyleoption.html#qstyleoption_cast">qstyleoption_cast</a>(), you
24
 
normally do not need to check it.</p>
25
 
<p>See <a href="qstyleoptionframev2.html">QStyleOptionFrameV2</a>'s
26
 
detailed description for a discussion of how to handle "V2"
27
 
classes.</p>
28
 
<hr /><h2>Type Documentation</h2><h3 class="fn"><a name="StyleOptionVersion-enum" />QStyleOptionViewItemV2.StyleOptionVersion</h3><p>This enum is used to hold information about the version of the
29
 
style option, and is defined for each <a href="qstyleoption.html">QStyleOption</a> subclass.</p>
30
 
<table class="valuelist">
31
 
<tr class="odd" valign="top">
32
 
<th class="tblConst">Constant</th>
33
 
<th class="tblval">Value</th>
34
 
<th class="tbldscr">Description</th>
35
 
</tr>
36
 
<tr>
37
 
<td class="topAlign"><tt>QStyleOptionViewItemV2.Version</tt></td>
38
 
<td class="topAlign"><tt>2</tt></td>
39
 
<td class="topAlign">2</td>
40
 
</tr>
41
 
</table>
42
 
<p>The version is used by <a href="qstyleoption.html">QStyleOption</a> subclasses to implement
43
 
extensions without breaking compatibility. If you use <a href="qstyleoption.html#qstyleoption_cast">qstyleoption_cast</a>(), you
44
 
normally do not need to check it.</p>
45
 
<p><b>See also</b> <a href="qstyleoptionviewitem.html#StyleOptionType-enum">StyleOptionType</a>.</p>
46
 
 
47
 
 
48
 
<h3 class="fn"><a name="ViewItemFeature-enum" />QStyleOptionViewItemV2.ViewItemFeature</h3><p>This enum describes the different types of features an item can
49
 
have.</p>
50
 
<table class="valuelist">
51
 
<tr class="odd" valign="top">
52
 
<th class="tblConst">Constant</th>
53
 
<th class="tblval">Value</th>
54
 
<th class="tbldscr">Description</th>
55
 
</tr>
56
 
<tr>
57
 
<td class="topAlign"><tt>QStyleOptionViewItemV2.None</tt></td>
58
 
<td class="topAlign"><tt>0x00</tt></td>
59
 
<td class="topAlign">Indicates a normal item.</td>
60
 
</tr>
61
 
<tr>
62
 
<td class="topAlign"><tt>QStyleOptionViewItemV2.WrapText</tt></td>
63
 
<td class="topAlign"><tt>0x01</tt></td>
64
 
<td class="topAlign">Indicates an item with wrapped text.</td>
65
 
</tr>
66
 
<tr>
67
 
<td class="topAlign">
68
 
<tt>QStyleOptionViewItemV2.Alternate</tt></td>
69
 
<td class="topAlign"><tt>0x02</tt></td>
70
 
<td class="topAlign">Indicates that the item's background is
71
 
rendered using alternateBase.</td>
72
 
</tr>
73
 
<tr>
74
 
<td class="topAlign">
75
 
<tt>QStyleOptionViewItemV2.HasCheckIndicator</tt></td>
76
 
<td class="topAlign"><tt>0x04</tt></td>
77
 
<td class="topAlign">Indicates that the item has a check state
78
 
indicator.</td>
79
 
</tr>
80
 
<tr>
81
 
<td class="topAlign">
82
 
<tt>QStyleOptionViewItemV2.HasDisplay</tt></td>
83
 
<td class="topAlign"><tt>0x08</tt></td>
84
 
<td class="topAlign">Indicates that the item has a display
85
 
role.</td>
86
 
</tr>
87
 
<tr>
88
 
<td class="topAlign">
89
 
<tt>QStyleOptionViewItemV2.HasDecoration</tt></td>
90
 
<td class="topAlign"><tt>0x10</tt></td>
91
 
<td class="topAlign">Indicates that the item has a decoration
92
 
role.</td>
93
 
</tr>
94
 
</table>
95
 
<p>The ViewItemFeatures type is a typedef for <a href="qflags.html">QFlags</a>&lt;ViewItemFeature&gt;. It stores an OR
96
 
combination of ViewItemFeature values.</p>
97
 
<hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QStyleOptionViewItemV2" />QStyleOptionViewItemV2.__init__ (<i>self</i>)</h3><p>Constructs a <a href="qstyleoptionviewitemv2.html">QStyleOptionViewItemV2</a>
98
 
object.</p>
99
 
 
100
 
 
101
 
<h3 class="fn"><a name="QStyleOptionViewItemV2-2" />QStyleOptionViewItemV2.__init__ (<i>self</i>, <a href="qstyleoptionviewitemv2.html">QStyleOptionViewItemV2</a>&#160;<i>other</i>)</h3><p>Constructs a copy of <i>other</i>.</p>
102
 
 
103
 
 
104
 
<h3 class="fn"><a name="QStyleOptionViewItemV2-3" />QStyleOptionViewItemV2.__init__ (<i>self</i>, <a href="qstyleoptionviewitem.html">QStyleOptionViewItem</a>&#160;<i>other</i>)</h3><p>Constructs a <a href="qstyleoptionviewitemv2.html">QStyleOptionViewItemV2</a> copy of
105
 
the <i>other</i> style option which can be either of the <a href="qstyleoptionviewitemv2.html">QStyleOptionViewItemV2</a> or
106
 
<a href="qstyleoptionviewitem.html">QStyleOptionViewItem</a>
107
 
types.</p>
108
 
<p>If the <i>other</i> style option's version is 1, the new style
109
 
option's <a href="qstyleoptionviewitemv2.html#ViewItemFeature-enum">ViewItemFeature</a>
110
 
value is set to <a href="qstyleoptionviewitemv2.html#ViewItemFeature-enum">QStyleOptionViewItemV2.None</a>.
111
 
If its version is 2, its <a href="qstyleoptionviewitemv2.html#ViewItemFeature-enum">ViewItemFeature</a>
112
 
value is simply copied to the new style option.</p>
113
 
<p><b>See also</b> <a href="qstyleoption.html#version-var">version</a>.</p>
114
 
 
115
 
 
116
 
<hr /><h2>Member Documentation</h2><h3 class="fn"><a name="features-var" /><a href="qstyleoptionviewitemv2-viewitemfeatures.html">ViewItemFeatures</a> features</h3><p>This variable holds a bitwise OR of the features that describe
117
 
this view item.</p>
118
 
<p><b>See also</b> <a href="qstyleoptionviewitemv2.html#ViewItemFeature-enum">ViewItemFeature</a>.</p>
119
 
<address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td align="left" width="25%">PyQt&#160;4.10.3 for X11</td><td align="center" width="50%">Copyright &#169; <a href="http://www.riverbankcomputing.com">Riverbank&#160;Computing&#160;Ltd</a> and <a href="http://www.qtsoftware.com">Nokia</a> 2012</td><td align="right" width="25%">Qt&#160;4.8.5</td></tr></table></div></address></body></html>
 
 
b'\\ No newline at end of file'