src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
88 <p> 88 <p>
89 Constructor 89 Constructor
90 </p> 90 </p>
91 <dl> 91 <dl>
92 92
93 <dt><i>bookmarksList</i></dt> 93 <dt><i>bookmarksList</i> (list of str)</dt>
94 <dd> 94 <dd>
95 list of bookmarks (list of strings) 95 list of bookmarks
96 </dd> 96 </dd>
97 <dt><i>parent</i></dt> 97 <dt><i>parent</i> (QWidget)</dt>
98 <dd> 98 <dd>
99 reference to the parent widget (QWidget) 99 reference to the parent widget
100 </dd> 100 </dd>
101 </dl> 101 </dl>
102 <a NAME="HgBookmarkRenameDialog.__updateUI" ID="HgBookmarkRenameDialog.__updateUI"></a> 102 <a NAME="HgBookmarkRenameDialog.__updateUI" ID="HgBookmarkRenameDialog.__updateUI"></a>
103 <h4>HgBookmarkRenameDialog.__updateUI</h4> 103 <h4>HgBookmarkRenameDialog.__updateUI</h4>
104 <b>__updateUI</b>(<i></i>) 104 <b>__updateUI</b>(<i></i>)
115 </p> 115 </p>
116 <dl> 116 <dl>
117 <dt>Return:</dt> 117 <dt>Return:</dt>
118 <dd> 118 <dd>
119 tuple naming the old and new bookmark names 119 tuple naming the old and new bookmark names
120 (string, string) 120 </dd>
121 </dl>
122 <dl>
123 <dt>Return Type:</dt>
124 <dd>
125 tuple of (str, str)
121 </dd> 126 </dd>
122 </dl> 127 </dl>
123 <a NAME="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" ID="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged"></a> 128 <a NAME="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" ID="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged"></a>
124 <h4>HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged</h4> 129 <h4>HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged</h4>
125 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) 130 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>)
127 <p> 132 <p>
128 Private slot to handle changes of the selected bookmark. 133 Private slot to handle changes of the selected bookmark.
129 </p> 134 </p>
130 <dl> 135 <dl>
131 136
132 <dt><i>txt</i></dt> 137 <dt><i>txt</i> (str)</dt>
133 <dd> 138 <dd>
134 name of the selected bookmark (string) 139 name of the selected bookmark
135 </dd> 140 </dd>
136 </dl> 141 </dl>
137 <a NAME="HgBookmarkRenameDialog.on_nameEdit_textChanged" ID="HgBookmarkRenameDialog.on_nameEdit_textChanged"></a> 142 <a NAME="HgBookmarkRenameDialog.on_nameEdit_textChanged" ID="HgBookmarkRenameDialog.on_nameEdit_textChanged"></a>
138 <h4>HgBookmarkRenameDialog.on_nameEdit_textChanged</h4> 143 <h4>HgBookmarkRenameDialog.on_nameEdit_textChanged</h4>
139 <b>on_nameEdit_textChanged</b>(<i>txt</i>) 144 <b>on_nameEdit_textChanged</b>(<i>txt</i>)
141 <p> 146 <p>
142 Private slot to handle changes of the bookmark name. 147 Private slot to handle changes of the bookmark name.
143 </p> 148 </p>
144 <dl> 149 <dl>
145 150
146 <dt><i>txt</i></dt> 151 <dt><i>txt</i> (str)</dt>
147 <dd> 152 <dd>
148 text of the edit (string) 153 text of the edit
149 </dd> 154 </dd>
150 </dl> 155 </dl>
151 <div align="right"><a href="#top">Up</a></div> 156 <div align="right"><a href="#top">Up</a></div>
152 <hr /> 157 <hr />
153 </body></html> 158 </body></html>

eric ide

mercurial