Updated source docu.

Wed, 03 Oct 2018 19:55:11 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 03 Oct 2018 19:55:11 +0200
changeset 6536
c3dca7b0a486
parent 6535
6e8b59db4c70
child 6537
61a8d416dd34

Updated source docu.

APIs/Python3/eric6.api file | annotate | diff | comparison | revisions
APIs/Python3/eric6.bas file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric6.E5Gui.E5TextInputDialog.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Network.IRC.IrcChannelWidget.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric6.E5Gui.html file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric6.api	Wed Oct 03 19:54:23 2018 +0200
+++ b/APIs/Python3/eric6.api	Wed Oct 03 19:55:11 2018 +0200
@@ -1282,6 +1282,14 @@
 eric6.E5Gui.E5TextEditSearchWidget.E5TextEditSearchWidget.on_findtextCombo_editTextChanged?4(txt)
 eric6.E5Gui.E5TextEditSearchWidget.E5TextEditSearchWidget.setWidthForHeight?4(widthForHeight)
 eric6.E5Gui.E5TextEditSearchWidget.E5TextEditSearchWidget?1(parent=None, widthForHeight=True)
+eric6.E5Gui.E5TextInputDialog.E5TextInputDialog.labelText?4()
+eric6.E5Gui.E5TextInputDialog.E5TextInputDialog.setLabelText?4(text)
+eric6.E5Gui.E5TextInputDialog.E5TextInputDialog.setTextEchoMode?4(echoMode)
+eric6.E5Gui.E5TextInputDialog.E5TextInputDialog.setTextValue?4(text)
+eric6.E5Gui.E5TextInputDialog.E5TextInputDialog.textEchoMode?4()
+eric6.E5Gui.E5TextInputDialog.E5TextInputDialog.textValue?4()
+eric6.E5Gui.E5TextInputDialog.E5TextInputDialog?1(parent=None)
+eric6.E5Gui.E5TextInputDialog.getText?4(parent, title, label, mode=QLineEdit.Normal, text="", minimumWidth=300)
 eric6.E5Gui.E5TextSpinBox.E5TextSpinBox.addItem?4(txt, data=None)
 eric6.E5Gui.E5TextSpinBox.E5TextSpinBox.currentIndex?4()
 eric6.E5Gui.E5TextSpinBox.E5TextSpinBox.itemData?4(index)
--- a/APIs/Python3/eric6.bas	Wed Oct 03 19:54:23 2018 +0200
+++ b/APIs/Python3/eric6.bas	Wed Oct 03 19:55:11 2018 +0200
@@ -215,6 +215,7 @@
 E5TabWidget QTabWidget
 E5TableView QTableView
 E5TextEditSearchWidget QWidget
+E5TextInputDialog QDialog
 E5TextSpinBox QSpinBox
 E5TldExtractor QObject
 E5ToolBarDialog QDialog Ui_E5ToolBarDialog
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Wed Oct 03 19:54:23 2018 +0200
+++ b/Documentation/Help/source.qhp	Wed Oct 03 19:55:11 2018 +0200
@@ -114,6 +114,7 @@
             <section title="eric6.E5Gui.E5TabWidget" ref="eric6.E5Gui.E5TabWidget.html" />
             <section title="eric6.E5Gui.E5TableView" ref="eric6.E5Gui.E5TableView.html" />
             <section title="eric6.E5Gui.E5TextEditSearchWidget" ref="eric6.E5Gui.E5TextEditSearchWidget.html" />
+            <section title="eric6.E5Gui.E5TextInputDialog" ref="eric6.E5Gui.E5TextInputDialog.html" />
             <section title="eric6.E5Gui.E5TextSpinBox" ref="eric6.E5Gui.E5TextSpinBox.html" />
             <section title="eric6.E5Gui.E5ToolBarDialog" ref="eric6.E5Gui.E5ToolBarDialog.html" />
             <section title="eric6.E5Gui.E5ToolBarManager" ref="eric6.E5Gui.E5ToolBarManager.html" />
