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.GitSubmodulesUpdateOptionsDialog</h1> |
23 <h1>eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesUpdateOptionsDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to enter options for a submodule update command. |
26 Module implementing a dialog to enter options for a submodule update command. |
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="#GitSubmodulesUpdateOptionsDialog">GitSubmodulesUpdateOptionsDialog</a></td> |
38 <td><a href="#GitSubmodulesUpdateOptionsDialog">GitSubmodulesUpdateOptionsDialog</a></td> |
34 <td>Class implementing a dialog to enter options for a submodule update command.</td> |
39 <td>Class implementing a dialog to enter options for a submodule update command.</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="GitSubmodulesUpdateOptionsDialog" ID="GitSubmodulesUpdateOptionsDialog"></a> |
49 <a NAME="GitSubmodulesUpdateOptionsDialog" ID="GitSubmodulesUpdateOptionsDialog"></a> |
43 <h2>GitSubmodulesUpdateOptionsDialog</h2> |
50 <h2>GitSubmodulesUpdateOptionsDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a dialog to enter options for a submodule update |
53 Class implementing a dialog to enter options for a submodule update |
46 command. |
54 command. |
47 </p> |
55 </p> |
48 <h3>Derived from</h3> |
56 <h3>Derived from</h3> |
49 QDialog, Ui_GitSubmodulesUpdateOptionsDialog |
57 QDialog, Ui_GitSubmodulesUpdateOptionsDialog |
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="#GitSubmodulesUpdateOptionsDialog.__init__">GitSubmodulesUpdateOptionsDialog</a></td> |
73 <td><a href="#GitSubmodulesUpdateOptionsDialog.__init__">GitSubmodulesUpdateOptionsDialog</a></td> |
62 <td>Constructor</td> |
74 <td>Constructor</td> |
63 </tr><tr> |
75 </tr> |
|
76 <tr> |
64 <td><a href="#GitSubmodulesUpdateOptionsDialog.getData">getData</a></td> |
77 <td><a href="#GitSubmodulesUpdateOptionsDialog.getData">getData</a></td> |
65 <td>Public method to get the entered data.</td> |
78 <td>Public method to get the entered data.</td> |
66 </tr> |
79 </tr> |
67 </table> |
80 </table> |
68 <h3>Static Methods</h3> |
81 <h3>Static Methods</h3> |
|
82 |
69 <table> |
83 <table> |
70 <tr><td>None</td></tr> |
84 <tr><td>None</td></tr> |
71 </table> |
85 </table> |
|
86 |
72 <a NAME="GitSubmodulesUpdateOptionsDialog.__init__" ID="GitSubmodulesUpdateOptionsDialog.__init__"></a> |
87 <a NAME="GitSubmodulesUpdateOptionsDialog.__init__" ID="GitSubmodulesUpdateOptionsDialog.__init__"></a> |
73 <h4>GitSubmodulesUpdateOptionsDialog (Constructor)</h4> |
88 <h4>GitSubmodulesUpdateOptionsDialog (Constructor)</h4> |
74 <b>GitSubmodulesUpdateOptionsDialog</b>(<i>submodulePaths, parent=None</i>) |
89 <b>GitSubmodulesUpdateOptionsDialog</b>(<i>submodulePaths, parent=None</i>) |
|
90 |
75 <p> |
91 <p> |
76 Constructor |
92 Constructor |
77 </p><dl> |
93 </p> |
|
94 <dl> |
|
95 |
78 <dt><i>submodulePaths</i> (list of str)</dt> |
96 <dt><i>submodulePaths</i> (list of str)</dt> |
79 <dd> |
97 <dd> |
80 list of submodule paths |
98 list of submodule paths |
81 </dd><dt><i>parent</i> (QWidget)</dt> |
99 </dd> |
|
100 <dt><i>parent</i> (QWidget)</dt> |
82 <dd> |
101 <dd> |
83 reference to the parent widget |
102 reference to the parent widget |
84 </dd> |
103 </dd> |
85 </dl><a NAME="GitSubmodulesUpdateOptionsDialog.getData" ID="GitSubmodulesUpdateOptionsDialog.getData"></a> |
104 </dl> |
|
105 <a NAME="GitSubmodulesUpdateOptionsDialog.getData" ID="GitSubmodulesUpdateOptionsDialog.getData"></a> |
86 <h4>GitSubmodulesUpdateOptionsDialog.getData</h4> |
106 <h4>GitSubmodulesUpdateOptionsDialog.getData</h4> |
87 <b>getData</b>(<i></i>) |
107 <b>getData</b>(<i></i>) |
|
108 |
88 <p> |
109 <p> |
89 Public method to get the entered data. |
110 Public method to get the entered data. |
90 </p><dl> |
111 </p> |
|
112 <dl> |
91 <dt>Returns:</dt> |
113 <dt>Returns:</dt> |
92 <dd> |
114 <dd> |
93 tuple containing the update procedure, a flag indicating an |
115 tuple containing the update procedure, a flag indicating an |
94 init, a flag indicating an update with remote, a flag indicating |
116 init, a flag indicating an update with remote, a flag indicating |
95 not to fetch the remote, a flag indicating an enforced operation |
117 not to fetch the remote, a flag indicating an enforced operation |
96 and a list of selected submodules. |
118 and a list of selected submodules. |
97 </dd> |
119 </dd> |
98 </dl><dl> |
120 </dl> |
|
121 <dl> |
99 <dt>Return Type:</dt> |
122 <dt>Return Type:</dt> |
100 <dd> |
123 <dd> |
101 tuple of (int, bool, bool, bool, bool, list of str) |
124 tuple of (int, bool, bool, bool, bool, list of str) |
102 </dd> |
125 </dd> |
103 </dl> |
126 </dl> |