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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Preferences.ConfigurationPages.EditorExportersPage</h1> 23 <h1>eric6.Preferences.ConfigurationPages.EditorExportersPage</h1>
24
23 <p> 25 <p>
24 Module implementing the Editor Exporters configuration page. 26 Module implementing the Editor Exporters configuration page.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#EditorExportersPage">EditorExportersPage</a></td> 38 <td><a href="#EditorExportersPage">EditorExportersPage</a></td>
34 <td>Class implementing the Editor Typing configuration page.</td> 39 <td>Class implementing the Editor Typing configuration page.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
45
39 <tr> 46 <tr>
40 <td><a href="#create">create</a></td> 47 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td> 48 <td>Module function to create the configuration page.</td>
42 </tr> 49 </tr>
43 </table> 50 </table>
44 <hr /><hr /> 51 <hr />
52 <hr />
45 <a NAME="EditorExportersPage" ID="EditorExportersPage"></a> 53 <a NAME="EditorExportersPage" ID="EditorExportersPage"></a>
46 <h2>EditorExportersPage</h2> 54 <h2>EditorExportersPage</h2>
55
47 <p> 56 <p>
48 Class implementing the Editor Typing configuration page. 57 Class implementing the Editor Typing configuration page.
49 </p> 58 </p>
50 <h3>Derived from</h3> 59 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_EditorExportersPage 60 ConfigurationPageBase, Ui_EditorExportersPage
52 <h3>Class Attributes</h3> 61 <h3>Class Attributes</h3>
62
53 <table> 63 <table>
54 <tr><td>None</td></tr> 64 <tr><td>None</td></tr>
55 </table> 65 </table>
56 <h3>Class Methods</h3> 66 <h3>Class Methods</h3>
67
57 <table> 68 <table>
58 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
59 </table> 70 </table>
60 <h3>Methods</h3> 71 <h3>Methods</h3>
72
61 <table> 73 <table>
74
62 <tr> 75 <tr>
63 <td><a href="#EditorExportersPage.__init__">EditorExportersPage</a></td> 76 <td><a href="#EditorExportersPage.__init__">EditorExportersPage</a></td>
64 <td>Constructor</td> 77 <td>Constructor</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#EditorExportersPage.on_exportersCombo_activated">on_exportersCombo_activated</a></td> 80 <td><a href="#EditorExportersPage.on_exportersCombo_activated">on_exportersCombo_activated</a></td>
67 <td>Private slot to select the page related to the selected exporter.</td> 81 <td>Private slot to select the page related to the selected exporter.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#EditorExportersPage.on_rtfFontButton_clicked">on_rtfFontButton_clicked</a></td> 84 <td><a href="#EditorExportersPage.on_rtfFontButton_clicked">on_rtfFontButton_clicked</a></td>
70 <td>Private method used to select the font for the RTF export.</td> 85 <td>Private method used to select the font for the RTF export.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#EditorExportersPage.save">save</a></td> 88 <td><a href="#EditorExportersPage.save">save</a></td>
73 <td>Public slot to save the Editor Typing configuration.</td> 89 <td>Public slot to save the Editor Typing configuration.</td>
74 </tr> 90 </tr>
75 </table> 91 </table>
76 <h3>Static Methods</h3> 92 <h3>Static Methods</h3>
93
77 <table> 94 <table>
78 <tr><td>None</td></tr> 95 <tr><td>None</td></tr>
79 </table> 96 </table>
97
80 <a NAME="EditorExportersPage.__init__" ID="EditorExportersPage.__init__"></a> 98 <a NAME="EditorExportersPage.__init__" ID="EditorExportersPage.__init__"></a>
81 <h4>EditorExportersPage (Constructor)</h4> 99 <h4>EditorExportersPage (Constructor)</h4>
82 <b>EditorExportersPage</b>(<i></i>) 100 <b>EditorExportersPage</b>(<i></i>)
101
83 <p> 102 <p>
84 Constructor 103 Constructor
85 </p><a NAME="EditorExportersPage.on_exportersCombo_activated" ID="EditorExportersPage.on_exportersCombo_activated"></a> 104 </p>
105 <a NAME="EditorExportersPage.on_exportersCombo_activated" ID="EditorExportersPage.on_exportersCombo_activated"></a>
86 <h4>EditorExportersPage.on_exportersCombo_activated</h4> 106 <h4>EditorExportersPage.on_exportersCombo_activated</h4>
87 <b>on_exportersCombo_activated</b>(<i>exporter</i>) 107 <b>on_exportersCombo_activated</b>(<i>exporter</i>)
108
88 <p> 109 <p>
89 Private slot to select the page related to the selected exporter. 110 Private slot to select the page related to the selected exporter.
90 </p><dl> 111 </p>
112 <dl>
113
91 <dt><i>exporter</i></dt> 114 <dt><i>exporter</i></dt>
92 <dd> 115 <dd>
93 name of the selected exporter (string) 116 name of the selected exporter (string)
94 </dd> 117 </dd>
95 </dl><a NAME="EditorExportersPage.on_rtfFontButton_clicked" ID="EditorExportersPage.on_rtfFontButton_clicked"></a> 118 </dl>
119 <a NAME="EditorExportersPage.on_rtfFontButton_clicked" ID="EditorExportersPage.on_rtfFontButton_clicked"></a>
96 <h4>EditorExportersPage.on_rtfFontButton_clicked</h4> 120 <h4>EditorExportersPage.on_rtfFontButton_clicked</h4>
97 <b>on_rtfFontButton_clicked</b>(<i></i>) 121 <b>on_rtfFontButton_clicked</b>(<i></i>)
122
98 <p> 123 <p>
99 Private method used to select the font for the RTF export. 124 Private method used to select the font for the RTF export.
100 </p><a NAME="EditorExportersPage.save" ID="EditorExportersPage.save"></a> 125 </p>
126 <a NAME="EditorExportersPage.save" ID="EditorExportersPage.save"></a>
101 <h4>EditorExportersPage.save</h4> 127 <h4>EditorExportersPage.save</h4>
102 <b>save</b>(<i></i>) 128 <b>save</b>(<i></i>)
129
103 <p> 130 <p>
104 Public slot to save the Editor Typing configuration. 131 Public slot to save the Editor Typing configuration.
105 </p> 132 </p>
106 <div align="right"><a href="#top">Up</a></div> 133 <div align="right"><a href="#top">Up</a></div>
107 <hr /><hr /> 134 <hr />
135 <hr />
108 <a NAME="create" ID="create"></a> 136 <a NAME="create" ID="create"></a>
109 <h2>create</h2> 137 <h2>create</h2>
110 <b>create</b>(<i>dlg</i>) 138 <b>create</b>(<i>dlg</i>)
139
111 <p> 140 <p>
112 Module function to create the configuration page. 141 Module function to create the configuration page.
113 </p><dl> 142 </p>
143 <dl>
144
114 <dt><i>dlg</i></dt> 145 <dt><i>dlg</i></dt>
115 <dd> 146 <dd>
116 reference to the configuration dialog 147 reference to the configuration dialog
117 </dd> 148 </dd>
118 </dl><dl> 149 </dl>
150 <dl>
119 <dt>Returns:</dt> 151 <dt>Returns:</dt>
120 <dd> 152 <dd>
121 reference to the instantiated page (ConfigurationPageBase) 153 reference to the instantiated page (ConfigurationPageBase)
122 </dd> 154 </dd>
123 </dl> 155 </dl>

eric ide

mercurial