@@ -4953,6 +4954,15 @@
       <keyword name="E5TextEditSearchWidget.on_findPrevButton_clicked" id="E5TextEditSearchWidget.on_findPrevButton_clicked" ref="eric6.E5Gui.E5TextEditSearchWidget.html#E5TextEditSearchWidget.on_findPrevButton_clicked" />
       <keyword name="E5TextEditSearchWidget.on_findtextCombo_editTextChanged" id="E5TextEditSearchWidget.on_findtextCombo_editTextChanged" ref="eric6.E5Gui.E5TextEditSearchWidget.html#E5TextEditSearchWidget.on_findtextCombo_editTextChanged" />
       <keyword name="E5TextEditSearchWidget.setWidthForHeight" id="E5TextEditSearchWidget.setWidthForHeight" ref="eric6.E5Gui.E5TextEditSearchWidget.html#E5TextEditSearchWidget.setWidthForHeight" />
+      <keyword name="E5TextInputDialog" id="E5TextInputDialog" ref="eric6.E5Gui.E5TextInputDialog.html#E5TextInputDialog" />
+      <keyword name="E5TextInputDialog (Constructor)" id="E5TextInputDialog (Constructor)" ref="eric6.E5Gui.E5TextInputDialog.html#E5TextInputDialog.__init__" />
+      <keyword name="E5TextInputDialog (Module)" id="E5TextInputDialog (Module)" ref="eric6.E5Gui.E5TextInputDialog.html" />
+      <keyword name="E5TextInputDialog.labelText" id="E5TextInputDialog.labelText" ref="eric6.E5Gui.E5TextInputDialog.html#E5TextInputDialog.labelText" />
+      <keyword name="E5TextInputDialog.setLabelText" id="E5TextInputDialog.setLabelText" ref="eric6.E5Gui.E5TextInputDialog.html#E5TextInputDialog.setLabelText" />
+      <keyword name="E5TextInputDialog.setTextEchoMode" id="E5TextInputDialog.setTextEchoMode" ref="eric6.E5Gui.E5TextInputDialog.html#E5TextInputDialog.setTextEchoMode" />
+      <keyword name="E5TextInputDialog.setTextValue" id="E5TextInputDialog.setTextValue" ref="eric6.E5Gui.E5TextInputDialog.html#E5TextInputDialog.setTextValue" />
+      <keyword name="E5TextInputDialog.textEchoMode" id="E5TextInputDialog.textEchoMode" ref="eric6.E5Gui.E5TextInputDialog.html#E5TextInputDialog.textEchoMode" />
+      <keyword name="E5TextInputDialog.textValue" id="E5TextInputDialog.textValue" ref="eric6.E5Gui.E5TextInputDialog.html#E5TextInputDialog.textValue" />
       <keyword name="E5TextSpinBox" id="E5TextSpinBox" ref="eric6.E5Gui.E5TextSpinBox.html#E5TextSpinBox" />
       <keyword name="E5TextSpinBox (Constructor)" id="E5TextSpinBox (Constructor)" ref="eric6.E5Gui.E5TextSpinBox.html#E5TextSpinBox.__init__" />
       <keyword name="E5TextSpinBox (Module)" id="E5TextSpinBox (Module)" ref="eric6.E5Gui.E5TextSpinBox.html" />
@@ -10112,12 +10122,18 @@
       <keyword name="IrcChannelWidget.__handleCtcp" id="IrcChannelWidget.__handleCtcp" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__handleCtcp" />
       <keyword name="IrcChannelWidget.__help" id="IrcChannelWidget.__help" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__help" />
       <keyword name="IrcChannelWidget.__ignore" id="IrcChannelWidget.__ignore" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__ignore" />
