PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PrintRemover.ConfigurationPage.PrintRemoverPage.html

changeset 2
1375fce99e3b
child 25
05c80b70ced5
equal deleted inserted replaced
1:674088a74a31 2:1375fce99e3b
1 <!DOCTYPE html>
2 <html><head>
3 <title>Plugin_Tools_Print_Remover.PrintRemover.ConfigurationPage.PrintRemoverPage</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>Plugin_Tools_Print_Remover.PrintRemover.ConfigurationPage.PrintRemoverPage</h1>
23 <p>
24 Module implementing the Print Remover configuration page.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#PrintRemoverPage">PrintRemoverPage</a></td>
34 <td>Class implementing the Print Remover configuration page.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="PrintRemoverPage" ID="PrintRemoverPage"></a>
43 <h2>PrintRemoverPage</h2>
44 <p>
45 Class implementing the Print Remover configuration page.
46 </p>
47 <h3>Derived from</h3>
48 ConfigurationPageBase, Ui_PrintRemoverPage
49 <h3>Class Attributes</h3>
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58 <table>
59 <tr>
60 <td><a href="#PrintRemoverPage.__init__">PrintRemoverPage</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#PrintRemoverPage.on_addPatternButton_clicked">on_addPatternButton_clicked</a></td>
64 <td>Private slot add a pattern to the list.</td>
65 </tr><tr>
66 <td><a href="#PrintRemoverPage.on_deletePatternButton_clicked">on_deletePatternButton_clicked</a></td>
67 <td>Private slot to delete the selected items.</td>
68 </tr><tr>
69 <td><a href="#PrintRemoverPage.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td>
70 <td>Private slot to handle entering a pattern.</td>
71 </tr><tr>
72 <td><a href="#PrintRemoverPage.on_patternList_itemSelectionChanged">on_patternList_itemSelectionChanged</a></td>
73 <td>Private slot to handle the selection of patterns.</td>
74 </tr><tr>
75 <td><a href="#PrintRemoverPage.save">save</a></td>
76 <td>Public slot to save the Print Remover configuration.</td>
77 </tr>
78 </table>
79 <h3>Static Methods</h3>
80 <table>
81 <tr><td>None</td></tr>
82 </table>
83 <a NAME="PrintRemoverPage.__init__" ID="PrintRemoverPage.__init__"></a>
84 <h4>PrintRemoverPage (Constructor)</h4>
85 <b>PrintRemoverPage</b>(<i>plugin</i>)
86 <p>
87 Constructor
88 </p><dl>
89 <dt><i>plugin</i></dt>
90 <dd>
91 reference to the plugin object
92 </dd>
93 </dl><a NAME="PrintRemoverPage.on_addPatternButton_clicked" ID="PrintRemoverPage.on_addPatternButton_clicked"></a>
94 <h4>PrintRemoverPage.on_addPatternButton_clicked</h4>
95 <b>on_addPatternButton_clicked</b>(<i></i>)
96 <p>
97 Private slot add a pattern to the list.
98 </p><a NAME="PrintRemoverPage.on_deletePatternButton_clicked" ID="PrintRemoverPage.on_deletePatternButton_clicked"></a>
99 <h4>PrintRemoverPage.on_deletePatternButton_clicked</h4>
100 <b>on_deletePatternButton_clicked</b>(<i></i>)
101 <p>
102 Private slot to delete the selected items.
103 </p><a NAME="PrintRemoverPage.on_patternEdit_textChanged" ID="PrintRemoverPage.on_patternEdit_textChanged"></a>
104 <h4>PrintRemoverPage.on_patternEdit_textChanged</h4>
105 <b>on_patternEdit_textChanged</b>(<i>pattern</i>)
106 <p>
107 Private slot to handle entering a pattern.
108 </p><dl>
109 <dt><i>pattern</i></dt>
110 <dd>
111 pattern string entered into the line edit (string)
112 </dd>
113 </dl><a NAME="PrintRemoverPage.on_patternList_itemSelectionChanged" ID="PrintRemoverPage.on_patternList_itemSelectionChanged"></a>
114 <h4>PrintRemoverPage.on_patternList_itemSelectionChanged</h4>
115 <b>on_patternList_itemSelectionChanged</b>(<i></i>)
116 <p>
117 Private slot to handle the selection of patterns.
118 </p><a NAME="PrintRemoverPage.save" ID="PrintRemoverPage.save"></a>
119 <h4>PrintRemoverPage.save</h4>
120 <b>save</b>(<i></i>)
121 <p>
122 Public slot to save the Print Remover configuration.
123 </p>
124 <div align="right"><a href="#top">Up</a></div>
125 <hr />
126 </body></html>

eric ide

mercurial