src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.PurgeBuiltin.HgPurgeListDialog.html

branch
eric7
changeset 11068
15f0385e0471
equal deleted inserted replaced
11067:67b92e2cb719 11068:15f0385e0471
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.PurgeBuiltin.HgPurgeListDialog</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.PurgeBuiltin.HgPurgeListDialog</h1>
10 <p>
11 Module implementing a dialog to list all files not tracked by Mercurial.
12 </p>
13
14 <h3>Global Attributes</h3>
15 <table>
16 <tr><td>None</td></tr>
17 </table>
18
19 <h3>Classes</h3>
20 <table>
21 <tr>
22 <td><a href="#HgPurgeListDialog">HgPurgeListDialog</a></td>
23 <td>Class implementing a dialog to list all files not tracked by Mercurial.</td>
24 </tr>
25 </table>
26
27 <h3>Functions</h3>
28 <table>
29 <tr><td>None</td></tr>
30 </table>
31
32 <hr />
33 <hr />
34 <a NAME="HgPurgeListDialog" ID="HgPurgeListDialog"></a>
35 <h2>HgPurgeListDialog</h2>
36 <p>
37 Class implementing a dialog to list all files not tracked by Mercurial.
38 </p>
39
40 <h3>Derived from</h3>
41 QDialog, Ui_HgPurgeListDialog
42 <h3>Class Attributes</h3>
43 <table>
44 <tr><td>None</td></tr>
45 </table>
46
47 <h3>Class Methods</h3>
48 <table>
49 <tr><td>None</td></tr>
50 </table>
51
52 <h3>Methods</h3>
53 <table>
54 <tr>
55 <td><a href="#HgPurgeListDialog.__init__">HgPurgeListDialog</a></td>
56 <td>Constructor</td>
57 </tr>
58 </table>
59
60 <h3>Static Methods</h3>
61 <table>
62 <tr><td>None</td></tr>
63 </table>
64
65
66 <a NAME="HgPurgeListDialog.__init__" ID="HgPurgeListDialog.__init__"></a>
67 <h4>HgPurgeListDialog (Constructor)</h4>
68 <b>HgPurgeListDialog</b>(<i>entries, parent=None</i>)
69 <p>
70 Constructor
71 </p>
72
73 <dl>
74
75 <dt><i>entries</i> (list of str)</dt>
76 <dd>
77 list of entries to be shown
78 </dd>
79 <dt><i>parent</i> (QWidget)</dt>
80 <dd>
81 reference to the parent widget
82 </dd>
83 </dl>
84 <div align="right"><a href="#top">Up</a></div>
85 <hr />
86 </body></html>

eric ide

mercurial