~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.Checks.TabnannyDialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
 
3
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
 
4
<html><head>
 
5
<title>eric4.Checks.TabnannyDialog</title>
 
6
<style>
 
7
body {
 
8
    background:white;
 
9
    margin: 0em 1em 10em 1em;
 
10
    color: black;
 
11
}
 
12
 
 
13
h1 { color: white; background: #4FA4FF; }
 
14
h2 { color: white; background: #4FA4FF; }
 
15
h3 { color: white; background: #00557F; }
 
16
h4 { color: white; background: #00557F; }
 
17
    
 
18
a { color: #AA5500; }
 
19
 
 
20
</style>
 
21
</head>
 
22
<body><a NAME="top" ID="top"></a>
 
23
<h1>eric4.Checks.TabnannyDialog</h1>
 
24
<p>
 
25
Module implementing a dialog to show the output of the tabnanny command process.
 
26
</p>
 
27
<h3>Classes</h3>
 
28
<table>
 
29
<tr>
 
30
<td><a href="#TabnannyDialog">TabnannyDialog</a></td>
 
31
<td>Class implementing a dialog to show the results of the tabnanny check run.</td>
 
32
</tr>
 
33
</table>
 
34
<h3>Functions</h3>
 
35
<table>
 
36
<tr><td>None</td></tr>
 
37
</table>
 
38
<hr /><hr />
 
39
<a NAME="TabnannyDialog" ID="TabnannyDialog"></a>
 
40
<h2>TabnannyDialog</h2>
 
41
<p>
 
42
    Class implementing a dialog to show the results of the tabnanny check run.
 
43
</p>
 
44
<h3>Derived from</h3>
 
45
QDialog, Ui_TabnannyDialog
 
46
<h3>Methods</h3>
 
47
<table>
 
48
<tr>
 
49
<td><a href="#TabnannyDialog.__init__">TabnannyDialog</a></td>
 
50
<td>Constructor</td>
 
51
</tr><tr>
 
52
<td><a href="#TabnannyDialog.__createResultItem">__createResultItem</a></td>
 
53
<td>Private method to create an entry in the result list.</td>
 
54
</tr><tr>
 
55
<td><a href="#TabnannyDialog.__finish">__finish</a></td>
 
56
<td>Private slot called when the action or the user pressed the button.</td>
 
57
</tr><tr>
 
58
<td><a href="#TabnannyDialog.__resort">__resort</a></td>
 
59
<td>Private method to resort the tree.</td>
 
60
</tr><tr>
 
61
<td><a href="#TabnannyDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
 
62
<td>Private slot called by a button of the button box clicked.</td>
 
63
</tr><tr>
 
64
<td><a href="#TabnannyDialog.on_resultList_itemActivated">on_resultList_itemActivated</a></td>
 
65
<td>Private slot to handle the activation of an item.</td>
 
66
</tr><tr>
 
67
<td><a href="#TabnannyDialog.start">start</a></td>
 
68
<td>Public slot to start the tabnanny check.</td>
 
69
</tr>
 
70
</table>
 
71
<p><a NAME="TabnannyDialog.__init__" ID="TabnannyDialog.__init__"></a>
 
72
<h4>TabnannyDialog (Constructor)</h4>
 
73
<b>TabnannyDialog</b>(<i>parent = None</i>)
 
74
<p>
 
75
        Constructor
 
76
</p><dl>
 
77
<dt><i>parent</i></dt>
 
78
<dd>
 
79
The parent widget (QWidget).
 
80
</dd>
 
81
</dl><a NAME="TabnannyDialog.__createResultItem" ID="TabnannyDialog.__createResultItem"></a>
 
82
<h4>TabnannyDialog.__createResultItem</h4>
 
83
<b>__createResultItem</b>(<i>file, line, sourcecode</i>)
 
84
<p>
 
85
        Private method to create an entry in the result list.
 
86
</p><dl>
 
87
<dt><i>file</i></dt>
 
88
<dd>
 
89
filename of file (string or QString)
 
90
</dd><dt><i>line</i></dt>
 
91
<dd>
 
92
linenumber of faulty source (integer or string)
 
93
</dd><dt><i>sourcecode</i></dt>
 
94
<dd>
 
95
faulty line of code (string)
 
96
</dd>
 
97
</dl><a NAME="TabnannyDialog.__finish" ID="TabnannyDialog.__finish"></a>
 
98
<h4>TabnannyDialog.__finish</h4>
 
99
<b>__finish</b>(<i></i>)
 
100
<p>
 
101
        Private slot called when the action or the user pressed the button.
 
102
</p><a NAME="TabnannyDialog.__resort" ID="TabnannyDialog.__resort"></a>
 
103
<h4>TabnannyDialog.__resort</h4>
 
104
<b>__resort</b>(<i></i>)
 
105
<p>
 
106
        Private method to resort the tree.
 
107
</p><a NAME="TabnannyDialog.on_buttonBox_clicked" ID="TabnannyDialog.on_buttonBox_clicked"></a>
 
108
<h4>TabnannyDialog.on_buttonBox_clicked</h4>
 
109
<b>on_buttonBox_clicked</b>(<i>button</i>)
 
110
<p>
 
111
        Private slot called by a button of the button box clicked.
 
112
</p><dl>
 
113
<dt><i>button</i></dt>
 
114
<dd>
 
115
button that was clicked (QAbstractButton)
 
116
</dd>
 
117
</dl><a NAME="TabnannyDialog.on_resultList_itemActivated" ID="TabnannyDialog.on_resultList_itemActivated"></a>
 
118
<h4>TabnannyDialog.on_resultList_itemActivated</h4>
 
119
<b>on_resultList_itemActivated</b>(<i>itm, col</i>)
 
120
<p>
 
121
        Private slot to handle the activation of an item. 
 
122
</p><dl>
 
123
<dt><i>itm</i></dt>
 
124
<dd>
 
125
reference to the activated item (QTreeWidgetItem)
 
126
</dd><dt><i>col</i></dt>
 
127
<dd>
 
128
column the item was activated in (integer)
 
129
</dd>
 
130
</dl><a NAME="TabnannyDialog.start" ID="TabnannyDialog.start"></a>
 
131
<h4>TabnannyDialog.start</h4>
 
132
<b>start</b>(<i>fn</i>)
 
133
<p>
 
134
        Public slot to start the tabnanny check.
 
135
</p><dl>
 
136
<dt><i>fn</i></dt>
 
137
<dd>
 
138
File or list of files or directory to be checked
 
139
                (string or list of strings)
 
140
</dd>
 
141
</dl></p>
 
142
<div align="right"><a href="#top">Up</a></div>
 
143
<hr />
 
144
</body></html>
 
 
b'\\ No newline at end of file'