src/eric7/Documentation/Source/eric7.Network.IRC.IrcMessageEdit.html

branch
eric7
changeset 10428
a071d4065202
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
106 <p> 106 <p>
107 Private method to add an entry to the history. 107 Private method to add an entry to the history.
108 </p> 108 </p>
109 <dl> 109 <dl>
110 110
111 <dt><i>txt</i></dt> 111 <dt><i>txt</i> (str)</dt>
112 <dd> 112 <dd>
113 text to be added to the history (string) 113 text to be added to the history
114 </dd> 114 </dd>
115 </dl> 115 </dl>
116 <a NAME="IrcMessageEdit.__getHistory" ID="IrcMessageEdit.__getHistory"></a> 116 <a NAME="IrcMessageEdit.__getHistory" ID="IrcMessageEdit.__getHistory"></a>
117 <h4>IrcMessageEdit.__getHistory</h4> 117 <h4>IrcMessageEdit.__getHistory</h4>
118 <b>__getHistory</b>(<i>up</i>) 118 <b>__getHistory</b>(<i>up</i>)
120 <p> 120 <p>
121 Private method to move in the history. 121 Private method to move in the history.
122 </p> 122 </p>
123 <dl> 123 <dl>
124 124
125 <dt><i>up</i></dt> 125 <dt><i>up</i> (bool)</dt>
126 <dd> 126 <dd>
127 flag indicating the direction (boolean) 127 flag indicating the direction
128 </dd> 128 </dd>
129 </dl> 129 </dl>
130 <a NAME="IrcMessageEdit.keyPressEvent" ID="IrcMessageEdit.keyPressEvent"></a> 130 <a NAME="IrcMessageEdit.keyPressEvent" ID="IrcMessageEdit.keyPressEvent"></a>
131 <h4>IrcMessageEdit.keyPressEvent</h4> 131 <h4>IrcMessageEdit.keyPressEvent</h4>
132 <b>keyPressEvent</b>(<i>evt</i>) 132 <b>keyPressEvent</b>(<i>evt</i>)
134 <p> 134 <p>
135 Protected method implementing special key handling. 135 Protected method implementing special key handling.
136 </p> 136 </p>
137 <dl> 137 <dl>
138 138
139 <dt><i>evt</i></dt> 139 <dt><i>evt</i> (QKeyEvent)</dt>
140 <dd> 140 <dd>
141 reference to the event (QKeyEvent) 141 reference to the event
142 </dd> 142 </dd>
143 </dl> 143 </dl>
144 <a NAME="IrcMessageEdit.setText" ID="IrcMessageEdit.setText"></a> 144 <a NAME="IrcMessageEdit.setText" ID="IrcMessageEdit.setText"></a>
145 <h4>IrcMessageEdit.setText</h4> 145 <h4>IrcMessageEdit.setText</h4>
146 <b>setText</b>(<i>text</i>) 146 <b>setText</b>(<i>text</i>)
152 Note: This reimplementation ensures, that the cursor is at the end of 152 Note: This reimplementation ensures, that the cursor is at the end of
153 the text. 153 the text.
154 </p> 154 </p>
155 <dl> 155 <dl>
156 156
157 <dt><i>text</i></dt> 157 <dt><i>text</i> (str)</dt>
158 <dd> 158 <dd>
159 text to be set (string) 159 text to be set
160 </dd> 160 </dd>
161 </dl> 161 </dl>
162 <a NAME="IrcMessageEdit.wheelEvent" ID="IrcMessageEdit.wheelEvent"></a> 162 <a NAME="IrcMessageEdit.wheelEvent" ID="IrcMessageEdit.wheelEvent"></a>
163 <h4>IrcMessageEdit.wheelEvent</h4> 163 <h4>IrcMessageEdit.wheelEvent</h4>
164 <b>wheelEvent</b>(<i>evt</i>) 164 <b>wheelEvent</b>(<i>evt</i>)
166 <p> 166 <p>
167 Protected slot to support wheel events. 167 Protected slot to support wheel events.
168 </p> 168 </p>
169 <dl> 169 <dl>
170 170
171 <dt><i>evt</i></dt> 171 <dt><i>evt</i> (QWheelEvent)</dt>
172 <dd> 172 <dd>
173 reference to the wheel event (QWheelEvent) 173 reference to the wheel event
174 </dd> 174 </dd>
175 </dl> 175 </dl>
176 <div align="right"><a href="#top">Up</a></div> 176 <div align="right"><a href="#top">Up</a></div>
177 <hr /> 177 <hr />
178 </body></html> 178 </body></html>

eric ide

mercurial