--- a/Documentation/Source/eric5.Preferences.ConfigurationDialog.html Fri Mar 04 19:12:07 2011 +0100 +++ b/Documentation/Source/eric5.Preferences.ConfigurationDialog.html Fri Mar 04 20:03:47 2011 +0100 @@ -75,6 +75,9 @@ <td><a href="#ConfigurationDialog.__preferencesChanged">__preferencesChanged</a></td> <td>Private slot to handle a change of the preferences.</td> </tr><tr> +<td><a href="#ConfigurationDialog.getConfigurationPageName">getConfigurationPageName</a></td> +<td>Public method to get the page name of the current page.</td> +</tr><tr> <td><a href="#ConfigurationDialog.setPreferences">setPreferences</a></td> <td>Public method called to store the selected values into the preferences storage.</td> </tr><tr> @@ -111,7 +114,17 @@ <b>__preferencesChanged</b>(<i></i>) <p> Private slot to handle a change of the preferences. -</p><a NAME="ConfigurationDialog.setPreferences" ID="ConfigurationDialog.setPreferences"></a> +</p><a NAME="ConfigurationDialog.getConfigurationPageName" ID="ConfigurationDialog.getConfigurationPageName"></a> +<h4>ConfigurationDialog.getConfigurationPageName</h4> +<b>getConfigurationPageName</b>(<i></i>) +<p> + Public method to get the page name of the current page. +</p><dl> +<dt><i>page</i></dt> +<dd> +name of the current page (string) +</dd> +</dl><a NAME="ConfigurationDialog.setPreferences" ID="ConfigurationDialog.setPreferences"></a> <h4>ConfigurationDialog.setPreferences</h4> <b>setPreferences</b>(<i></i>) <p> @@ -223,6 +236,9 @@ <td><a href="#ConfigurationWidget.calledFromEric">calledFromEric</a></td> <td>Public method to check, if invoked from within eric.</td> </tr><tr> +<td><a href="#ConfigurationWidget.getConfigurationPageName">getConfigurationPageName</a></td> +<td>Public method to get the page name of the current page.</td> +</tr><tr> <td><a href="#ConfigurationWidget.getLexers">getLexers</a></td> <td>Public method to get a reference to the lexers dictionary.</td> </tr><tr> @@ -326,6 +342,16 @@ <dd> flag indicating invocation from within eric (boolean) </dd> +</dl><a NAME="ConfigurationWidget.getConfigurationPageName" ID="ConfigurationWidget.getConfigurationPageName"></a> +<h4>ConfigurationWidget.getConfigurationPageName</h4> +<b>getConfigurationPageName</b>(<i></i>) +<p> + Public method to get the page name of the current page. +</p><dl> +<dt><i>page</i></dt> +<dd> +name of the current page (string) +</dd> </dl><a NAME="ConfigurationWidget.getLexers" ID="ConfigurationWidget.getLexers"></a> <h4>ConfigurationWidget.getLexers</h4> <b>getLexers</b>(<i></i>)