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

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.Project.FiletypeAssociationDialog.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
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.Project.FiletypeAssociationDialog</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.Project.FiletypeAssociationDialog</font></h1>
8
 
<p>
9
 
Module implementing a dialog to enter filetype associations for the project.
10
 
</p>
11
 
<h3><font color="#FF0000">Classes</font></h3>
12
 
<table>
13
 
<tr>
14
 
<td><a href="#FiletypeAssociationDialog">FiletypeAssociationDialog</a></td>
15
 
<td>Class implementing a dialog to enter filetype associations for the project.</td>
16
 
</tr>
17
 
</table>
18
 
<h3><font color="#FF0000">Functions</font></h3>
19
 
<table>
20
 
<tr><td>None</td></tr>
21
 
</table>
22
 
<hr /><hr />
23
 
<a NAME="FiletypeAssociationDialog" ID="FiletypeAssociationDialog"></a>
24
 
<h2><font color="#0000FF">FiletypeAssociationDialog</font></h2>
25
 
<p>
26
 
    Class implementing a dialog to enter filetype associations for the project.
27
 
</p>
28
 
<h3><font color="#FF0000">Derived from</font></h3>
29
 
FiletypeAssociationForm
30
 
<h3><font color="#FF0000">Methods</font></h3>
31
 
<table>
32
 
<tr>
33
 
<td><a href="#FiletypeAssociationDialog.__init__">FiletypeAssociationDialog</a></td>
34
 
<td>Constructor</td>
35
 
</tr><tr>
36
 
<td><a href="#FiletypeAssociationDialog.handleAssociationAdd">handleAssociationAdd</a></td>
37
 
<td>Private slot to add the association displayed to the listbox.</td>
38
 
</tr><tr>
39
 
<td><a href="#FiletypeAssociationDialog.handleAssociationDelete">handleAssociationDelete</a></td>
40
 
<td>Private slot to delete the currently selected association of the listbox.</td>
41
 
</tr><tr>
42
 
<td><a href="#FiletypeAssociationDialog.handleAssociationSelected">handleAssociationSelected</a></td>
43
 
<td>Private slot to handle the clicked signal of the association list.</td>
44
 
</tr><tr>
45
 
<td><a href="#FiletypeAssociationDialog.handlePatternTextChanged">handlePatternTextChanged</a></td>
46
 
<td>Private slot to handle the textChanged signal of the pattern lineedit.</td>
47
 
</tr><tr>
48
 
<td><a href="#FiletypeAssociationDialog.transferData">transferData</a></td>
49
 
<td>Public slot to transfer the associations into the projects data structure.</td>
50
 
</tr>
51
 
</table>
52
 
<p><a NAME="FiletypeAssociationDialog.__init__" ID="FiletypeAssociationDialog__init__"></a>
53
 
<h3><font color="#0000FF">FiletypeAssociationDialog (Constructor)</font></h3>
54
 
<b>FiletypeAssociationDialog</b>(<i>project, parent = None</i>)
55
 
<p>
56
 
        Constructor
57
 
</p><dl>
58
 
<dt><i>project</i></dt>
59
 
<dd>
60
 
reference to the project object
61
 
</dd><dt><i>parent</i></dt>
62
 
<dd>
63
 
reference to the parent widget (QWidget)
64
 
</dd>
65
 
</dl><a NAME="FiletypeAssociationDialog.handleAssociationAdd" ID="FiletypeAssociationDialoghandleAssociationAdd"></a>
66
 
<h3><font color="#0000FF">FiletypeAssociationDialog.handleAssociationAdd</font></h3>
67
 
<b>handleAssociationAdd</b>(<i></i>)
68
 
<p>
69
 
        Private slot to add the association displayed to the listbox.
70
 
</p><a NAME="FiletypeAssociationDialog.handleAssociationDelete" ID="FiletypeAssociationDialoghandleAssociationDelete"></a>
71
 
<h3><font color="#0000FF">FiletypeAssociationDialog.handleAssociationDelete</font></h3>
72
 
<b>handleAssociationDelete</b>(<i></i>)
73
 
<p>
74
 
        Private slot to delete the currently selected association of the listbox.
75
 
</p><a NAME="FiletypeAssociationDialog.handleAssociationSelected" ID="FiletypeAssociationDialoghandleAssociationSelected"></a>
76
 
<h3><font color="#0000FF">FiletypeAssociationDialog.handleAssociationSelected</font></h3>
77
 
<b>handleAssociationSelected</b>(<i>itm</i>)
78
 
<p>
79
 
        Private slot to handle the clicked signal of the association list.
80
 
</p><dl>
81
 
<dt><i>itm</i></dt>
82
 
<dd>
83
 
reference to the selecte item (QListViewItem)
84
 
</dd>
85
 
</dl><a NAME="FiletypeAssociationDialog.handlePatternTextChanged" ID="FiletypeAssociationDialoghandlePatternTextChanged"></a>
86
 
<h3><font color="#0000FF">FiletypeAssociationDialog.handlePatternTextChanged</font></h3>
87
 
<b>handlePatternTextChanged</b>(<i>txt</i>)
88
 
<p>
89
 
        Private slot to handle the textChanged signal of the pattern lineedit.
90
 
</p><dl>
91
 
<dt><i>txt</i></dt>
92
 
<dd>
93
 
text of the lineedit (QString)
94
 
</dd>
95
 
</dl><a NAME="FiletypeAssociationDialog.transferData" ID="FiletypeAssociationDialogtransferData"></a>
96
 
<h3><font color="#0000FF">FiletypeAssociationDialog.transferData</font></h3>
97
 
<b>transferData</b>(<i></i>)
98
 
<p>
99
 
        Public slot to transfer the associations into the projects data structure.
100
 
</p></p>
101
 
<div align="right"><a href="#top">Up</a></div>
102
 
<hr />
103
 
</body></html>
 
 
b'\\ No newline at end of file'