--- a/Documentation/Source/eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Preferences.ConfigurationPages.ConfigurationPageBase.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Preferences.ConfigurationPages.ConfigurationPageBase</h1> <p> -Module implementing the base class for all configuration pages. +Module implementing the base class for all configuration pages. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#ConfigurationPageBase">ConfigurationPageBase</a></td> -<td>Class implementing the base class for all configuration pages.</td> +<td>Class implementing the base class for all configuration pages.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="ConfigurationPageBase" ID="ConfigurationPageBase"></a> <h2>ConfigurationPageBase</h2> <p> - Class implementing the base class for all configuration pages. + Class implementing the base class for all configuration pages. </p> <h3>Derived from</h3> QWidget @@ -55,112 +55,112 @@ <table> <tr> <td><a href="#ConfigurationPageBase.__init__">ConfigurationPageBase</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#ConfigurationPageBase.initColour">initColour</a></td> -<td>Public method to initialize a colour selection button.</td> +<td>Public method to initialize a colour selection button.</td> </tr><tr> <td><a href="#ConfigurationPageBase.polishPage">polishPage</a></td> -<td>Public slot to perform some polishing actions.</td> +<td>Public slot to perform some polishing actions.</td> </tr><tr> <td><a href="#ConfigurationPageBase.saveState">saveState</a></td> -<td>Public method to save the current state of the widget.</td> +<td>Public method to save the current state of the widget.</td> </tr><tr> <td><a href="#ConfigurationPageBase.selectColour">selectColour</a></td> -<td>Public method used by the colour selection buttons.</td> +<td>Public method used by the colour selection buttons.</td> </tr><tr> <td><a href="#ConfigurationPageBase.selectFont">selectFont</a></td> -<td>Public method used by the font selection buttons.</td> +<td>Public method used by the font selection buttons.</td> </tr><tr> <td><a href="#ConfigurationPageBase.setState">setState</a></td> -<td>Public method to set the state of the widget.</td> +<td>Public method to set the state of the widget.</td> </tr> </table> <a NAME="ConfigurationPageBase.__init__" ID="ConfigurationPageBase.__init__"></a> <h4>ConfigurationPageBase (Constructor)</h4> <b>ConfigurationPageBase</b>(<i></i>) <p> - Constructor + Constructor </p><a NAME="ConfigurationPageBase.initColour" ID="ConfigurationPageBase.initColour"></a> <h4>ConfigurationPageBase.initColour</h4> <b>initColour</b>(<i>colourstr, button, prefMethod</i>) <p> - Public method to initialize a colour selection button. + Public method to initialize a colour selection button. </p><dl> <dt><i>colourstr</i></dt> <dd> -colour to be set (string) +colour to be set (string) </dd><dt><i>button</i></dt> <dd> -reference to a button to show the colour on (QPushButton) +reference to a button to show the colour on (QPushButton) </dd><dt><i>prefMethod</i></dt> <dd> -preferences method to get the colour +preferences method to get the colour </dd> </dl><dl> <dt>Returns:</dt> <dd> -reference to the created colour (QColor) +reference to the created colour (QColor) </dd> </dl><a NAME="ConfigurationPageBase.polishPage" ID="ConfigurationPageBase.polishPage"></a> <h4>ConfigurationPageBase.polishPage</h4> <b>polishPage</b>(<i></i>) <p> - Public slot to perform some polishing actions. + Public slot to perform some polishing actions. </p><a NAME="ConfigurationPageBase.saveState" ID="ConfigurationPageBase.saveState"></a> <h4>ConfigurationPageBase.saveState</h4> <b>saveState</b>(<i></i>) <p> - Public method to save the current state of the widget. + Public method to save the current state of the widget. </p><a NAME="ConfigurationPageBase.selectColour" ID="ConfigurationPageBase.selectColour"></a> <h4>ConfigurationPageBase.selectColour</h4> <b>selectColour</b>(<i>button, colourVar</i>) <p> - Public method used by the colour selection buttons. + Public method used by the colour selection buttons. </p><dl> <dt><i>button</i></dt> <dd> -reference to a button to show the colour on (QPushButton) +reference to a button to show the colour on (QPushButton) </dd><dt><i>colourVar</i></dt> <dd> -reference to the variable containing the colour (QColor) +reference to the variable containing the colour (QColor) </dd> </dl><dl> <dt>Returns:</dt> <dd> -selected colour (QColor) +selected colour (QColor) </dd> </dl><a NAME="ConfigurationPageBase.selectFont" ID="ConfigurationPageBase.selectFont"></a> <h4>ConfigurationPageBase.selectFont</h4> <b>selectFont</b>(<i>fontSample, fontVar, showFontInfo = False</i>) <p> - Public method used by the font selection buttons. + Public method used by the font selection buttons. </p><dl> <dt><i>fontSample</i></dt> <dd> -reference to the font sample widget (QLineEdit) +reference to the font sample widget (QLineEdit) </dd><dt><i>fontVar</i></dt> <dd> -reference to the variable containing the font (QFont) +reference to the variable containing the font (QFont) </dd><dt><i>showFontInfo</i></dt> <dd> -flag indicating to show some font info - as the sample (boolean) +flag indicating to show some font info + as the sample (boolean) </dd> </dl><dl> <dt>Returns:</dt> <dd> -selected font (QFont) +selected font (QFont) </dd> </dl><a NAME="ConfigurationPageBase.setState" ID="ConfigurationPageBase.setState"></a> <h4>ConfigurationPageBase.setState</h4> <b>setState</b>(<i>state</i>) <p> - Public method to set the state of the widget. + Public method to set the state of the widget. </p><dl> <dt><i>state</i></dt> <dd> -state data generated by saveState +state data generated by saveState </dd> </dl> <div align="right"><a href="#top">Up</a></div>