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

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric4.Preferences.ConfigurationPages.EditorHighlightersPage.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.Preferences.ConfigurationPages.EditorHighlightersPage</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.Preferences.ConfigurationPages.EditorHighlightersPage</h1>
 
24
<p>
 
25
Module implementing the Editor Highlighter Associations configuration page.
 
26
</p>
 
27
<h3>Classes</h3>
 
28
<table>
 
29
<tr>
 
30
<td><a href="#EditorHighlightersPage">EditorHighlightersPage</a></td>
 
31
<td>Class implementing the Editor Highlighter Associations configuration page.</td>
 
32
</tr>
 
33
</table>
 
34
<h3>Functions</h3>
 
35
<table>
 
36
<tr>
 
37
<td><a href="#create">create</a></td>
 
38
<td>Module function to create the configuration page.</td>
 
39
</tr>
 
40
</table>
 
41
<hr /><hr />
 
42
<a NAME="EditorHighlightersPage" ID="EditorHighlightersPage"></a>
 
43
<h2>EditorHighlightersPage</h2>
 
44
<p>
 
45
    Class implementing the Editor Highlighter Associations configuration page.
 
46
</p>
 
47
<h3>Derived from</h3>
 
48
ConfigurationPageBase, Ui_EditorHighlightersPage
 
49
<h3>Methods</h3>
 
50
<table>
 
51
<tr>
 
52
<td><a href="#EditorHighlightersPage.__init__">EditorHighlightersPage</a></td>
 
53
<td>Constructor</td>
 
54
</tr><tr>
 
55
<td><a href="#EditorHighlightersPage.on_addLexerButton_clicked">on_addLexerButton_clicked</a></td>
 
56
<td>Private slot to add the lexer association displayed to the list.</td>
 
57
</tr><tr>
 
58
<td><a href="#EditorHighlightersPage.on_deleteLexerButton_clicked">on_deleteLexerButton_clicked</a></td>
 
59
<td>Private slot to delete the currently selected lexer association of the list.</td>
 
60
</tr><tr>
 
61
<td><a href="#EditorHighlightersPage.on_editorLexerList_itemActivated">on_editorLexerList_itemActivated</a></td>
 
62
<td>Private slot to handle the activated signal of the lexer association list.</td>
 
63
</tr><tr>
 
64
<td><a href="#EditorHighlightersPage.on_editorLexerList_itemClicked">on_editorLexerList_itemClicked</a></td>
 
65
<td>Private slot to handle the clicked signal of the lexer association list.</td>
 
66
</tr><tr>
 
67
<td><a href="#EditorHighlightersPage.save">save</a></td>
 
68
<td>Public slot to save the Editor Highlighter Associations configuration.</td>
 
69
</tr>
 
70
</table>
 
71
<p><a NAME="EditorHighlightersPage.__init__" ID="EditorHighlightersPage.__init__"></a>
 
72
<h4>EditorHighlightersPage (Constructor)</h4>
 
73
<b>EditorHighlightersPage</b>(<i>lexers</i>)
 
74
<p>
 
75
        Constructor
 
76
</p><dl>
 
77
<dt><i>lexers</i></dt>
 
78
<dd>
 
79
reference to the lexers dictionary
 
80
</dd>
 
81
</dl><a NAME="EditorHighlightersPage.on_addLexerButton_clicked" ID="EditorHighlightersPage.on_addLexerButton_clicked"></a>
 
82
<h4>EditorHighlightersPage.on_addLexerButton_clicked</h4>
 
83
<b>on_addLexerButton_clicked</b>(<i></i>)
 
84
<p>
 
85
        Private slot to add the lexer association displayed to the list.
 
86
</p><a NAME="EditorHighlightersPage.on_deleteLexerButton_clicked" ID="EditorHighlightersPage.on_deleteLexerButton_clicked"></a>
 
87
<h4>EditorHighlightersPage.on_deleteLexerButton_clicked</h4>
 
88
<b>on_deleteLexerButton_clicked</b>(<i></i>)
 
89
<p>
 
90
        Private slot to delete the currently selected lexer association of the list.
 
91
</p><a NAME="EditorHighlightersPage.on_editorLexerList_itemActivated" ID="EditorHighlightersPage.on_editorLexerList_itemActivated"></a>
 
92
<h4>EditorHighlightersPage.on_editorLexerList_itemActivated</h4>
 
93
<b>on_editorLexerList_itemActivated</b>(<i>itm, column</i>)
 
94
<p>
 
95
        Private slot to handle the activated signal of the lexer association list.
 
96
</p><dl>
 
97
<dt><i>itm</i></dt>
 
98
<dd>
 
99
reference to the selecte item (QTreeWidgetItem)
 
100
</dd><dt><i>column</i></dt>
 
101
<dd>
 
102
column the item was clicked or activated (integer) (ignored)
 
103
</dd>
 
104
</dl><a NAME="EditorHighlightersPage.on_editorLexerList_itemClicked" ID="EditorHighlightersPage.on_editorLexerList_itemClicked"></a>
 
105
<h4>EditorHighlightersPage.on_editorLexerList_itemClicked</h4>
 
106
<b>on_editorLexerList_itemClicked</b>(<i>itm, column</i>)
 
107
<p>
 
108
        Private slot to handle the clicked signal of the lexer association list.
 
109
</p><dl>
 
110
<dt><i>itm</i></dt>
 
111
<dd>
 
112
reference to the selecte item (QTreeWidgetItem)
 
113
</dd><dt><i>column</i></dt>
 
114
<dd>
 
115
column the item was clicked or activated (integer) (ignored)
 
116
</dd>
 
117
</dl><a NAME="EditorHighlightersPage.save" ID="EditorHighlightersPage.save"></a>
 
118
<h4>EditorHighlightersPage.save</h4>
 
119
<b>save</b>(<i></i>)
 
120
<p>
 
121
        Public slot to save the Editor Highlighter Associations configuration.
 
122
</p></p>
 
123
<div align="right"><a href="#top">Up</a></div>
 
124
<hr /><hr />
 
125
<a NAME="create" ID="create"></a>
 
126
<h2>create</h2>
 
127
<b>create</b>(<i>dlg</i>)
 
128
<p>
 
129
    Module function to create the configuration page.
 
130
</p><dl>
 
131
<dt><i>dlg</i></dt>
 
132
<dd>
 
133
reference to the configuration dialog
 
134
</dd>
 
135
</dl>
 
136
<div align="right"><a href="#top">Up</a></div>
 
137
<hr />
 
138
</body></html>
 
 
b'\\ No newline at end of file'