diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -158,13 +158,13 @@ </p> <dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Git)</dt> <dd> reference to the vcs object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="GitReflogBrowserDialog.__finish" ID="GitReflogBrowserDialog.__finish"></a> @@ -184,27 +184,33 @@ </p> <dl> -<dt><i>commitId</i></dt> +<dt><i>commitId</i> (str)</dt> <dd> -commit id info (string) +commit id info </dd> -<dt><i>selector</i></dt> +<dt><i>selector</i> (str)</dt> <dd> -selector info (string) +selector info </dd> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name info (string) +name info </dd> -<dt><i>subject</i></dt> +<dt><i>subject</i> (str)</dt> <dd> -subject of the reflog entry (string) +subject of the reflog entry </dd> </dl> <dl> <dt>Return:</dt> <dd> -reference to the generated item (QTreeWidgetItem) +reference to the generated item +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QTreeWidgetItem </dd> </dl> <a NAME="GitReflogBrowserDialog.__getReflogEntries" ID="GitReflogBrowserDialog.__getReflogEntries"></a> @@ -216,9 +222,9 @@ </p> <dl> -<dt><i>skip</i></dt> +<dt><i>skip</i> (int)</dt> <dd> -number of reflog entries to skip (integer) +number of reflog entries to skip </dd> </dl> <a NAME="GitReflogBrowserDialog.__initData" ID="GitReflogBrowserDialog.__initData"></a> @@ -237,13 +243,13 @@ </p> <dl> -<dt><i>exitCode</i></dt> +<dt><i>exitCode</i> (int)</dt> <dd> -exit code of the process (integer) +exit code of the process </dd> -<dt><i>exitStatus</i></dt> +<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process (QProcess.ExitStatus) +exit status of the process </dd> </dl> <a NAME="GitReflogBrowserDialog.__processBuffer" ID="GitReflogBrowserDialog.__processBuffer"></a> @@ -297,9 +303,9 @@ </p> <dl> -<dt><i>out</i></dt> +<dt><i>out</i> (str)</dt> <dd> -error to be shown (string) +error to be shown </dd> </dl> <a NAME="GitReflogBrowserDialog.closeEvent" ID="GitReflogBrowserDialog.closeEvent"></a> @@ -311,9 +317,9 @@ </p> <dl> -<dt><i>e</i></dt> +<dt><i>e</i> (QCloseEvent)</dt> <dd> -close event (QCloseEvent) +close event </dd> </dl> <a NAME="GitReflogBrowserDialog.keyPressEvent" ID="GitReflogBrowserDialog.keyPressEvent"></a> @@ -325,9 +331,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QKeyEvent)</dt> <dd> -the key press event (QKeyEvent) +the key press event </dd> </dl> <a NAME="GitReflogBrowserDialog.on_buttonBox_clicked" ID="GitReflogBrowserDialog.on_buttonBox_clicked"></a> @@ -339,9 +345,9 @@ </p> <dl> -<dt><i>button</i></dt> +<dt><i>button</i> (QAbstractButton)</dt> <dd> -button that was clicked (QAbstractButton) +button that was clicked </dd> </dl> <a NAME="GitReflogBrowserDialog.on_input_returnPressed" ID="GitReflogBrowserDialog.on_input_returnPressed"></a> @@ -367,9 +373,9 @@ </p> <dl> -<dt><i>isOn</i></dt> +<dt><i>isOn</i> (bool)</dt> <dd> -flag indicating the status of the check box (boolean) +flag indicating the status of the check box </dd> </dl> <a NAME="GitReflogBrowserDialog.on_refreshButton_clicked" ID="GitReflogBrowserDialog.on_refreshButton_clicked"></a> @@ -402,9 +408,9 @@ </p> <dl> -<dt><i>projectdir</i></dt> +<dt><i>projectdir</i> (str)</dt> <dd> -directory name of the project (string) +directory name of the project </dd> </dl> <div align="right"><a href="#top">Up</a></div>