src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.AddEntryPointDialog.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 9201
2f1ccadee231
child 10479
856476537696
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.WizardPlugins.SetupWizard.AddEntryPointDialog</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.WizardPlugins.SetupWizard.AddEntryPointDialog</h1>
10
11 <p>
12 Module implementing a dialog to enter the data for an entry point.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22
23 <tr>
24 <td><a href="#AddEntryPointDialog">AddEntryPointDialog</a></td>
25 <td>Class implementing a dialog to enter the data for an entry point.</td>
26 </tr>
27 </table>
28 <h3>Functions</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <hr />
34 <hr />
35 <a NAME="AddEntryPointDialog" ID="AddEntryPointDialog"></a>
36 <h2>AddEntryPointDialog</h2>
37
38 <p>
39 Class implementing a dialog to enter the data for an entry point.
40 </p>
41 <h3>Derived from</h3>
42 QDialog, Ui_AddEntryPointDialog
43 <h3>Class Attributes</h3>
44
45 <table>
46 <tr><td>None</td></tr>
47 </table>
48 <h3>Class Methods</h3>
49
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Methods</h3>
54
55 <table>
56
57 <tr>
58 <td><a href="#AddEntryPointDialog.__init__">AddEntryPointDialog</a></td>
59 <td>Constructor</td>
60 </tr>
61 <tr>
62 <td><a href="#AddEntryPointDialog.__updateOK">__updateOK</a></td>
63 <td>Private slot to update the enabled state of the OK button.</td>
64 </tr>
65 <tr>
66 <td><a href="#AddEntryPointDialog.getEntryPoint">getEntryPoint</a></td>
67 <td>Public method to get the data for the entry point.</td>
68 </tr>
69 <tr>
70 <td><a href="#AddEntryPointDialog.on_scriptButton_clicked">on_scriptButton_clicked</a></td>
71 <td>Private slot to select a script via a file selection dialog.</td>
72 </tr>
73 </table>
74 <h3>Static Methods</h3>
75
76 <table>
77 <tr><td>None</td></tr>
78 </table>
79
80 <a NAME="AddEntryPointDialog.__init__" ID="AddEntryPointDialog.__init__"></a>
81 <h4>AddEntryPointDialog (Constructor)</h4>
82 <b>AddEntryPointDialog</b>(<i>rootDirectory, epType="", name="", script="", parent=None</i>)
83
84 <p>
85 Constructor
86 </p>
87 <dl>
88
89 <dt><i>rootDirectory</i> (str)</dt>
90 <dd>
91 root directory for selecting script modules via
92 a file selection dialog
93 </dd>
94 <dt><i>epType</i> (str (optional))</dt>
95 <dd>
96 type of the entry point (defaults to "")
97 </dd>
98 <dt><i>name</i> (str (optional))</dt>
99 <dd>
100 name of the entry point (defaults to "")
101 </dd>
102 <dt><i>script</i> (str (optional))</dt>
103 <dd>
104 script function of the entry point (defaults to "")
105 </dd>
106 <dt><i>parent</i> (QWidget (optional))</dt>
107 <dd>
108 reference to the parent widget (defaults to None)
109 </dd>
110 </dl>
111 <a NAME="AddEntryPointDialog.__updateOK" ID="AddEntryPointDialog.__updateOK"></a>
112 <h4>AddEntryPointDialog.__updateOK</h4>
113 <b>__updateOK</b>(<i></i>)
114
115 <p>
116 Private slot to update the enabled state of the OK button.
117 </p>
118 <a NAME="AddEntryPointDialog.getEntryPoint" ID="AddEntryPointDialog.getEntryPoint"></a>
119 <h4>AddEntryPointDialog.getEntryPoint</h4>
120 <b>getEntryPoint</b>(<i></i>)
121
122 <p>
123 Public method to get the data for the entry point.
124 </p>
125 <dl>
126 <dt>Return:</dt>
127 <dd>
128 tuple containing the entry point type, category, name and
129 script function
130 </dd>
131 </dl>
132 <dl>
133 <dt>Return Type:</dt>
134 <dd>
135 tuple of (str, str, str)
136 </dd>
137 </dl>
138 <a NAME="AddEntryPointDialog.on_scriptButton_clicked" ID="AddEntryPointDialog.on_scriptButton_clicked"></a>
139 <h4>AddEntryPointDialog.on_scriptButton_clicked</h4>
140 <b>on_scriptButton_clicked</b>(<i></i>)
141
142 <p>
143 Private slot to select a script via a file selection dialog.
144 </p>
145 <div align="right"><a href="#top">Up</a></div>
146 <hr />
147 </body></html>

eric ide

mercurial