92 <p> |
92 <p> |
93 Constructor |
93 Constructor |
94 </p> |
94 </p> |
95 <dl> |
95 <dl> |
96 |
96 |
97 <dt><i>defaultClassName</i></dt> |
97 <dt><i>defaultClassName</i> (str)</dt> |
98 <dd> |
98 <dd> |
99 proposed name for the new class (string) |
99 proposed name for the new class |
100 </dd> |
100 </dd> |
101 <dt><i>defaultFile</i></dt> |
101 <dt><i>defaultFile</i> (str)</dt> |
102 <dd> |
102 <dd> |
103 proposed name for the source file (string) |
103 proposed name for the source file |
104 </dd> |
104 </dd> |
105 <dt><i>defaultPath</i></dt> |
105 <dt><i>defaultPath</i> (str)</dt> |
106 <dd> |
106 <dd> |
107 default path for the new file (string) |
107 default path for the new file |
108 </dd> |
108 </dd> |
109 <dt><i>parent</i></dt> |
109 <dt><i>parent</i> (QWidget)</dt> |
110 <dd> |
110 <dd> |
111 parent widget if the dialog (QWidget) |
111 parent widget if the dialog |
112 </dd> |
112 </dd> |
113 </dl> |
113 </dl> |
114 <a NAME="NewDialogClassDialog.__enableOkButton" ID="NewDialogClassDialog.__enableOkButton"></a> |
114 <a NAME="NewDialogClassDialog.__enableOkButton" ID="NewDialogClassDialog.__enableOkButton"></a> |
115 <h4>NewDialogClassDialog.__enableOkButton</h4> |
115 <h4>NewDialogClassDialog.__enableOkButton</h4> |
116 <b>__enableOkButton</b>(<i></i>) |
116 <b>__enableOkButton</b>(<i></i>) |
126 Public method to retrieve the data entered into the dialog. |
126 Public method to retrieve the data entered into the dialog. |
127 </p> |
127 </p> |
128 <dl> |
128 <dl> |
129 <dt>Return:</dt> |
129 <dt>Return:</dt> |
130 <dd> |
130 <dd> |
131 tuple giving the classname (string) and the file name (string) |
131 tuple giving the classname and the file name |
|
132 </dd> |
|
133 </dl> |
|
134 <dl> |
|
135 <dt>Return Type:</dt> |
|
136 <dd> |
|
137 tuple of (str, str) |
132 </dd> |
138 </dd> |
133 </dl> |
139 </dl> |
134 <a NAME="NewDialogClassDialog.on_classnameEdit_textChanged" ID="NewDialogClassDialog.on_classnameEdit_textChanged"></a> |
140 <a NAME="NewDialogClassDialog.on_classnameEdit_textChanged" ID="NewDialogClassDialog.on_classnameEdit_textChanged"></a> |
135 <h4>NewDialogClassDialog.on_classnameEdit_textChanged</h4> |
141 <h4>NewDialogClassDialog.on_classnameEdit_textChanged</h4> |
136 <b>on_classnameEdit_textChanged</b>(<i>text</i>) |
142 <b>on_classnameEdit_textChanged</b>(<i>text</i>) |
138 <p> |
144 <p> |
139 Private slot called, when thext of the classname edit has changed. |
145 Private slot called, when thext of the classname edit has changed. |
140 </p> |
146 </p> |
141 <dl> |
147 <dl> |
142 |
148 |
143 <dt><i>text</i></dt> |
149 <dt><i>text</i> (str)</dt> |
144 <dd> |
150 <dd> |
145 changed text (string) |
151 changed text |
146 </dd> |
152 </dd> |
147 </dl> |
153 </dl> |
148 <a NAME="NewDialogClassDialog.on_filenameEdit_textChanged" ID="NewDialogClassDialog.on_filenameEdit_textChanged"></a> |
154 <a NAME="NewDialogClassDialog.on_filenameEdit_textChanged" ID="NewDialogClassDialog.on_filenameEdit_textChanged"></a> |
149 <h4>NewDialogClassDialog.on_filenameEdit_textChanged</h4> |
155 <h4>NewDialogClassDialog.on_filenameEdit_textChanged</h4> |
150 <b>on_filenameEdit_textChanged</b>(<i>text</i>) |
156 <b>on_filenameEdit_textChanged</b>(<i>text</i>) |
152 <p> |
158 <p> |
153 Private slot called, when thext of the filename edit has changed. |
159 Private slot called, when thext of the filename edit has changed. |
154 </p> |
160 </p> |
155 <dl> |
161 <dl> |
156 |
162 |
157 <dt><i>text</i></dt> |
163 <dt><i>text</i> (str)</dt> |
158 <dd> |
164 <dd> |
159 changed text (string) |
165 changed text |
160 </dd> |
166 </dd> |
161 </dl> |
167 </dl> |
162 <a NAME="NewDialogClassDialog.on_pathnamePicker_textChanged" ID="NewDialogClassDialog.on_pathnamePicker_textChanged"></a> |
168 <a NAME="NewDialogClassDialog.on_pathnamePicker_textChanged" ID="NewDialogClassDialog.on_pathnamePicker_textChanged"></a> |
163 <h4>NewDialogClassDialog.on_pathnamePicker_textChanged</h4> |
169 <h4>NewDialogClassDialog.on_pathnamePicker_textChanged</h4> |
164 <b>on_pathnamePicker_textChanged</b>(<i>text</i>) |
170 <b>on_pathnamePicker_textChanged</b>(<i>text</i>) |