Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html

Sat, 26 Jan 2013 12:44:46 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Jan 2013 12:44:46 +0100
branch
5_3_x
changeset 2374
f78ee0e8f96c
parent 1908
7b40bf154fdc
child 2386
bf6f0ded6071
permissions
-rw-r--r--

Regenerated the source docu with the HTML5 generator.

<!DOCTYPE html>
<html><head>
<title>eric5.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog</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>eric5.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog</h1>
<p>
Module implementing a dialog to add a sub-repository.
</p>
<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>
<table>
<tr>
<td><a href="#HgAddSubrepositoryDialog">HgAddSubrepositoryDialog</a></td>
<td>Class implementing a dialog to add a sub-repository.</td>
</tr>
</table>
<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>
<hr /><hr />
<a NAME="HgAddSubrepositoryDialog" ID="HgAddSubrepositoryDialog"></a>
<h2>HgAddSubrepositoryDialog</h2>
<p>
    Class implementing a dialog to add a sub-repository.
</p>
<h3>Derived from</h3>
QDialog, Ui_HgAddSubrepositoryDialog
<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="#HgAddSubrepositoryDialog.__init__">HgAddSubrepositoryDialog</a></td>
<td>Constructor</td>
</tr><tr>
<td><a href="#HgAddSubrepositoryDialog.__updateOk">__updateOk</a></td>
<td>Private slot to update the state of the OK button.</td>
</tr><tr>
<td><a href="#HgAddSubrepositoryDialog.getData">getData</a></td>
<td>Public method to get the data.</td>
</tr><tr>
<td><a href="#HgAddSubrepositoryDialog.on_pathButton_clicked">on_pathButton_clicked</a></td>
<td>Private slot to handle the path selection via a directory selection dialog.</td>
</tr><tr>
<td><a href="#HgAddSubrepositoryDialog.on_pathEdit_textChanged">on_pathEdit_textChanged</a></td>
<td>Private slot to handle the update of the path.</td>
</tr><tr>
<td><a href="#HgAddSubrepositoryDialog.on_urlEdit_textChanged">on_urlEdit_textChanged</a></td>
<td>Private slot to handle the update of the URL.</td>
</tr>
</table>
<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<a NAME="HgAddSubrepositoryDialog.__init__" ID="HgAddSubrepositoryDialog.__init__"></a>
<h4>HgAddSubrepositoryDialog (Constructor)</h4>
<b>HgAddSubrepositoryDialog</b>(<i>projectPath, parent=None</i>)
<p>
        Constructor
</p><dl>
<dt><i>parent</i></dt>
<dd>
reference to the parent widget (QWidget)
</dd>
</dl><a NAME="HgAddSubrepositoryDialog.__updateOk" ID="HgAddSubrepositoryDialog.__updateOk"></a>
<h4>HgAddSubrepositoryDialog.__updateOk</h4>
<b>__updateOk</b>(<i></i>)
<p>
        Private slot to update the state of the OK button.
</p><a NAME="HgAddSubrepositoryDialog.getData" ID="HgAddSubrepositoryDialog.getData"></a>
<h4>HgAddSubrepositoryDialog.getData</h4>
<b>getData</b>(<i></i>)
<p>
        Public method to get the data.
</p><dl>
<dt>Returns:</dt>
<dd>
tuple containing the relative path within the project, the sub-repository
            type and the sub-repository URL (string, string, string)
</dd>
</dl><a NAME="HgAddSubrepositoryDialog.on_pathButton_clicked" ID="HgAddSubrepositoryDialog.on_pathButton_clicked"></a>
<h4>HgAddSubrepositoryDialog.on_pathButton_clicked</h4>
<b>on_pathButton_clicked</b>(<i></i>)
<p>
        Private slot to handle the path selection via a directory selection dialog.
</p><a NAME="HgAddSubrepositoryDialog.on_pathEdit_textChanged" ID="HgAddSubrepositoryDialog.on_pathEdit_textChanged"></a>
<h4>HgAddSubrepositoryDialog.on_pathEdit_textChanged</h4>
<b>on_pathEdit_textChanged</b>(<i>p0</i>)
<p>
        Private slot to handle the update of the path.
</p><dl>
<dt><i>p0</i></dt>
<dd>
text of the path edit (string)
</dd>
</dl><a NAME="HgAddSubrepositoryDialog.on_urlEdit_textChanged" ID="HgAddSubrepositoryDialog.on_urlEdit_textChanged"></a>
<h4>HgAddSubrepositoryDialog.on_urlEdit_textChanged</h4>
<b>on_urlEdit_textChanged</b>(<i>p0</i>)
<p>
        Private slot to handle the update of the URL.
</p><dl>
<dt><i>p0</i></dt>
<dd>
text of the URL edit (string)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial