Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="SvnCommitDialog" ID="SvnCommitDialog"></a> 43 <a NAME="SvnCommitDialog" ID="SvnCommitDialog"></a>
44 <h2>SvnCommitDialog</h2> 44 <h2>SvnCommitDialog</h2>
45 <p> 45 <p>
46 Class implementing a dialog to enter the commit message. 46 Class implementing a dialog to enter the commit message.
47 </p><h4>Signals</h4> 47 </p><h3>Signals</h3>
48 <dl> 48 <dl>
49 <dt>accepted()</dt> 49 <dt>accepted()</dt>
50 <dd> 50 <dd>
51 emitted, if the dialog was accepted 51 emitted, if the dialog was accepted
52 </dd><dt>rejected()</dt> 52 </dd><dt>rejected()</dt>
58 QWidget, Ui_SvnCommitDialog 58 QWidget, Ui_SvnCommitDialog
59 <h3>Class Attributes</h3> 59 <h3>Class Attributes</h3>
60 <table> 60 <table>
61 <tr><td>None</td></tr> 61 <tr><td>None</td></tr>
62 </table> 62 </table>
63 <h3>Class Methods</h3>
64 <table>
65 <tr><td>None</td></tr>
66 </table>
63 <h3>Methods</h3> 67 <h3>Methods</h3>
64 <table> 68 <table>
65 <tr> 69 <tr>
66 <td><a href="#SvnCommitDialog.__init__">SvnCommitDialog</a></td>
67 <td>Constructor</td>
68 </tr><tr>
69 <td><a href="#SvnCommitDialog.changelistsData">changelistsData</a></td> 70 <td><a href="#SvnCommitDialog.changelistsData">changelistsData</a></td>
70 <td>Public method to retrieve the changelists data.</td> 71 <td>Public method to retrieve the changelists data.</td>
71 </tr><tr> 72 </tr><tr>
72 <td><a href="#SvnCommitDialog.hasChangelists">hasChangelists</a></td> 73 <td><a href="#SvnCommitDialog.hasChangelists">hasChangelists</a></td>
73 <td>Public method to check, if the user entered some changelists.</td> 74 <td>Public method to check, if the user entered some changelists.</td>
88 <td>Private slot to select a commit message from recent ones.</td> 89 <td>Private slot to select a commit message from recent ones.</td>
89 </tr><tr> 90 </tr><tr>
90 <td><a href="#SvnCommitDialog.showEvent">showEvent</a></td> 91 <td><a href="#SvnCommitDialog.showEvent">showEvent</a></td>
91 <td>Public method called when the dialog is about to be shown.</td> 92 <td>Public method called when the dialog is about to be shown.</td>
92 </tr> 93 </tr>
94 </table>
95 <h3>Static Methods</h3>
96 <table>
97 <tr><td>None</td></tr>
93 </table> 98 </table>
94 <a NAME="SvnCommitDialog.__init__" ID="SvnCommitDialog.__init__"></a> 99 <a NAME="SvnCommitDialog.__init__" ID="SvnCommitDialog.__init__"></a>
95 <h4>SvnCommitDialog (Constructor)</h4> 100 <h4>SvnCommitDialog (Constructor)</h4>
96 <b>SvnCommitDialog</b>(<i>vcs, parent=None</i>) 101 <b>SvnCommitDialog</b>(<i>vcs, parent=None</i>)
97 <p> 102 <p>

eric ide

mercurial