+      <keyword name="IrcChannelWidget.__ignoreUser" id="IrcChannelWidget.__ignoreUser" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__ignoreUser" />
       <keyword name="IrcChannelWidget.__initMessagesMenu" id="IrcChannelWidget.__initMessagesMenu" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__initMessagesMenu" />
       <keyword name="IrcChannelWidget.__initUsersMenu" id="IrcChannelWidget.__initUsersMenu" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__initUsersMenu" />
       <keyword name="IrcChannelWidget.__message" id="IrcChannelWidget.__message" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__message" />
       <keyword name="IrcChannelWidget.__openPrivateChat" id="IrcChannelWidget.__openPrivateChat" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__openPrivateChat" />
+      <keyword name="IrcChannelWidget.__pingUser" id="IrcChannelWidget.__pingUser" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__pingUser" />
+      <keyword name="IrcChannelWidget.__processUserMessage" id="IrcChannelWidget.__processUserMessage" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__processUserMessage" />
       <keyword name="IrcChannelWidget.__saveMessages" id="IrcChannelWidget.__saveMessages" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__saveMessages" />
       <keyword name="IrcChannelWidget.__sendAutoWhoCommand" id="IrcChannelWidget.__sendAutoWhoCommand" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__sendAutoWhoCommand" />
+      <keyword name="IrcChannelWidget.__sendUserMessage" id="IrcChannelWidget.__sendUserMessage" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__sendUserMessage" />
+      <keyword name="IrcChannelWidget.__sendUserNotice" id="IrcChannelWidget.__sendUserNotice" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__sendUserNotice" />
+      <keyword name="IrcChannelWidget.__sendUserQuery" id="IrcChannelWidget.__sendUserQuery" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__sendUserQuery" />
       <keyword name="IrcChannelWidget.__setEditTopicButton" id="IrcChannelWidget.__setEditTopicButton" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__setEditTopicButton" />
       <keyword name="IrcChannelWidget.__setTopic" id="IrcChannelWidget.__setTopic" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__setTopic" />
       <keyword name="IrcChannelWidget.__setUserPrivilege" id="IrcChannelWidget.__setUserPrivilege" ref="eric6.Network.IRC.IrcChannelWidget.html#IrcChannelWidget.__setUserPrivilege" />
@@ -18940,6 +18956,7 @@
       <keyword name="getTasks" id="getTasks" ref="eric6.Preferences.__init__.html#getTasks" />
       <keyword name="getTemplates" id="getTemplates" ref="eric6.Preferences.__init__.html#getTemplates" />
       <keyword name="getTestFileName" id="getTestFileName" ref="eric6.Utilities.__init__.html#getTestFileName" />
+      <keyword name="getText" id="getText" ref="eric6.E5Gui.E5TextInputDialog.html#getText" />
       <keyword name="getTranslatedMessage" id="getTranslatedMessage" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.translations.html#getTranslatedMessage" />
       <keyword name="getTranslationEngine" id="getTranslationEngine" ref="eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.__init__.html#getTranslationEngine" />
       <keyword name="getTrayStarter" id="getTrayStarter" ref="eric6.Preferences.__init__.html#getTrayStarter" />
@@ -19478,6 +19495,7 @@
       <file>eric6.E5Gui.E5TabWidget.html</file>
       <file>eric6.E5Gui.E5TableView.html</file>
       <file>eric6.E5Gui.E5TextEditSearchWidget.html</file>
+      <file>eric6.E5Gui.E5TextInputDialog.html</file>
       <file>eric6.E5Gui.E5TextSpinBox.html</file>
       <file>eric6.E5Gui.E5ToolBarDialog.html</file>
       <file>eric6.E5Gui.E5ToolBarManager.html</file>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric6.E5Gui.E5TextInputDialog.html	Wed Oct 03 19:55:11 2018 +0200
