16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog</h1> |
23 <h1>eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to get the data for a submodule deinit operation. |
26 Module implementing a dialog to get the data for a submodule deinit operation. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
|
34 |
31 <table> |
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#GitSubmodulesDeinitDialog">GitSubmodulesDeinitDialog</a></td> |
38 <td><a href="#GitSubmodulesDeinitDialog">GitSubmodulesDeinitDialog</a></td> |
34 <td>Class implementing a dialog to get the data for a submodule deinit operation.</td> |
39 <td>Class implementing a dialog to get the data for a submodule deinit operation.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
|
43 |
38 <table> |
44 <table> |
39 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
40 </table> |
46 </table> |
41 <hr /><hr /> |
47 <hr /> |
|
48 <hr /> |
42 <a NAME="GitSubmodulesDeinitDialog" ID="GitSubmodulesDeinitDialog"></a> |
49 <a NAME="GitSubmodulesDeinitDialog" ID="GitSubmodulesDeinitDialog"></a> |
43 <h2>GitSubmodulesDeinitDialog</h2> |
50 <h2>GitSubmodulesDeinitDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a dialog to get the data for a submodule deinit |
53 Class implementing a dialog to get the data for a submodule deinit |
46 operation. |
54 operation. |
47 </p> |
55 </p> |
48 <h3>Derived from</h3> |
56 <h3>Derived from</h3> |
49 QDialog, Ui_GitSubmodulesDeinitDialog |
57 QDialog, Ui_GitSubmodulesDeinitDialog |
50 <h3>Class Attributes</h3> |
58 <h3>Class Attributes</h3> |
|
59 |
51 <table> |
60 <table> |
52 <tr><td>None</td></tr> |
61 <tr><td>None</td></tr> |
53 </table> |
62 </table> |
54 <h3>Class Methods</h3> |
63 <h3>Class Methods</h3> |
|
64 |
55 <table> |
65 <table> |
56 <tr><td>None</td></tr> |
66 <tr><td>None</td></tr> |
57 </table> |
67 </table> |
58 <h3>Methods</h3> |
68 <h3>Methods</h3> |
|
69 |
59 <table> |
70 <table> |
|
71 |
60 <tr> |
72 <tr> |
61 <td><a href="#GitSubmodulesDeinitDialog.__init__">GitSubmodulesDeinitDialog</a></td> |
73 <td><a href="#GitSubmodulesDeinitDialog.__init__">GitSubmodulesDeinitDialog</a></td> |
62 <td>Constructor</td> |
74 <td>Constructor</td> |
63 </tr><tr> |
75 </tr> |
|
76 <tr> |
64 <td><a href="#GitSubmodulesDeinitDialog.__updateOK">__updateOK</a></td> |
77 <td><a href="#GitSubmodulesDeinitDialog.__updateOK">__updateOK</a></td> |
65 <td>Private slot to update the state of the OK button.</td> |
78 <td>Private slot to update the state of the OK button.</td> |
66 </tr><tr> |
79 </tr> |
|
80 <tr> |
67 <td><a href="#GitSubmodulesDeinitDialog.getData">getData</a></td> |
81 <td><a href="#GitSubmodulesDeinitDialog.getData">getData</a></td> |
68 <td>Public method to get the entered data.</td> |
82 <td>Public method to get the entered data.</td> |
69 </tr><tr> |
83 </tr> |
|
84 <tr> |
70 <td><a href="#GitSubmodulesDeinitDialog.on_allCheckBox_toggled">on_allCheckBox_toggled</a></td> |
85 <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> |
86 <td>Private slot to react on changes of the all checkbox.</td> |
72 </tr><tr> |
87 </tr> |
|
88 <tr> |
73 <td><a href="#GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged">on_submodulesList_itemSelectionChanged</a></td> |
89 <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> |
90 <td>Private slot to react on changes of the submodule selection.</td> |
75 </tr> |
91 </tr> |
76 </table> |
92 </table> |
77 <h3>Static Methods</h3> |
93 <h3>Static Methods</h3> |
|
94 |
78 <table> |
95 <table> |
79 <tr><td>None</td></tr> |
96 <tr><td>None</td></tr> |
80 </table> |
97 </table> |
|
98 |
81 <a NAME="GitSubmodulesDeinitDialog.__init__" ID="GitSubmodulesDeinitDialog.__init__"></a> |
99 <a NAME="GitSubmodulesDeinitDialog.__init__" ID="GitSubmodulesDeinitDialog.__init__"></a> |
82 <h4>GitSubmodulesDeinitDialog (Constructor)</h4> |
100 <h4>GitSubmodulesDeinitDialog (Constructor)</h4> |
83 <b>GitSubmodulesDeinitDialog</b>(<i>submodulePaths, parent=None</i>) |
101 <b>GitSubmodulesDeinitDialog</b>(<i>submodulePaths, parent=None</i>) |
|
102 |
84 <p> |
103 <p> |
85 Constructor |
104 Constructor |
86 </p><dl> |
105 </p> |
|
106 <dl> |
|
107 |
87 <dt><i>submodulePaths</i> (list of str)</dt> |
108 <dt><i>submodulePaths</i> (list of str)</dt> |
88 <dd> |
109 <dd> |
89 list of submodule paths |
110 list of submodule paths |
90 </dd><dt><i>parent</i> (QWidget)</dt> |
111 </dd> |
|
112 <dt><i>parent</i> (QWidget)</dt> |
91 <dd> |
113 <dd> |
92 reference to the parent widget |
114 reference to the parent widget |
93 </dd> |
115 </dd> |
94 </dl><a NAME="GitSubmodulesDeinitDialog.__updateOK" ID="GitSubmodulesDeinitDialog.__updateOK"></a> |
116 </dl> |
|
117 <a NAME="GitSubmodulesDeinitDialog.__updateOK" ID="GitSubmodulesDeinitDialog.__updateOK"></a> |
95 <h4>GitSubmodulesDeinitDialog.__updateOK</h4> |
118 <h4>GitSubmodulesDeinitDialog.__updateOK</h4> |
96 <b>__updateOK</b>(<i></i>) |
119 <b>__updateOK</b>(<i></i>) |
|
120 |
97 <p> |
121 <p> |
98 Private slot to update the state of the OK button. |
122 Private slot to update the state of the OK button. |
99 </p><a NAME="GitSubmodulesDeinitDialog.getData" ID="GitSubmodulesDeinitDialog.getData"></a> |
123 </p> |
|
124 <a NAME="GitSubmodulesDeinitDialog.getData" ID="GitSubmodulesDeinitDialog.getData"></a> |
100 <h4>GitSubmodulesDeinitDialog.getData</h4> |
125 <h4>GitSubmodulesDeinitDialog.getData</h4> |
101 <b>getData</b>(<i></i>) |
126 <b>getData</b>(<i></i>) |
|
127 |
102 <p> |
128 <p> |
103 Public method to get the entered data. |
129 Public method to get the entered data. |
104 </p><dl> |
130 </p> |
|
131 <dl> |
105 <dt>Returns:</dt> |
132 <dt>Returns:</dt> |
106 <dd> |
133 <dd> |
107 tuple containing a flag to indicate all submodules, a list of |
134 tuple containing a flag to indicate all submodules, a list of |
108 selected submodules and a flag indicating an enforced operation |
135 selected submodules and a flag indicating an enforced operation |
109 </dd> |
136 </dd> |
110 </dl><dl> |
137 </dl> |
|
138 <dl> |
111 <dt>Return Type:</dt> |
139 <dt>Return Type:</dt> |
112 <dd> |
140 <dd> |
113 tuple of (bool, list of str, bool) |
141 tuple of (bool, list of str, bool) |
114 </dd> |
142 </dd> |
115 </dl><a NAME="GitSubmodulesDeinitDialog.on_allCheckBox_toggled" ID="GitSubmodulesDeinitDialog.on_allCheckBox_toggled"></a> |
143 </dl> |
|
144 <a NAME="GitSubmodulesDeinitDialog.on_allCheckBox_toggled" ID="GitSubmodulesDeinitDialog.on_allCheckBox_toggled"></a> |
116 <h4>GitSubmodulesDeinitDialog.on_allCheckBox_toggled</h4> |
145 <h4>GitSubmodulesDeinitDialog.on_allCheckBox_toggled</h4> |
117 <b>on_allCheckBox_toggled</b>(<i>checked</i>) |
146 <b>on_allCheckBox_toggled</b>(<i>checked</i>) |
|
147 |
118 <p> |
148 <p> |
119 Private slot to react on changes of the all checkbox. |
149 Private slot to react on changes of the all checkbox. |
120 </p><dl> |
150 </p> |
|
151 <dl> |
|
152 |
121 <dt><i>checked</i> (bool)</dt> |
153 <dt><i>checked</i> (bool)</dt> |
122 <dd> |
154 <dd> |
123 state of the checkbox |
155 state of the checkbox |
124 </dd> |
156 </dd> |
125 </dl><a NAME="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged" ID="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged"></a> |
157 </dl> |
|
158 <a NAME="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged" ID="GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged"></a> |
126 <h4>GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged</h4> |
159 <h4>GitSubmodulesDeinitDialog.on_submodulesList_itemSelectionChanged</h4> |
127 <b>on_submodulesList_itemSelectionChanged</b>(<i></i>) |
160 <b>on_submodulesList_itemSelectionChanged</b>(<i></i>) |
|
161 |
128 <p> |
162 <p> |
129 Private slot to react on changes of the submodule selection. |
163 Private slot to react on changes of the submodule selection. |
130 </p> |
164 </p> |
131 <div align="right"><a href="#top">Up</a></div> |
165 <div align="right"><a href="#top">Up</a></div> |
132 <hr /> |
166 <hr /> |