5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Preferences.ConfigurationPages.HexEditorPage</h1> |
9 <h1>eric7.Preferences.ConfigurationPages.HexEditorPage</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the Hex Editor configuration page. |
11 Module implementing the Hex Editor configuration page. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#HexEditorPage">HexEditorPage</a></td> |
22 <td><a href="#HexEditorPage">HexEditorPage</a></td> |
25 <td>Class implementing the Hex Editor configuration page.</td> |
23 <td>Class implementing the Hex Editor configuration page.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 |
|
32 <tr> |
29 <tr> |
33 <td><a href="#create">create</a></td> |
30 <td><a href="#create">create</a></td> |
34 <td>Module function to create the configuration page.</td> |
31 <td>Module function to create the configuration page.</td> |
35 </tr> |
32 </tr> |
36 </table> |
33 </table> |
|
34 |
37 <hr /> |
35 <hr /> |
38 <hr /> |
36 <hr /> |
39 <a NAME="HexEditorPage" ID="HexEditorPage"></a> |
37 <a NAME="HexEditorPage" ID="HexEditorPage"></a> |
40 <h2>HexEditorPage</h2> |
38 <h2>HexEditorPage</h2> |
41 |
|
42 <p> |
39 <p> |
43 Class implementing the Hex Editor configuration page. |
40 Class implementing the Hex Editor configuration page. |
44 </p> |
41 </p> |
|
42 |
45 <h3>Derived from</h3> |
43 <h3>Derived from</h3> |
46 ConfigurationPageBase, Ui_HexEditorPage |
44 ConfigurationPageBase, Ui_HexEditorPage |
47 <h3>Class Attributes</h3> |
45 <h3>Class Attributes</h3> |
48 |
|
49 <table> |
46 <table> |
50 <tr><td>None</td></tr> |
47 <tr><td>None</td></tr> |
51 </table> |
48 </table> |
|
49 |
52 <h3>Class Methods</h3> |
50 <h3>Class Methods</h3> |
53 |
|
54 <table> |
51 <table> |
55 <tr><td>None</td></tr> |
52 <tr><td>None</td></tr> |
56 </table> |
53 </table> |
|
54 |
57 <h3>Methods</h3> |
55 <h3>Methods</h3> |
58 |
|
59 <table> |
56 <table> |
60 |
|
61 <tr> |
57 <tr> |
62 <td><a href="#HexEditorPage.__init__">HexEditorPage</a></td> |
58 <td><a href="#HexEditorPage.__init__">HexEditorPage</a></td> |
63 <td>Constructor</td> |
59 <td>Constructor</td> |
64 </tr> |
60 </tr> |
65 <tr> |
61 <tr> |
73 <tr> |
69 <tr> |
74 <td><a href="#HexEditorPage.save">save</a></td> |
70 <td><a href="#HexEditorPage.save">save</a></td> |
75 <td>Public slot to save the IRC configuration.</td> |
71 <td>Public slot to save the IRC configuration.</td> |
76 </tr> |
72 </tr> |
77 </table> |
73 </table> |
|
74 |
78 <h3>Static Methods</h3> |
75 <h3>Static Methods</h3> |
79 |
|
80 <table> |
76 <table> |
81 <tr><td>None</td></tr> |
77 <tr><td>None</td></tr> |
82 </table> |
78 </table> |
83 |
79 |
|
80 |
84 <a NAME="HexEditorPage.__init__" ID="HexEditorPage.__init__"></a> |
81 <a NAME="HexEditorPage.__init__" ID="HexEditorPage.__init__"></a> |
85 <h4>HexEditorPage (Constructor)</h4> |
82 <h4>HexEditorPage (Constructor)</h4> |
86 <b>HexEditorPage</b>(<i></i>) |
83 <b>HexEditorPage</b>(<i></i>) |
87 |
|
88 <p> |
84 <p> |
89 Constructor |
85 Constructor |
90 </p> |
86 </p> |
|
87 |
91 <a NAME="HexEditorPage.on_monospacedFontButton_clicked" ID="HexEditorPage.on_monospacedFontButton_clicked"></a> |
88 <a NAME="HexEditorPage.on_monospacedFontButton_clicked" ID="HexEditorPage.on_monospacedFontButton_clicked"></a> |
92 <h4>HexEditorPage.on_monospacedFontButton_clicked</h4> |
89 <h4>HexEditorPage.on_monospacedFontButton_clicked</h4> |
93 <b>on_monospacedFontButton_clicked</b>(<i></i>) |
90 <b>on_monospacedFontButton_clicked</b>(<i></i>) |
94 |
|
95 <p> |
91 <p> |
96 Private method used to select the font to be used. |
92 Private method used to select the font to be used. |
97 </p> |
93 </p> |
|
94 |
98 <a NAME="HexEditorPage.polishPage" ID="HexEditorPage.polishPage"></a> |
95 <a NAME="HexEditorPage.polishPage" ID="HexEditorPage.polishPage"></a> |
99 <h4>HexEditorPage.polishPage</h4> |
96 <h4>HexEditorPage.polishPage</h4> |
100 <b>polishPage</b>(<i></i>) |
97 <b>polishPage</b>(<i></i>) |
101 |
|
102 <p> |
98 <p> |
103 Public slot to perform some polishing actions. |
99 Public slot to perform some polishing actions. |
104 </p> |
100 </p> |
|
101 |
105 <a NAME="HexEditorPage.save" ID="HexEditorPage.save"></a> |
102 <a NAME="HexEditorPage.save" ID="HexEditorPage.save"></a> |
106 <h4>HexEditorPage.save</h4> |
103 <h4>HexEditorPage.save</h4> |
107 <b>save</b>(<i></i>) |
104 <b>save</b>(<i></i>) |
108 |
|
109 <p> |
105 <p> |
110 Public slot to save the IRC configuration. |
106 Public slot to save the IRC configuration. |
111 </p> |
107 </p> |
|
108 |
112 <div align="right"><a href="#top">Up</a></div> |
109 <div align="right"><a href="#top">Up</a></div> |
113 <hr /> |
110 <hr /> |
114 <hr /> |
111 <hr /> |
115 <a NAME="create" ID="create"></a> |
112 <a NAME="create" ID="create"></a> |
116 <h2>create</h2> |
113 <h2>create</h2> |
117 <b>create</b>(<i>dlg</i>) |
114 <b>create</b>(<i>dlg</i>) |
118 |
|
119 <p> |
115 <p> |
120 Module function to create the configuration page. |
116 Module function to create the configuration page. |
121 </p> |
117 </p> |
|
118 |
122 <dl> |
119 <dl> |
123 |
120 |
124 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
121 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
125 <dd> |
122 <dd> |
126 reference to the configuration dialog |
123 reference to the configuration dialog |