@@ -0,0 +1,216 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.E5Gui.E5TextInputDialog</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body><a NAME="top" ID="top"></a>
+<h1>eric6.E5Gui.E5TextInputDialog</h1>
+<p>
+Module implementing a dialog to enter some text.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#E5TextInputDialog">E5TextInputDialog</a></td>
+<td>Class implementing a dialog to enter some text.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr>
+<td><a href="#getText">getText</a></td>
+<td>Function to get create a dialog to enter some text and return it.</td>
+</tr>
+</table>
+<hr /><hr />
+<a NAME="E5TextInputDialog" ID="E5TextInputDialog"></a>
+<h2>E5TextInputDialog</h2>
+<p>
+    Class implementing a dialog to enter some text.
+</p>
+<h3>Derived from</h3>
+QDialog
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#E5TextInputDialog.__init__">E5TextInputDialog</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#E5TextInputDialog.labelText">labelText</a></td>
+<td>Public method to get the current label text.</td>
+</tr><tr>
+<td><a href="#E5TextInputDialog.setLabelText">setLabelText</a></td>
+<td>Public method to set the label text.</td>
+</tr><tr>
+<td><a href="#E5TextInputDialog.setTextEchoMode">setTextEchoMode</a></td>
+<td>Public method to set the echo mode of the line edit.</td>
+</tr><tr>
+<td><a href="#E5TextInputDialog.setTextValue">setTextValue</a></td>
+<td>Public method to set the text of the line edit.</td>
+</tr><tr>
+<td><a href="#E5TextInputDialog.textEchoMode">textEchoMode</a></td>
+<td>Public method to get the current echo mode of the line edit.</td>
+</tr><tr>
+<td><a href="#E5TextInputDialog.textValue">textValue</a></td>
+<td>Public method to get the text of the line edit.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="E5TextInputDialog.__init__" ID="E5TextInputDialog.__init__"></a>
+<h4>E5TextInputDialog (Constructor)</h4>
+<b>E5TextInputDialog</b>(<i>parent=None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget
+</dd>
+</dl><a NAME="E5TextInputDialog.labelText" ID="E5TextInputDialog.labelText"></a>
+<h4>E5TextInputDialog.labelText</h4>
+<b>labelText</b>(<i></i>)
+<p>
+        Public method to get the current label text.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+current label text
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl><a NAME="E5TextInputDialog.setLabelText" ID="E5TextInputDialog.setLabelText"></a>
+<h4>E5TextInputDialog.setLabelText</h4>
+<b>setLabelText</b>(<i>text</i>)
+<p>
+        Public method to set the label text.
+</p><dl>
+<dt><i>text</i> (str)</dt>
+<dd>
+label text
+</dd>
+</dl><a NAME="E5TextInputDialog.setTextEchoMode" ID="E5TextInputDialog.setTextEchoMode"></a>
+<h4>E5TextInputDialog.setTextEchoMode</h4>
+<b>setTextEchoMode</b>(<i>echoMode</i>)
+<p>
+        Public method to set the echo mode of the line edit.
+</p><dl>
+<dt><i>echoMode</i> (QLineEdit.EchoMode)</dt>
+<dd>
+echo mode of the line edit
+</dd>
+</dl><a NAME="E5TextInputDialog.setTextValue" ID="E5TextInputDialog.setTextValue"></a>
+<h4>E5TextInputDialog.setTextValue</h4>
+<b>setTextValue</b>(<i>text</i>)
+<p>
+        Public method to set the text of the line edit.
+</p><dl>
+<dt><i>text</i> (str)</dt>
+<dd>
+text for the line edit
+</dd>
+</dl><a NAME="E5TextInputDialog.textEchoMode" ID="E5TextInputDialog.textEchoMode"></a>
+<h4>E5TextInputDialog.textEchoMode</h4>
+<b>textEchoMode</b>(<i></i>)
+<p>
+        Public method to get the current echo mode of the line edit.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+echo mode of the line edit
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+QLineEdit.EchoMode
+</dd>
+</dl><a NAME="E5TextInputDialog.textValue" ID="E5TextInputDialog.textValue"></a>
+<h4>E5TextInputDialog.textValue</h4>
+<b>textValue</b>(<i></i>)
+<p>
+        Public method to get the text of the line edit.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+text of the line edit
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
+<a NAME="getText" ID="getText"></a>
+<h2>getText</h2>
+<b>getText</b>(<i>parent, title, label, mode=QLineEdit.Normal, text="", minimumWidth=300</i>)
+<p>
+    Function to get create a dialog to enter some text and return it.
+</p><dl>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget
+</dd><dt><i>title</i> (str)</dt>
+<dd>
+title of the dialog
+</dd><dt><i>label</i> (str)</dt>
+<dd>
+label of the dialog
+</dd><dt><i>mode</i> (QLineEdit.EchoMode)</dt>
+<dd>
+echo mode of the line edit
+</dd><dt><i>text</i> (str)</dt>
+<dd>
+initial text of the line edit
+</dd><dt><i>minimumWidth</i> (int)</dt>
+<dd>
+minimum width of the dialog
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+tuple containing a flag indicating the dialog was accepted and the
+        entered text
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (bool, str)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file
--- a/Documentation/Source/eric6.Network.IRC.IrcChannelWidget.html	Wed Oct 03 19:54:23 2018 +0200
+++ b/Documentation/Source/eric6.Network.IRC.IrcChannelWidget.html	Wed Oct 03 19:55:11 2018 +0200
@@ -137,6 +137,9 @@
 <td><a href="#IrcChannelWidget.__ignore">__ignore</a></td>
 <td>Private method to handle a channel message we are not interested in.</td>
 </tr><tr>
+<td><a href="#IrcChannelWidget.__ignoreUser">__ignoreUser</a></td>
+<td>Private slot to ignore a specific user.</td>
+</tr><tr>
 <td><a href="#IrcChannelWidget.__initMessagesMenu">__initMessagesMenu</a></td>
 <td>Private slot to initialize the context menu of the messages pane.</td>
 </tr><tr>
@@ -149,12 +152,27 @@
 <td><a href="#IrcChannelWidget.__openPrivateChat">__openPrivateChat</a></td>
 <td>Private slot to open a chat with the selected user.</td>
 </tr><tr>
+<td><a href="#IrcChannelWidget.__pingUser">__pingUser</a></td>
+<td>Private slot to send a ping to a specific user.</td>
+</tr><tr>
+<td><a href="#IrcChannelWidget.__processUserMessage">__processUserMessage</a></td>
+<td>Private method to process a message entered by the user or via the user list context menu.</td>
+</tr><tr>
 <td><a href="#IrcChannelWidget.__saveMessages">__saveMessages</a></td>
 <td>Private slot to save the contents of the messages display.</td>
 </tr><tr>
 <td><a href="#IrcChannelWidget.__sendAutoWhoCommand">__sendAutoWhoCommand</a></td>
 <td>Private slot to send the WHO command to update the users list.</td>
 </tr><tr>
+<td><a href="#IrcChannelWidget.__sendUserMessage">__sendUserMessage</a></td>
+<td>Private slot to send a private message to a specific user.</td>
+</tr><tr>
+<td><a href="#IrcChannelWidget.__sendUserNotice">__sendUserNotice</a></td>
+<td>Private slot to send a notice message to a specific user.</td>
+</tr><tr>
+<td><a href="#IrcChannelWidget.__sendUserQuery">__sendUserQuery</a></td>
+<td>Private slot to send a query message to a specific user.</td>
+</tr><tr>
 <td><a href="#IrcChannelWidget.__setEditTopicButton">__setEditTopicButton</a></td>
 <td>Private method to set the visibility of the Edit Topic button.</td>
 </tr><tr>
@@ -508,7 +526,12 @@
 <dd>
 flag indicating whether the message was handled (boolean)
 </dd>
-</dl><a NAME="IrcChannelWidget.__initMessagesMenu" ID="IrcChannelWidget.__initMessagesMenu"></a>
+</dl><a NAME="IrcChannelWidget.__ignoreUser" ID="IrcChannelWidget.__ignoreUser"></a>
+<h4>IrcChannelWidget.__ignoreUser</h4>
+<b>__ignoreUser</b>(<i></i>)
+<p>
+        Private slot to ignore a specific user.
+</p><a NAME="IrcChannelWidget.__initMessagesMenu" ID="IrcChannelWidget.__initMessagesMenu"></a>
 <h4>IrcChannelWidget.__initMessagesMenu</h4>
 <b>__initMessagesMenu</b>(<i></i>)
 <p>
@@ -538,7 +561,23 @@
 <b>__openPrivateChat</b>(<i></i>)
 <p>
         Private slot to open a chat with the selected user.
-</p><a NAME="IrcChannelWidget.__saveMessages" ID="IrcChannelWidget.__saveMessages"></a>
+</p><a NAME="IrcChannelWidget.__pingUser" ID="IrcChannelWidget.__pingUser"></a>
+<h4>IrcChannelWidget.__pingUser</h4>
+<b>__pingUser</b>(<i></i>)
+<p>
+        Private slot to send a ping to a specific user.
+</p><a NAME="IrcChannelWidget.__processUserMessage" ID="IrcChannelWidget.__processUserMessage"></a>
+<h4>IrcChannelWidget.__processUserMessage</h4>
+<b>__processUserMessage</b>(<i>msg</i>)
+<p>
+        Private method to process a message entered by the user or via the
+        user list context menu.
+</p><dl>
+<dt><i>msg</i> (str)</dt>
+<dd>
+message to be processed
+</dd>
+</dl><a NAME="IrcChannelWidget.__saveMessages" ID="IrcChannelWidget.__saveMessages"></a>
 <h4>IrcChannelWidget.__saveMessages</h4>
 <b>__saveMessages</b>(<i></i>)
 <p>
@@ -548,6 +587,21 @@
 <b>__sendAutoWhoCommand</b>(<i></i>)
 <p>
         Private slot to send the WHO command to update the users list.
+</p><a NAME="IrcChannelWidget.__sendUserMessage" ID="IrcChannelWidget.__sendUserMessage"></a>
+<h4>IrcChannelWidget.__sendUserMessage</h4>
+<b>__sendUserMessage</b>(<i></i>)
+<p>
+        Private slot to send a private message to a specific user.
+</p><a NAME="IrcChannelWidget.__sendUserNotice" ID="IrcChannelWidget.__sendUserNotice"></a>
+<h4>IrcChannelWidget.__sendUserNotice</h4>
+<b>__sendUserNotice</b>(<i></i>)
+<p>
+        Private slot to send a notice message to a specific user.
+</p><a NAME="IrcChannelWidget.__sendUserQuery" ID="IrcChannelWidget.__sendUserQuery"></a>
+<h4>IrcChannelWidget.__sendUserQuery</h4>
+<b>__sendUserQuery</b>(<i></i>)
+<p>
+        Private slot to send a query message to a specific user.
 </p><a NAME="IrcChannelWidget.__setEditTopicButton" ID="IrcChannelWidget.__setEditTopicButton"></a>
 <h4>IrcChannelWidget.__setEditTopicButton</h4>
 <b>__setEditTopicButton</b>(<i></i>)
--- a/Documentation/Source/index-eric6.E5Gui.html	Wed Oct 03 19:54:23 2018 +0200
+++ b/Documentation/Source/index-eric6.E5Gui.html	Wed Oct 03 19:55:11 2018 +0200
@@ -129,6 +129,9 @@
 <td><a href="eric6.E5Gui.E5TextEditSearchWidget.html">E5TextEditSearchWidget</a></td>
 <td>Module implementing a horizontal search widget for QTextEdit.</td>
 </tr><tr>
+<td><a href="eric6.E5Gui.E5TextInputDialog.html">E5TextInputDialog</a></td>
+<td>Module implementing a dialog to enter some text.</td>
+</tr><tr>
 <td><a href="eric6.E5Gui.E5TextSpinBox.html">E5TextSpinBox</a></td>
 <td>Module implementing a spinbox with textual entries.</td>
 </tr><tr>

eric ide

mercurial