OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaWidget.html

changeset 68
ca2e671f894e
parent 44
ef9a85b8768a
--- a/OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaWidget.html	Tue Dec 10 15:48:48 2024 +0100
+++ b/OllamaInterface/Documentation/Source/Plugin_AI_Ollama.OllamaInterface.OllamaWidget.html	Mon Apr 07 18:22:14 2025 +0200
@@ -248,6 +248,10 @@
 <td>Public method to clear the history entries and close all chats.</td>
 </tr>
 <tr>
+<td><a href="#OllamaWidget.eventFilter">eventFilter</a></td>
+<td>Public method to process some events for the message edit.</td>
+</tr>
+<tr>
 <td><a href="#OllamaWidget.getSelectableModels">getSelectableModels</a></td>
 <td>Public method to get a list of models to select from.</td>
 </tr>
@@ -904,6 +908,36 @@
         Public method to clear the history entries and close all chats.
 </p>
 
+<a NAME="OllamaWidget.eventFilter" ID="OllamaWidget.eventFilter"></a>
+<h4>OllamaWidget.eventFilter</h4>
+<b>eventFilter</b>(<i>obj, evt</i>)
+<p>
+        Public method to process some events for the message edit.
+</p>
+
+<dl>
+
+<dt><i>obj</i> (QObject)</dt>
+<dd>
+reference to the object the event was meant for
+</dd>
+<dt><i>evt</i> (QEvent)</dt>
+<dd>
+reference to the event object
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag to indicate that the event was handled
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="OllamaWidget.getSelectableModels" ID="OllamaWidget.getSelectableModels"></a>
 <h4>OllamaWidget.getSelectableModels</h4>
 <b>getSelectableModels</b>(<i></i>)

eric ide

mercurial