Documentation/Source/eric4.Project.LexerAssociationDialog.html

changeset 3
0d9daebf5b8c
equal deleted inserted replaced
2:bc6196164237 3:0d9daebf5b8c
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.Project.LexerAssociationDialog</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.Project.LexerAssociationDialog</h1>
24 <p>
25 Module implementing a dialog to enter lexer associations for the project.
26 </p>
27 <h3>Global Attributes</h3>
28 <table>
29 <tr><td>None</td></tr>
30 </table>
31 <h3>Classes</h3>
32 <table>
33 <tr>
34 <td><a href="#LexerAssociationDialog">LexerAssociationDialog</a></td>
35 <td>Class implementing a dialog to enter lexer associations for the project.</td>
36 </tr>
37 </table>
38 <h3>Functions</h3>
39 <table>
40 <tr><td>None</td></tr>
41 </table>
42 <hr /><hr />
43 <a NAME="LexerAssociationDialog" ID="LexerAssociationDialog"></a>
44 <h2>LexerAssociationDialog</h2>
45 <p>
46 Class implementing a dialog to enter lexer associations for the project.
47 </p>
48 <h3>Derived from</h3>
49 QDialog, Ui_LexerAssociationDialog
50 <h3>Class Attributes</h3>
51 <table>
52 <tr><td>None</td></tr>
53 </table>
54 <h3>Methods</h3>
55 <table>
56 <tr>
57 <td><a href="#LexerAssociationDialog.__init__">LexerAssociationDialog</a></td>
58 <td>Constructor</td>
59 </tr><tr>
60 <td><a href="#LexerAssociationDialog.on_addLexerButton_clicked">on_addLexerButton_clicked</a></td>
61 <td>Private slot to add the lexer association displayed to the list.</td>
62 </tr><tr>
63 <td><a href="#LexerAssociationDialog.on_deleteLexerButton_clicked">on_deleteLexerButton_clicked</a></td>
64 <td>Private slot to delete the currently selected lexer association of the list.</td>
65 </tr><tr>
66 <td><a href="#LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged">on_editorLexerCombo_currentIndexChanged</a></td>
67 <td>Private slot to handle the selection of a lexer.</td>
68 </tr><tr>
69 <td><a href="#LexerAssociationDialog.on_editorLexerList_itemActivated">on_editorLexerList_itemActivated</a></td>
70 <td>Private slot to handle the activated signal of the lexer association list.</td>
71 </tr><tr>
72 <td><a href="#LexerAssociationDialog.on_editorLexerList_itemClicked">on_editorLexerList_itemClicked</a></td>
73 <td>Private slot to handle the clicked signal of the lexer association list.</td>
74 </tr><tr>
75 <td><a href="#LexerAssociationDialog.transferData">transferData</a></td>
76 <td>Public slot to transfer the associations into the projects data structure.</td>
77 </tr>
78 </table>
79 <a NAME="LexerAssociationDialog.__init__" ID="LexerAssociationDialog.__init__"></a>
80 <h4>LexerAssociationDialog (Constructor)</h4>
81 <b>LexerAssociationDialog</b>(<i>project, parent = None</i>)
82 <p>
83 Constructor
84 </p><dl>
85 <dt><i>project</i></dt>
86 <dd>
87 reference to the project object
88 </dd><dt><i>parent</i></dt>
89 <dd>
90 reference to the parent widget (QWidget)
91 </dd>
92 </dl><a NAME="LexerAssociationDialog.on_addLexerButton_clicked" ID="LexerAssociationDialog.on_addLexerButton_clicked"></a>
93 <h4>LexerAssociationDialog.on_addLexerButton_clicked</h4>
94 <b>on_addLexerButton_clicked</b>(<i></i>)
95 <p>
96 Private slot to add the lexer association displayed to the list.
97 </p><a NAME="LexerAssociationDialog.on_deleteLexerButton_clicked" ID="LexerAssociationDialog.on_deleteLexerButton_clicked"></a>
98 <h4>LexerAssociationDialog.on_deleteLexerButton_clicked</h4>
99 <b>on_deleteLexerButton_clicked</b>(<i></i>)
100 <p>
101 Private slot to delete the currently selected lexer association of the list.
102 </p><a NAME="LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged" ID="LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged"></a>
103 <h4>LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged</h4>
104 <b>on_editorLexerCombo_currentIndexChanged</b>(<i>text</i>)
105 <p>
106 Private slot to handle the selection of a lexer.
107 </p><dl>
108 <dt><i>text</i></dt>
109 <dd>
110 text of the line edit (string)
111 </dd>
112 </dl><a NAME="LexerAssociationDialog.on_editorLexerList_itemActivated" ID="LexerAssociationDialog.on_editorLexerList_itemActivated"></a>
113 <h4>LexerAssociationDialog.on_editorLexerList_itemActivated</h4>
114 <b>on_editorLexerList_itemActivated</b>(<i>itm, column</i>)
115 <p>
116 Private slot to handle the activated signal of the lexer association list.
117 </p><dl>
118 <dt><i>itm</i></dt>
119 <dd>
120 reference to the selecte item (QTreeWidgetItem)
121 </dd><dt><i>column</i></dt>
122 <dd>
123 column the item was clicked or activated (integer) (ignored)
124 </dd>
125 </dl><a NAME="LexerAssociationDialog.on_editorLexerList_itemClicked" ID="LexerAssociationDialog.on_editorLexerList_itemClicked"></a>
126 <h4>LexerAssociationDialog.on_editorLexerList_itemClicked</h4>
127 <b>on_editorLexerList_itemClicked</b>(<i>itm, column</i>)
128 <p>
129 Private slot to handle the clicked signal of the lexer association list.
130 </p><dl>
131 <dt><i>itm</i></dt>
132 <dd>
133 reference to the selecte item (QTreeWidgetItem)
134 </dd><dt><i>column</i></dt>
135 <dd>
136 column the item was clicked or activated (integer) (ignored)
137 </dd>
138 </dl><a NAME="LexerAssociationDialog.transferData" ID="LexerAssociationDialog.transferData"></a>
139 <h4>LexerAssociationDialog.transferData</h4>
140 <b>transferData</b>(<i></i>)
141 <p>
142 Public slot to transfer the associations into the projects data structure.
143 </p>
144 <div align="right"><a href="#top">Up</a></div>
145 <hr />
146 </body></html>

eric ide

mercurial