64 <td>Private slot called, when an editor was closed.</td> |
64 <td>Private slot called, when an editor was closed.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#ToolGenerateHashPlugin.__editorOpened">__editorOpened</a></td> |
66 <td><a href="#ToolGenerateHashPlugin.__editorOpened">__editorOpened</a></td> |
67 <td>Private slot called, when a new editor was opened.</td> |
67 <td>Private slot called, when a new editor was opened.</td> |
68 </tr><tr> |
68 </tr><tr> |
|
69 <td><a href="#ToolGenerateHashPlugin.__editorShowMenu">__editorShowMenu</a></td> |
|
70 <td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> |
|
71 </tr><tr> |
69 <td><a href="#ToolGenerateHashPlugin.__hashDirectory">__hashDirectory</a></td> |
72 <td><a href="#ToolGenerateHashPlugin.__hashDirectory">__hashDirectory</a></td> |
70 <td>Private slot to generate the hash for a directory.</td> |
73 <td>Private slot to generate the hash for a directory.</td> |
71 </tr><tr> |
74 </tr><tr> |
72 <td><a href="#ToolGenerateHashPlugin.__hashFile">__hashFile</a></td> |
75 <td><a href="#ToolGenerateHashPlugin.__hashFile">__hashFile</a></td> |
73 <td>Private slot to generate the hash for a file.</td> |
76 <td>Private slot to generate the hash for a file.</td> |
122 Private slot called, when a new editor was opened. |
125 Private slot called, when a new editor was opened. |
123 </p><dl> |
126 </p><dl> |
124 <dt><i>editor</i></dt> |
127 <dt><i>editor</i></dt> |
125 <dd> |
128 <dd> |
126 reference to the new editor (QScintilla.Editor) |
129 reference to the new editor (QScintilla.Editor) |
|
130 </dd> |
|
131 </dl><a NAME="ToolGenerateHashPlugin.__editorShowMenu" ID="ToolGenerateHashPlugin.__editorShowMenu"></a> |
|
132 <h4>ToolGenerateHashPlugin.__editorShowMenu</h4> |
|
133 <b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) |
|
134 <p> |
|
135 Private slot called, when the the editor context menu or a submenu is |
|
136 about to be shown. |
|
137 </p><dl> |
|
138 <dt><i>menuName</i></dt> |
|
139 <dd> |
|
140 name of the menu to be shown (string) |
|
141 </dd><dt><i>menu</i></dt> |
|
142 <dd> |
|
143 reference to the menu (QMenu) |
|
144 </dd><dt><i>editor</i></dt> |
|
145 <dd> |
|
146 reference to the editor |
127 </dd> |
147 </dd> |
128 </dl><a NAME="ToolGenerateHashPlugin.__hashDirectory" ID="ToolGenerateHashPlugin.__hashDirectory"></a> |
148 </dl><a NAME="ToolGenerateHashPlugin.__hashDirectory" ID="ToolGenerateHashPlugin.__hashDirectory"></a> |
129 <h4>ToolGenerateHashPlugin.__hashDirectory</h4> |
149 <h4>ToolGenerateHashPlugin.__hashDirectory</h4> |
130 <b>__hashDirectory</b>(<i></i>) |
150 <b>__hashDirectory</b>(<i></i>) |
131 <p> |
151 <p> |