src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
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 tuple cotaining the command line arguments and the working directory
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>)
124 <p> 130 <p>
125 Private method used to enable/disable the OK-button. 131 Private method used to enable/disable the OK-button.
126 </p> 132 </p>
127 <dl> 133 <dl>
128 134
129 <dt><i>text</i></dt> 135 <dt><i>text</i> (str)</dt>
130 <dd> 136 <dd>
131 ignored 137 text of the command combobox
132 </dd> 138 </dd>
133 </dl> 139 </dl>
134 <div align="right"><a href="#top">Up</a></div> 140 <div align="right"><a href="#top">Up</a></div>
135 <hr /> 141 <hr />
136 </body></html> 142 </body></html>

eric ide

mercurial