Documentation/Source/eric6.Preferences.ConfigurationPages.EditorKeywordsPage.html

changeset 6884
2a34f22cdbc1
parent 6876
af2ae79e03b3
equal deleted inserted replaced
6883:57a2dc333cea 6884:2a34f22cdbc1
61 <table> 61 <table>
62 <tr> 62 <tr>
63 <td><a href="#EditorKeywordsPage.__init__">EditorKeywordsPage</a></td> 63 <td><a href="#EditorKeywordsPage.__init__">EditorKeywordsPage</a></td>
64 <td>Constructor</td> 64 <td>Constructor</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#EditorKeywordsPage.on_allDefaultButton_clicked">on_allDefaultButton_clicked</a></td>
67 <td>Private slot to set all keyword sets of the current language to default values.</td>
68 </tr><tr>
69 <td><a href="#EditorKeywordsPage.on_defaultButton_clicked">on_defaultButton_clicked</a></td>
70 <td>Private slot to set the current keyword set to default values.</td>
71 </tr><tr>
66 <td><a href="#EditorKeywordsPage.on_languageCombo_activated">on_languageCombo_activated</a></td> 72 <td><a href="#EditorKeywordsPage.on_languageCombo_activated">on_languageCombo_activated</a></td>
67 <td>Private slot to fill the keywords edit.</td> 73 <td>Private slot to fill the keywords edit.</td>
68 </tr><tr> 74 </tr><tr>
69 <td><a href="#EditorKeywordsPage.on_setSpinBox_valueChanged">on_setSpinBox_valueChanged</a></td> 75 <td><a href="#EditorKeywordsPage.on_setSpinBox_valueChanged">on_setSpinBox_valueChanged</a></td>
70 <td>Private slot to fill the keywords edit.</td> 76 <td>Private slot to fill the keywords edit.</td>
80 <a NAME="EditorKeywordsPage.__init__" ID="EditorKeywordsPage.__init__"></a> 86 <a NAME="EditorKeywordsPage.__init__" ID="EditorKeywordsPage.__init__"></a>
81 <h4>EditorKeywordsPage (Constructor)</h4> 87 <h4>EditorKeywordsPage (Constructor)</h4>
82 <b>EditorKeywordsPage</b>(<i></i>) 88 <b>EditorKeywordsPage</b>(<i></i>)
83 <p> 89 <p>
84 Constructor 90 Constructor
91 </p><a NAME="EditorKeywordsPage.on_allDefaultButton_clicked" ID="EditorKeywordsPage.on_allDefaultButton_clicked"></a>
92 <h4>EditorKeywordsPage.on_allDefaultButton_clicked</h4>
93 <b>on_allDefaultButton_clicked</b>(<i></i>)
94 <p>
95 Private slot to set all keyword sets of the current language to default
96 values.
97 </p><a NAME="EditorKeywordsPage.on_defaultButton_clicked" ID="EditorKeywordsPage.on_defaultButton_clicked"></a>
98 <h4>EditorKeywordsPage.on_defaultButton_clicked</h4>
99 <b>on_defaultButton_clicked</b>(<i></i>)
100 <p>
101 Private slot to set the current keyword set to default values.
85 </p><a NAME="EditorKeywordsPage.on_languageCombo_activated" ID="EditorKeywordsPage.on_languageCombo_activated"></a> 102 </p><a NAME="EditorKeywordsPage.on_languageCombo_activated" ID="EditorKeywordsPage.on_languageCombo_activated"></a>
86 <h4>EditorKeywordsPage.on_languageCombo_activated</h4> 103 <h4>EditorKeywordsPage.on_languageCombo_activated</h4>
87 <b>on_languageCombo_activated</b>(<i>language</i>) 104 <b>on_languageCombo_activated</b>(<i>language</i>)
88 <p> 105 <p>
89 Private slot to fill the keywords edit. 106 Private slot to fill the keywords edit.
90 </p><dl> 107 </p><dl>
91 <dt><i>language</i></dt> 108 <dt><i>language</i> (str)</dt>
92 <dd> 109 <dd>
93 selected language (string) 110 selected language
94 </dd> 111 </dd>
95 </dl><a NAME="EditorKeywordsPage.on_setSpinBox_valueChanged" ID="EditorKeywordsPage.on_setSpinBox_valueChanged"></a> 112 </dl><a NAME="EditorKeywordsPage.on_setSpinBox_valueChanged" ID="EditorKeywordsPage.on_setSpinBox_valueChanged"></a>
96 <h4>EditorKeywordsPage.on_setSpinBox_valueChanged</h4> 113 <h4>EditorKeywordsPage.on_setSpinBox_valueChanged</h4>
97 <b>on_setSpinBox_valueChanged</b>(<i>kwSet</i>) 114 <b>on_setSpinBox_valueChanged</b>(<i>kwSet</i>)
98 <p> 115 <p>
99 Private slot to fill the keywords edit. 116 Private slot to fill the keywords edit.
100 </p><dl> 117 </p><dl>
101 <dt><i>kwSet</i></dt> 118 <dt><i>kwSet</i> (int)</dt>
102 <dd> 119 <dd>
103 number of the selected keyword set (integer) 120 number of the selected keyword set
104 </dd> 121 </dd>
105 </dl><a NAME="EditorKeywordsPage.save" ID="EditorKeywordsPage.save"></a> 122 </dl><a NAME="EditorKeywordsPage.save" ID="EditorKeywordsPage.save"></a>
106 <h4>EditorKeywordsPage.save</h4> 123 <h4>EditorKeywordsPage.save</h4>
107 <b>save</b>(<i></i>) 124 <b>save</b>(<i></i>)
108 <p> 125 <p>
114 <h2>create</h2> 131 <h2>create</h2>
115 <b>create</b>(<i>dlg</i>) 132 <b>create</b>(<i>dlg</i>)
116 <p> 133 <p>
117 Module function to create the configuration page. 134 Module function to create the configuration page.
118 </p><dl> 135 </p><dl>
119 <dt><i>dlg</i></dt> 136 <dt><i>dlg</i> (ConfigurationWidget)</dt>
120 <dd> 137 <dd>
121 reference to the configuration dialog 138 reference to the configuration dialog
122 </dd> 139 </dd>
123 </dl><dl> 140 </dl><dl>
124 <dt>Returns:</dt> 141 <dt>Returns:</dt>
125 <dd> 142 <dd>
126 reference to the instantiated page (ConfigurationPageBase) 143 reference to the instantiated page
144 </dd>
145 </dl><dl>
146 <dt>Return Type:</dt>
147 <dd>
148 ConfigurationPageBase
127 </dd> 149 </dd>
128 </dl> 150 </dl>
129 <div align="right"><a href="#top">Up</a></div> 151 <div align="right"><a href="#top">Up</a></div>
130 <hr /> 152 <hr />
131 </body></html> 153 </body></html>

eric ide

mercurial