Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html

changeset 3673
e26d7d0c1088
child 4602
48cc4820e2c2
diff -r f0cb7579c0b4 -r e26d7d0c1088 Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html	Sat Jul 05 12:29:15 2014 +0200
@@ -0,0 +1,123 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog</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.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog</h1>
+<p>
+Module implementing a dialog to enter the data for the repo conversion.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#LfConvertDataDialog">LfConvertDataDialog</a></td>
+<td>Class implementing a dialog to enter the data for the repo conversion.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="LfConvertDataDialog" ID="LfConvertDataDialog"></a>
+<h2>LfConvertDataDialog</h2>
+<p>
+    Class implementing a dialog to enter the data for the repo conversion.
+</p>
+<h3>Derived from</h3>
+QDialog, Ui_LfConvertDataDialog
+<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="#LfConvertDataDialog.__init__">LfConvertDataDialog</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#LfConvertDataDialog.getData">getData</a></td>
+<td>Public method to retrieve the entered data.</td>
+</tr><tr>
+<td><a href="#LfConvertDataDialog.on_newProjectButton_clicked">on_newProjectButton_clicked</a></td>
+<td>Private slot to select the new project directory name via a directory selection dialog.</td>
+</tr><tr>
+<td><a href="#LfConvertDataDialog.on_newProjectEdit_textChanged">on_newProjectEdit_textChanged</a></td>
+<td>Private slot to handle editing of the new project directory.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="LfConvertDataDialog.__init__" ID="LfConvertDataDialog.__init__"></a>
+<h4>LfConvertDataDialog (Constructor)</h4>
+<b>LfConvertDataDialog</b>(<i>currentPath, mode, parent=None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>currentPath</i></dt>
+<dd>
+directory name of the current project (string)
+</dd><dt><i>mode</i></dt>
+<dd>
+dialog mode (string, one of 'largefiles' or 'normal')
+</dd><dt><i>parent</i></dt>
+<dd>
+reference to the parent widget (QWidget)
+</dd>
+</dl><a NAME="LfConvertDataDialog.getData" ID="LfConvertDataDialog.getData"></a>
+<h4>LfConvertDataDialog.getData</h4>
+<b>getData</b>(<i></i>)
+<p>
+        Public method to retrieve the entered data.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+tuple containing the new project directory name (string),
+            minimum file size (integer) and file patterns (list of string)
+</dd>
+</dl><a NAME="LfConvertDataDialog.on_newProjectButton_clicked" ID="LfConvertDataDialog.on_newProjectButton_clicked"></a>
+<h4>LfConvertDataDialog.on_newProjectButton_clicked</h4>
+<b>on_newProjectButton_clicked</b>(<i></i>)
+<p>
+        Private slot to select the new project directory name via a directory
+        selection dialog.
+</p><a NAME="LfConvertDataDialog.on_newProjectEdit_textChanged" ID="LfConvertDataDialog.on_newProjectEdit_textChanged"></a>
+<h4>LfConvertDataDialog.on_newProjectEdit_textChanged</h4>
+<b>on_newProjectEdit_textChanged</b>(<i>txt</i>)
+<p>
+        Private slot to handle editing of the new project directory.
+</p><dl>
+<dt><i>txt</i></dt>
+<dd>
+new project directory name (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial