85 <p> |
85 <p> |
86 Constructor |
86 Constructor |
87 </p> |
87 </p> |
88 <dl> |
88 <dl> |
89 |
89 |
90 <dt><i>argvList</i></dt> |
90 <dt><i>argvList</i> (list of str)</dt> |
91 <dd> |
91 <dd> |
92 history list of commandline arguments (list of strings) |
92 history list of commandline arguments |
93 </dd> |
93 </dd> |
94 <dt><i>wdList</i></dt> |
94 <dt><i>wdList</i> (list of str)</dt> |
95 <dd> |
95 <dd> |
96 history list of working directories (list of strings) |
96 history list of working directories |
97 </dd> |
97 </dd> |
98 <dt><i>ppath</i></dt> |
98 <dt><i>ppath</i> (str)</dt> |
99 <dd> |
99 <dd> |
100 pathname of the project directory (string) |
100 pathname of the project directory |
101 </dd> |
101 </dd> |
102 <dt><i>parent</i></dt> |
102 <dt><i>parent</i> (QWidget)</dt> |
103 <dd> |
103 <dd> |
104 parent widget of this dialog (QWidget) |
104 parent widget of this dialog |
105 </dd> |
105 </dd> |
106 </dl> |
106 </dl> |
107 <a NAME="SvnCommandDialog.getData" ID="SvnCommandDialog.getData"></a> |
107 <a NAME="SvnCommandDialog.getData" ID="SvnCommandDialog.getData"></a> |
108 <h4>SvnCommandDialog.getData</h4> |
108 <h4>SvnCommandDialog.getData</h4> |
109 <b>getData</b>(<i></i>) |
109 <b>getData</b>(<i></i>) |
112 Public method to retrieve the data entered into this dialog. |
112 Public method to retrieve the data entered into this dialog. |
113 </p> |
113 </p> |
114 <dl> |
114 <dl> |
115 <dt>Return:</dt> |
115 <dt>Return:</dt> |
116 <dd> |
116 <dd> |
117 a tuple of argv, workdir |
117 a tuple containing argv, workdir |
|
118 </dd> |
|
119 </dl> |
|
120 <dl> |
|
121 <dt>Return Type:</dt> |
|
122 <dd> |
|
123 tuple of (str, str) |
118 </dd> |
124 </dd> |
119 </dl> |
125 </dl> |
120 <a NAME="SvnCommandDialog.on_commandCombo_editTextChanged" ID="SvnCommandDialog.on_commandCombo_editTextChanged"></a> |
126 <a NAME="SvnCommandDialog.on_commandCombo_editTextChanged" ID="SvnCommandDialog.on_commandCombo_editTextChanged"></a> |
121 <h4>SvnCommandDialog.on_commandCombo_editTextChanged</h4> |
127 <h4>SvnCommandDialog.on_commandCombo_editTextChanged</h4> |
122 <b>on_commandCombo_editTextChanged</b>(<i>text</i>) |
128 <b>on_commandCombo_editTextChanged</b>(<i>text</i>) |