diff -r 0ecbf7ebfc49 -r adbb5d1944ea src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.FastexportExtension.ProjectHelper.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.FastexportExtension.ProjectHelper.html Wed Dec 04 11:30:17 2024 +0100 @@ -0,0 +1,150 @@ +<!DOCTYPE html> +<html><head> +<title>eric7.Plugins.VcsPlugins.vcsMercurial.FastexportExtension.ProjectHelper</title> +<meta charset="UTF-8"> +<link rel="stylesheet" href="styles.css"> +</head> +<body> +<a NAME="top" ID="top"></a> +<h1>eric7.Plugins.VcsPlugins.vcsMercurial.FastexportExtension.ProjectHelper</h1> +<p> +Module implementing the fastexport extension project helper. +</p> + +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> + +<h3>Classes</h3> +<table> +<tr> +<td><a href="#FastexportProjectHelper">FastexportProjectHelper</a></td> +<td>Class implementing the fastexport extension project helper.</td> +</tr> +</table> + +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> + +<hr /> +<hr /> +<a NAME="FastexportProjectHelper" ID="FastexportProjectHelper"></a> +<h2>FastexportProjectHelper</h2> +<p> + Class implementing the fastexport extension project helper. +</p> + +<h3>Derived from</h3> +HgExtensionProjectHelper +<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="#FastexportProjectHelper.__init__">FastexportProjectHelper</a></td> +<td>Constructor</td> +</tr> +<tr> +<td><a href="#FastexportProjectHelper.__hgFastexport">__hgFastexport</a></td> +<td>Private slot used to generate a git fast-import file.</td> +</tr> +<tr> +<td><a href="#FastexportProjectHelper.initActions">initActions</a></td> +<td>Public method to generate the action objects.</td> +</tr> +<tr> +<td><a href="#FastexportProjectHelper.initMenu">initMenu</a></td> +<td>Public method to generate the extension menu.</td> +</tr> +<tr> +<td><a href="#FastexportProjectHelper.menuTitle">menuTitle</a></td> +<td>Public method to get the menu title.</td> +</tr> +</table> + +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> + + +<a NAME="FastexportProjectHelper.__init__" ID="FastexportProjectHelper.__init__"></a> +<h4>FastexportProjectHelper (Constructor)</h4> +<b>FastexportProjectHelper</b>(<i></i>) +<p> + Constructor +</p> + +<a NAME="FastexportProjectHelper.__hgFastexport" ID="FastexportProjectHelper.__hgFastexport"></a> +<h4>FastexportProjectHelper.__hgFastexport</h4> +<b>__hgFastexport</b>(<i></i>) +<p> + Private slot used to generate a git fast-import file. +</p> + +<a NAME="FastexportProjectHelper.initActions" ID="FastexportProjectHelper.initActions"></a> +<h4>FastexportProjectHelper.initActions</h4> +<b>initActions</b>(<i></i>) +<p> + Public method to generate the action objects. +</p> + +<a NAME="FastexportProjectHelper.initMenu" ID="FastexportProjectHelper.initMenu"></a> +<h4>FastexportProjectHelper.initMenu</h4> +<b>initMenu</b>(<i>mainMenu</i>) +<p> + Public method to generate the extension menu. +</p> + +<dl> + +<dt><i>mainMenu</i> (QMenu)</dt> +<dd> +reference to the main menu +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +populated menu +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QMenu +</dd> +</dl> +<a NAME="FastexportProjectHelper.menuTitle" ID="FastexportProjectHelper.menuTitle"></a> +<h4>FastexportProjectHelper.menuTitle</h4> +<b>menuTitle</b>(<i></i>) +<p> + Public method to get the menu title. +</p> + +<dl> +<dt>Return:</dt> +<dd> +title of the menu +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html>