5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog</h1> |
9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog to get the data for a submodule deinit operation. |
11 Module implementing a dialog to get the data for a submodule deinit operation. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#GitSubmodulesDeinitDialog">GitSubmodulesDeinitDialog</a></td> |
22 <td><a href="#GitSubmodulesDeinitDialog">GitSubmodulesDeinitDialog</a></td> |
25 <td>Class implementing a dialog to get the data for a submodule deinit operation.</td> |
23 <td>Class implementing a dialog to get the data for a submodule deinit operation.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="GitSubmodulesDeinitDialog" ID="GitSubmodulesDeinitDialog"></a> |
34 <a NAME="GitSubmodulesDeinitDialog" ID="GitSubmodulesDeinitDialog"></a> |
36 <h2>GitSubmodulesDeinitDialog</h2> |
35 <h2>GitSubmodulesDeinitDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a dialog to get the data for a submodule deinit |
37 Class implementing a dialog to get the data for a submodule deinit |
40 operation. |
38 operation. |
41 </p> |
39 </p> |
|
40 |
42 <h3>Derived from</h3> |
41 <h3>Derived from</h3> |
43 QDialog, Ui_GitSubmodulesDeinitDialog |
42 QDialog, Ui_GitSubmodulesDeinitDialog |
44 <h3>Class Attributes</h3> |
43 <h3>Class Attributes</h3> |
45 |
|
46 <table> |
44 <table> |
47 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
48 </table> |
46 </table> |
|
47 |
49 <h3>Class Methods</h3> |
48 <h3>Class Methods</h3> |
50 |
|
51 <table> |
49 <table> |
52 <tr><td>None</td></tr> |
50 <tr><td>None</td></tr> |
53 </table> |
51 </table> |
|
52 |
54 <h3>Methods</h3> |
53 <h3>Methods</h3> |
55 |
|
56 <table> |
54 <table> |
57 |
|
58 <tr> |
55 <tr> |
59 <td><a href="#GitSubmodulesDeinitDialog.__init__">GitSubmodulesDeinitDialog</a></td> |
56 <td><a href="#GitSubmodulesDeinitDialog.__init__">GitSubmodulesDeinitDialog</a></td> |
60 <td>Constructor</td> |
57 <td>Constructor</td> |
61 </tr> |
58 </tr> |
62 <tr> |
59 <tr> |
74 <tr> |
71 <tr> |
75 <td><a href="#GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged">on_submodulesList_itemSelectionChanged</a></td> |
72 <td><a href="#GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged">on_submodulesList_itemSelectionChanged</a></td> |
76 <td>Private slot to react on changes of the submodule selection.</td> |
73 <td>Private slot to react on changes of the submodule selection.</td> |
77 </tr> |
74 </tr> |
78 </table> |
75 </table> |
|
76 |
79 <h3>Static Methods</h3> |
77 <h3>Static Methods</h3> |
80 |
|
81 <table> |
78 <table> |
82 <tr><td>None</td></tr> |
79 <tr><td>None</td></tr> |
83 </table> |
80 </table> |
84 |
81 |
|
82 |
85 <a NAME="GitSubmodulesDeinitDialog.__init__" ID="GitSubmodulesDeinitDialog.__init__"></a> |
83 <a NAME="GitSubmodulesDeinitDialog.__init__" ID="GitSubmodulesDeinitDialog.__init__"></a> |
86 <h4>GitSubmodulesDeinitDialog (Constructor)</h4> |
84 <h4>GitSubmodulesDeinitDialog (Constructor)</h4> |
87 <b>GitSubmodulesDeinitDialog</b>(<i>submodulePaths, parent=None</i>) |
85 <b>GitSubmodulesDeinitDialog</b>(<i>submodulePaths, parent=None</i>) |
88 |
|
89 <p> |
86 <p> |
90 Constructor |
87 Constructor |
91 </p> |
88 </p> |
|
89 |
92 <dl> |
90 <dl> |
93 |
91 |
94 <dt><i>submodulePaths</i> (list of str)</dt> |
92 <dt><i>submodulePaths</i> (list of str)</dt> |
95 <dd> |
93 <dd> |
96 list of submodule paths |
94 list of submodule paths |
101 </dd> |
99 </dd> |
102 </dl> |
100 </dl> |
103 <a NAME="GitSubmodulesDeinitDialog.__updateOK" ID="GitSubmodulesDeinitDialog.__updateOK"></a> |
101 <a NAME="GitSubmodulesDeinitDialog.__updateOK" ID="GitSubmodulesDeinitDialog.__updateOK"></a> |
104 <h4>GitSubmodulesDeinitDialog.__updateOK</h4> |
102 <h4>GitSubmodulesDeinitDialog.__updateOK</h4> |
105 <b>__updateOK</b>(<i></i>) |
103 <b>__updateOK</b>(<i></i>) |
106 |
|
107 <p> |
104 <p> |
108 Private slot to update the state of the OK button. |
105 Private slot to update the state of the OK button. |
109 </p> |
106 </p> |
|
107 |
110 <a NAME="GitSubmodulesDeinitDialog.getData" ID="GitSubmodulesDeinitDialog.getData"></a> |
108 <a NAME="GitSubmodulesDeinitDialog.getData" ID="GitSubmodulesDeinitDialog.getData"></a> |
111 <h4>GitSubmodulesDeinitDialog.getData</h4> |
109 <h4>GitSubmodulesDeinitDialog.getData</h4> |
112 <b>getData</b>(<i></i>) |
110 <b>getData</b>(<i></i>) |
113 |
|
114 <p> |
111 <p> |
115 Public method to get the entered data. |
112 Public method to get the entered data. |
116 </p> |
113 </p> |
|
114 |
117 <dl> |
115 <dl> |
118 <dt>Return:</dt> |
116 <dt>Return:</dt> |
119 <dd> |
117 <dd> |
120 tuple containing a flag to indicate all submodules, a list of |
118 tuple containing a flag to indicate all submodules, a list of |
121 selected submodules and a flag indicating an enforced operation |
119 selected submodules and a flag indicating an enforced operation |
128 </dd> |
126 </dd> |
129 </dl> |
127 </dl> |
130 <a NAME="GitSubmodulesDeinitDialog.on_allCheckBox_toggled" ID="GitSubmodulesDeinitDialog.on_allCheckBox_toggled"></a> |
128 <a NAME="GitSubmodulesDeinitDialog.on_allCheckBox_toggled" ID="GitSubmodulesDeinitDialog.on_allCheckBox_toggled"></a> |
131 <h4>GitSubmodulesDeinitDialog.on_allCheckBox_toggled</h4> |
129 <h4>GitSubmodulesDeinitDialog.on_allCheckBox_toggled</h4> |
132 <b>on_allCheckBox_toggled</b>(<i>checked</i>) |
130 <b>on_allCheckBox_toggled</b>(<i>checked</i>) |
133 |
|
134 <p> |
131 <p> |
135 Private slot to react on changes of the all checkbox. |
132 Private slot to react on changes of the all checkbox. |
136 </p> |
133 </p> |
|
134 |
137 <dl> |
135 <dl> |
138 |
136 |
139 <dt><i>checked</i> (bool)</dt> |
137 <dt><i>checked</i> (bool)</dt> |
140 <dd> |
138 <dd> |
141 state of the checkbox |
139 state of the checkbox |
142 </dd> |
140 </dd> |
143 </dl> |
141 </dl> |
144 <a NAME="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged" ID="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged"></a> |
142 <a NAME="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged" ID="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged"></a> |
145 <h4>GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged</h4> |
143 <h4>GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged</h4> |
146 <b>on_submodulesList_itemSelectionChanged</b>(<i></i>) |
144 <b>on_submodulesList_itemSelectionChanged</b>(<i></i>) |
147 |
|
148 <p> |
145 <p> |
149 Private slot to react on changes of the submodule selection. |
146 Private slot to react on changes of the submodule selection. |
150 </p> |
147 </p> |
|
148 |
151 <div align="right"><a href="#top">Up</a></div> |
149 <div align="right"><a href="#top">Up</a></div> |
152 <hr /> |
150 <hr /> |
153 </body></html> |
151 </body></html> |