]>
Commit | Line | Data |
---|---|---|
1e4a197e RD |
1 | """Decorator classes for documentation and shell scripting. |
2 | """ | |
3 | ||
4 | __author__ = "Patrick K. O'Brien <pobrien@orbtech.com>" | |
5 | __cvsid__ = "$Id$" | |
6 | __revision__ = "$Revision$"[11:-2] | |
7 | ||
8 | ||
9 | # These are not the real wxPython classes. These are Python versions | |
10 | # for documentation purposes. They are also used to apply docstrings | |
11 | # to the real wxPython classes, which are SWIG-generated wrappers for | |
12 | # C-language classes. | |
13 | ||
14 | ||
15 | from Base import Object | |
16 | import Parameters as wx | |
17 | ||
18 | ||
19 | class ArtProvider(Object): | |
20 | """""" | |
21 | ||
22 | def __init__(self): | |
23 | """""" | |
24 | pass | |
25 | ||
26 | def _setCallbackInfo(self): | |
27 | """""" | |
28 | pass | |
29 | ||
30 | ||
31 | class BusyCursor: | |
32 | """""" | |
33 | ||
34 | def __del__(self): | |
35 | """""" | |
36 | pass | |
37 | ||
38 | def __init__(self): | |
39 | """""" | |
40 | pass | |
41 | ||
42 | ||
43 | class BusyInfo(Object): | |
44 | """""" | |
45 | ||
46 | def __del__(self): | |
47 | """""" | |
48 | pass | |
49 | ||
50 | def __init__(self): | |
51 | """""" | |
52 | pass | |
53 | ||
54 | ||
55 | class Caret: | |
56 | """""" | |
57 | ||
58 | def GetPosition(self): | |
59 | """""" | |
60 | pass | |
61 | ||
62 | def GetPositionTuple(self): | |
63 | """""" | |
64 | pass | |
65 | ||
66 | def GetSize(self): | |
67 | """""" | |
68 | pass | |
69 | ||
70 | def GetSizeTuple(self): | |
71 | """""" | |
72 | pass | |
73 | ||
74 | def GetWindow(self): | |
75 | """""" | |
76 | pass | |
77 | ||
78 | def Hide(self): | |
79 | """""" | |
80 | pass | |
81 | ||
82 | def IsOk(self): | |
83 | """""" | |
84 | pass | |
85 | ||
86 | def IsVisible(self): | |
87 | """""" | |
88 | pass | |
89 | ||
90 | def Move(self): | |
91 | """""" | |
92 | pass | |
93 | ||
94 | def MoveXY(self): | |
95 | """""" | |
96 | pass | |
97 | ||
98 | def SetSize(self): | |
99 | """""" | |
100 | pass | |
101 | ||
102 | def SetSizeWH(self): | |
103 | """""" | |
104 | pass | |
105 | ||
106 | def Show(self): | |
107 | """""" | |
108 | pass | |
109 | ||
110 | def __del__(self): | |
111 | """""" | |
112 | pass | |
113 | ||
114 | def __init__(self): | |
115 | """""" | |
116 | pass | |
117 | ||
118 | ||
119 | class EncodingConverter(Object): | |
120 | """""" | |
121 | ||
122 | def Convert(self): | |
123 | """""" | |
124 | pass | |
125 | ||
126 | def Init(self): | |
127 | """""" | |
128 | pass | |
129 | ||
130 | def __del__(self): | |
131 | """""" | |
132 | pass | |
133 | ||
134 | def __init__(self): | |
135 | """""" | |
136 | pass | |
137 | ||
138 | ||
139 | class DirItemData(Object): | |
140 | """""" | |
141 | ||
142 | def SetNewDirName(self): | |
143 | """""" | |
144 | pass | |
145 | ||
146 | def __getattr__(self): | |
147 | """""" | |
148 | pass | |
149 | ||
150 | def __init__(self): | |
151 | """""" | |
152 | pass | |
153 | ||
154 | def __setattr__(self): | |
155 | """""" | |
156 | pass | |
157 | ||
158 | ||
159 | class Effects(Object): | |
160 | """""" | |
161 | ||
162 | def DrawSunkenEdge(self): | |
163 | """""" | |
164 | pass | |
165 | ||
166 | def GetDarkShadow(self): | |
167 | """""" | |
168 | pass | |
169 | ||
170 | def GetFaceColour(self): | |
171 | """""" | |
172 | pass | |
173 | ||
174 | def GetHighlightColour(self): | |
175 | """""" | |
176 | pass | |
177 | ||
178 | def GetLightShadow(self): | |
179 | """""" | |
180 | pass | |
181 | ||
182 | def GetMediumShadow(self): | |
183 | """""" | |
184 | pass | |
185 | ||
186 | def Set(self): | |
187 | """""" | |
188 | pass | |
189 | ||
190 | def SetDarkShadow(self): | |
191 | """""" | |
192 | pass | |
193 | ||
194 | def SetFaceColour(self): | |
195 | """""" | |
196 | pass | |
197 | ||
198 | def SetHighlightColour(self): | |
199 | """""" | |
200 | pass | |
201 | ||
202 | def SetLightShadow(self): | |
203 | """""" | |
204 | pass | |
205 | ||
206 | def SetMediumShadow(self): | |
207 | """""" | |
208 | pass | |
209 | ||
210 | def TileBitmap(self): | |
211 | """""" | |
212 | pass | |
213 | ||
214 | def __init__(self): | |
215 | """""" | |
216 | pass | |
217 | ||
218 | ||
219 | class FontEnumerator: | |
220 | """""" | |
221 | ||
222 | def EnumerateEncodings(self): | |
223 | """""" | |
224 | pass | |
225 | ||
226 | def EnumerateFacenames(self): | |
227 | """""" | |
228 | pass | |
229 | ||
230 | def GetEncodings(self): | |
231 | """""" | |
232 | pass | |
233 | ||
234 | def GetFacenames(self): | |
235 | """""" | |
236 | pass | |
237 | ||
238 | def __del__(self): | |
239 | """""" | |
240 | pass | |
241 | ||
242 | def __init__(self): | |
243 | """""" | |
244 | pass | |
245 | ||
246 | def _setCallbackInfo(self): | |
247 | """""" | |
248 | pass | |
249 | ||
250 | ||
251 | class FontMapper: | |
252 | """""" | |
253 | ||
254 | def CharsetToEncoding(self): | |
255 | """""" | |
256 | pass | |
257 | ||
258 | def GetAltForEncoding(self): | |
259 | """""" | |
260 | pass | |
261 | ||
262 | def IsEncodingAvailable(self): | |
263 | """""" | |
264 | pass | |
265 | ||
266 | def SetConfig(self): | |
267 | """""" | |
268 | pass | |
269 | ||
270 | def SetConfigPath(self): | |
271 | """""" | |
272 | pass | |
273 | ||
274 | def SetDialogParent(self): | |
275 | """""" | |
276 | pass | |
277 | ||
278 | def SetDialogTitle(self): | |
279 | """""" | |
280 | pass | |
281 | ||
282 | def __del__(self): | |
283 | """""" | |
284 | pass | |
285 | ||
286 | def __init__(self): | |
287 | """""" | |
288 | pass | |
289 | ||
290 | ||
291 | class LanguageInfo: | |
292 | """""" | |
293 | ||
294 | def __getattr__(self): | |
295 | """""" | |
296 | pass | |
297 | ||
298 | def __init__(self): | |
299 | """""" | |
300 | pass | |
301 | ||
302 | def __setattr__(self): | |
303 | """""" | |
304 | pass | |
305 | ||
306 | ||
307 | class Locale: | |
308 | """""" | |
309 | ||
310 | def AddCatalog(self): | |
311 | """""" | |
312 | pass | |
313 | ||
314 | def GetCanonicalName(self): | |
315 | """""" | |
316 | pass | |
317 | ||
318 | def GetLanguage(self): | |
319 | """""" | |
320 | pass | |
321 | ||
322 | def GetLocale(self): | |
323 | """""" | |
324 | pass | |
325 | ||
326 | def GetName(self): | |
327 | """""" | |
328 | pass | |
329 | ||
330 | def GetString(self): | |
331 | """""" | |
332 | pass | |
333 | ||
334 | def GetSysName(self): | |
335 | """""" | |
336 | pass | |
337 | ||
338 | def Init(self): | |
339 | """""" | |
340 | pass | |
341 | ||
342 | def IsLoaded(self): | |
343 | """""" | |
344 | pass | |
345 | ||
346 | def IsOk(self): | |
347 | """""" | |
348 | pass | |
349 | ||
350 | def __del__(self): | |
351 | """""" | |
352 | pass | |
353 | ||
354 | def __init__(self): | |
355 | """""" | |
356 | pass | |
357 | ||
358 | ||
359 | class NativeFontInfo: | |
360 | """""" | |
361 | ||
362 | def FromString(self): | |
363 | """""" | |
364 | pass | |
365 | ||
366 | def FromUserString(self): | |
367 | """""" | |
368 | pass | |
369 | ||
370 | def GetEncoding(self): | |
371 | """""" | |
372 | pass | |
373 | ||
374 | def GetFaceName(self): | |
375 | """""" | |
376 | pass | |
377 | ||
378 | def GetFamily(self): | |
379 | """""" | |
380 | pass | |
381 | ||
382 | def GetPointSize(self): | |
383 | """""" | |
384 | pass | |
385 | ||
386 | def GetStyle(self): | |
387 | """""" | |
388 | pass | |
389 | ||
390 | def GetUnderlined(self): | |
391 | """""" | |
392 | pass | |
393 | ||
394 | def GetWeight(self): | |
395 | """""" | |
396 | pass | |
397 | ||
398 | def Init(self): | |
399 | """""" | |
400 | pass | |
401 | ||
402 | def SetEncoding(self): | |
403 | """""" | |
404 | pass | |
405 | ||
406 | def SetFaceName(self): | |
407 | """""" | |
408 | pass | |
409 | ||
410 | def SetFamily(self): | |
411 | """""" | |
412 | pass | |
413 | ||
414 | def SetPointSize(self): | |
415 | """""" | |
416 | pass | |
417 | ||
418 | def SetStyle(self): | |
419 | """""" | |
420 | pass | |
421 | ||
422 | def SetUnderlined(self): | |
423 | """""" | |
424 | pass | |
425 | ||
426 | def SetWeight(self): | |
427 | """""" | |
428 | pass | |
429 | ||
430 | def ToString(self): | |
431 | """""" | |
432 | pass | |
433 | ||
434 | def ToUserString(self): | |
435 | """""" | |
436 | pass | |
437 | ||
438 | def __init__(self): | |
439 | """""" | |
440 | pass | |
441 | ||
442 | def __str__(self): | |
443 | """""" | |
444 | pass | |
445 | ||
446 | ||
447 | class PyTimer(Object): | |
448 | """""" | |
449 | ||
450 | def GetInterval(self): | |
451 | """""" | |
452 | pass | |
453 | ||
454 | def IsOneShot(self): | |
455 | """""" | |
456 | pass | |
457 | ||
458 | def IsRunning(self): | |
459 | """""" | |
460 | pass | |
461 | ||
462 | def SetOwner(self): | |
463 | """""" | |
464 | pass | |
465 | ||
466 | def Start(self): | |
467 | """""" | |
468 | pass | |
469 | ||
470 | def Stop(self): | |
471 | """""" | |
472 | pass | |
473 | ||
474 | def __del__(self): | |
475 | """""" | |
476 | pass | |
477 | ||
478 | def __init__(self): | |
479 | """""" | |
480 | pass | |
481 | ||
482 | ||
483 | class StopWatch: | |
484 | """""" | |
485 | ||
486 | def Pause(self): | |
487 | """""" | |
488 | pass | |
489 | ||
490 | def Resume(self): | |
491 | """""" | |
492 | pass | |
493 | ||
494 | def Start(self): | |
495 | """""" | |
496 | pass | |
497 | ||
498 | def Time(self): | |
499 | """""" | |
500 | pass | |
501 | ||
502 | def __del__(self): | |
503 | """""" | |
504 | pass | |
505 | ||
506 | def __init__(self): | |
507 | """""" | |
508 | pass | |
509 | ||
510 | ||
511 | class SystemSettings: | |
512 | """""" | |
513 | ||
514 | def __init__(self): | |
515 | """""" | |
516 | pass | |
517 | ||
518 | ||
519 | class Timer(PyTimer): | |
520 | """""" | |
521 | ||
522 | def __init__(self, evtHandler=None, id=-1): | |
523 | """Create a Timer instance.""" | |
524 | pass | |
525 | ||
526 | ||
527 | class Wave(Object): | |
528 | """""" | |
529 | ||
530 | def IsOk(self): | |
531 | """""" | |
532 | pass | |
533 | ||
534 | def Play(self): | |
535 | """""" | |
536 | pass | |
537 | ||
538 | def __del__(self): | |
539 | """""" | |
540 | pass | |
541 | ||
542 | def __init__(self): | |
543 | """""" | |
544 | pass | |
545 | ||
546 | ||
547 | class WindowDisabler: | |
548 | """""" | |
549 | ||
550 | def __del__(self): | |
551 | """""" | |
552 | pass | |
553 | ||
554 | def __init__(self): | |
555 | """""" | |
556 | pass | |
557 | ||
558 |