|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsGit.GitSubmodulesUpdateOptionsDialog</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.vcsGit.GitSubmodulesUpdateOptionsDialog</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing a dialog to enter options for a submodule update command. |
|
13 </p> |
|
14 <h3>Global Attributes</h3> |
|
15 |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 |
|
23 <tr> |
|
24 <td><a href="#GitSubmodulesUpdateOptionsDialog">GitSubmodulesUpdateOptionsDialog</a></td> |
|
25 <td>Class implementing a dialog to enter options for a submodule update command.</td> |
|
26 </tr> |
|
27 </table> |
|
28 <h3>Functions</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <hr /> |
|
34 <hr /> |
|
35 <a NAME="GitSubmodulesUpdateOptionsDialog" ID="GitSubmodulesUpdateOptionsDialog"></a> |
|
36 <h2>GitSubmodulesUpdateOptionsDialog</h2> |
|
37 |
|
38 <p> |
|
39 Class implementing a dialog to enter options for a submodule update |
|
40 command. |
|
41 </p> |
|
42 <h3>Derived from</h3> |
|
43 QDialog, Ui_GitSubmodulesUpdateOptionsDialog |
|
44 <h3>Class Attributes</h3> |
|
45 |
|
46 <table> |
|
47 <tr><td>None</td></tr> |
|
48 </table> |
|
49 <h3>Class Methods</h3> |
|
50 |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Methods</h3> |
|
55 |
|
56 <table> |
|
57 |
|
58 <tr> |
|
59 <td><a href="#GitSubmodulesUpdateOptionsDialog.__init__">GitSubmodulesUpdateOptionsDialog</a></td> |
|
60 <td>Constructor</td> |
|
61 </tr> |
|
62 <tr> |
|
63 <td><a href="#GitSubmodulesUpdateOptionsDialog.getData">getData</a></td> |
|
64 <td>Public method to get the entered data.</td> |
|
65 </tr> |
|
66 </table> |
|
67 <h3>Static Methods</h3> |
|
68 |
|
69 <table> |
|
70 <tr><td>None</td></tr> |
|
71 </table> |
|
72 |
|
73 <a NAME="GitSubmodulesUpdateOptionsDialog.__init__" ID="GitSubmodulesUpdateOptionsDialog.__init__"></a> |
|
74 <h4>GitSubmodulesUpdateOptionsDialog (Constructor)</h4> |
|
75 <b>GitSubmodulesUpdateOptionsDialog</b>(<i>submodulePaths, parent=None</i>) |
|
76 |
|
77 <p> |
|
78 Constructor |
|
79 </p> |
|
80 <dl> |
|
81 |
|
82 <dt><i>submodulePaths</i> (list of str)</dt> |
|
83 <dd> |
|
84 list of submodule paths |
|
85 </dd> |
|
86 <dt><i>parent</i> (QWidget)</dt> |
|
87 <dd> |
|
88 reference to the parent widget |
|
89 </dd> |
|
90 </dl> |
|
91 <a NAME="GitSubmodulesUpdateOptionsDialog.getData" ID="GitSubmodulesUpdateOptionsDialog.getData"></a> |
|
92 <h4>GitSubmodulesUpdateOptionsDialog.getData</h4> |
|
93 <b>getData</b>(<i></i>) |
|
94 |
|
95 <p> |
|
96 Public method to get the entered data. |
|
97 </p> |
|
98 <dl> |
|
99 <dt>Return:</dt> |
|
100 <dd> |
|
101 tuple containing the update procedure, a flag indicating an |
|
102 init, a flag indicating an update with remote, a flag indicating |
|
103 not to fetch the remote, a flag indicating an enforced operation |
|
104 and a list of selected submodules. |
|
105 </dd> |
|
106 </dl> |
|
107 <dl> |
|
108 <dt>Return Type:</dt> |
|
109 <dd> |
|
110 tuple of (int, bool, bool, bool, bool, list of str) |
|
111 </dd> |
|
112 </dl> |
|
113 <div align="right"><a href="#top">Up</a></div> |
|
114 <hr /> |
|
115 </body></html> |