Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.html

changeset 6020
baf6da1ae288
equal deleted inserted replaced
6019:58ecdaf0b789 6020:baf6da1ae288
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog</h1>
23 <p>
24 Module implementing a dialog to get the data for a submodule deinit operation.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#GitSubmodulesDeinitDialog">GitSubmodulesDeinitDialog</a></td>
34 <td>Class implementing a dialog to get the data for a submodule deinit operation.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="GitSubmodulesDeinitDialog" ID="GitSubmodulesDeinitDialog"></a>
43 <h2>GitSubmodulesDeinitDialog</h2>
44 <p>
45 Class implementing a dialog to get the data for a submodule deinit
46 operation.
47 </p>
48 <h3>Derived from</h3>
49 QDialog, Ui_GitSubmodulesDeinitDialog
50 <h3>Class Attributes</h3>
51 <table>
52 <tr><td>None</td></tr>
53 </table>
54 <h3>Class Methods</h3>
55 <table>
56 <tr><td>None</td></tr>
57 </table>
58 <h3>Methods</h3>
59 <table>
60 <tr>
61 <td><a href="#GitSubmodulesDeinitDialog.__init__">GitSubmodulesDeinitDialog</a></td>
62 <td>Constructor</td>
63 </tr><tr>
64 <td><a href="#GitSubmodulesDeinitDialog.__updateOK">__updateOK</a></td>
65 <td>Private slot to update the state of the OK button.</td>
66 </tr><tr>
67 <td><a href="#GitSubmodulesDeinitDialog.getData">getData</a></td>
68 <td>Public method to get the entered data.</td>
69 </tr><tr>
70 <td><a href="#GitSubmodulesDeinitDialog.on_allCheckBox_toggled">on_allCheckBox_toggled</a></td>
71 <td>Private slot to react on changes of the all checkbox.</td>
72 </tr><tr>
73 <td><a href="#GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged">on_submodulesList_itemSelectionChanged</a></td>
74 <td>Private slot to react on changes of the submodule selection.</td>
75 </tr>
76 </table>
77 <h3>Static Methods</h3>
78 <table>
79 <tr><td>None</td></tr>
80 </table>
81 <a NAME="GitSubmodulesDeinitDialog.__init__" ID="GitSubmodulesDeinitDialog.__init__"></a>
82 <h4>GitSubmodulesDeinitDialog (Constructor)</h4>
83 <b>GitSubmodulesDeinitDialog</b>(<i>submodulePaths, parent=None</i>)
84 <p>
85 Constructor
86 </p><dl>
87 <dt><i>submodulePaths</i> (list of str)</dt>
88 <dd>
89 list of submodule paths
90 </dd><dt><i>parent</i> (QWidget)</dt>
91 <dd>
92 reference to the parent widget
93 </dd>
94 </dl><a NAME="GitSubmodulesDeinitDialog.__updateOK" ID="GitSubmodulesDeinitDialog.__updateOK"></a>
95 <h4>GitSubmodulesDeinitDialog.__updateOK</h4>
96 <b>__updateOK</b>(<i></i>)
97 <p>
98 Private slot to update the state of the OK button.
99 </p><a NAME="GitSubmodulesDeinitDialog.getData" ID="GitSubmodulesDeinitDialog.getData"></a>
100 <h4>GitSubmodulesDeinitDialog.getData</h4>
101 <b>getData</b>(<i></i>)
102 <p>
103 Public method to get the entered data.
104 </p><dl>
105 <dt>Returns:</dt>
106 <dd>
107 tuple containing a flag to indicate all submodules, a list of
108 selected submodules and a flag indicating an enforced operation
109 </dd>
110 </dl><dl>
111 <dt>Return Type:</dt>
112 <dd>
113 tuple of (bool, list of str, bool)
114 </dd>
115 </dl><a NAME="GitSubmodulesDeinitDialog.on_allCheckBox_toggled" ID="GitSubmodulesDeinitDialog.on_allCheckBox_toggled"></a>
116 <h4>GitSubmodulesDeinitDialog.on_allCheckBox_toggled</h4>
117 <b>on_allCheckBox_toggled</b>(<i>checked</i>)
118 <p>
119 Private slot to react on changes of the all checkbox.
120 </p><dl>
121 <dt><i>checked</i> (bool)</dt>
122 <dd>
123 state of the checkbox
124 </dd>
125 </dl><a NAME="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged" ID="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged"></a>
126 <h4>GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged</h4>
127 <b>on_submodulesList_itemSelectionChanged</b>(<i></i>)
128 <p>
129 Private slot to react on changes of the submodule selection.
130 </p>
131 <div align="right"><a href="#top">Up</a></div>
132 <hr />
133 </body></html>

eric ide

mercurial