]>
Commit | Line | Data |
---|---|---|
1e4a197e RD |
1 | __cvsid__ = "$Id$" |
2 | __revision__ = "$Revision$"[11:-2] | |
3 | ||
4 | ||
5 | # These are not the real wxPython classes. These are Python versions | |
6 | # for documentation purposes. They are also used to apply docstrings | |
7 | # to the real wxPython classes, which are SWIG-generated wrappers for | |
8 | # C-language classes. | |
9 | ||
10 | ||
11 | import Parameters as wx | |
12 | ||
13 | ||
14 | class DateSpan: | |
15 | """""" | |
16 | ||
17 | def Add(self): | |
18 | """""" | |
19 | pass | |
20 | ||
21 | def GetDays(self): | |
22 | """""" | |
23 | pass | |
24 | ||
25 | def GetMonths(self): | |
26 | """""" | |
27 | pass | |
28 | ||
29 | def GetTotalDays(self): | |
30 | """""" | |
31 | pass | |
32 | ||
33 | def GetWeeks(self): | |
34 | """""" | |
35 | pass | |
36 | ||
37 | def GetYears(self): | |
38 | """""" | |
39 | pass | |
40 | ||
41 | def Multiply(self): | |
42 | """""" | |
43 | pass | |
44 | ||
45 | def Neg(self): | |
46 | """""" | |
47 | pass | |
48 | ||
49 | def SetDays(self): | |
50 | """""" | |
51 | pass | |
52 | ||
53 | def SetMonths(self): | |
54 | """""" | |
55 | pass | |
56 | ||
57 | def SetWeeks(self): | |
58 | """""" | |
59 | pass | |
60 | ||
61 | def SetYears(self): | |
62 | """""" | |
63 | pass | |
64 | ||
65 | def Subtract(self): | |
66 | """""" | |
67 | pass | |
68 | ||
69 | def __add__(self): | |
70 | """""" | |
71 | pass | |
72 | ||
73 | def __del__(self): | |
74 | """""" | |
75 | pass | |
76 | ||
77 | def __init__(self): | |
78 | """""" | |
79 | pass | |
80 | ||
81 | def __mul__(self): | |
82 | """""" | |
83 | pass | |
84 | ||
85 | def __neg__(self): | |
86 | """""" | |
87 | pass | |
88 | ||
89 | def __rmul__(self): | |
90 | """""" | |
91 | pass | |
92 | ||
93 | def __sub__(self): | |
94 | """""" | |
95 | pass | |
96 | ||
97 | ||
98 | class DateTime: | |
99 | """""" | |
100 | ||
101 | def AddDS(self): | |
102 | """""" | |
103 | pass | |
104 | ||
105 | def AddTS(self): | |
106 | """""" | |
107 | pass | |
108 | ||
109 | def Format(self): | |
110 | """""" | |
111 | pass | |
112 | ||
113 | def FormatDate(self): | |
114 | """""" | |
115 | pass | |
116 | ||
117 | def FormatISODate(self): | |
118 | """""" | |
119 | pass | |
120 | ||
121 | def FormatISOTime(self): | |
122 | """""" | |
123 | pass | |
124 | ||
125 | def FormatTime(self): | |
126 | """""" | |
127 | pass | |
128 | ||
129 | def GetDay(self): | |
130 | """""" | |
131 | pass | |
132 | ||
133 | def GetDayOfYear(self): | |
134 | """""" | |
135 | pass | |
136 | ||
137 | def GetHour(self): | |
138 | """""" | |
139 | pass | |
140 | ||
141 | def GetJDN(self): | |
142 | """""" | |
143 | pass | |
144 | ||
145 | def GetJulianDayNumber(self): | |
146 | """""" | |
147 | pass | |
148 | ||
149 | def GetLastMonthDay(self): | |
150 | """""" | |
151 | pass | |
152 | ||
153 | def GetLastWeekDay(self): | |
154 | """""" | |
155 | pass | |
156 | ||
157 | def GetMJD(self): | |
158 | """""" | |
159 | pass | |
160 | ||
161 | def GetMillisecond(self): | |
162 | """""" | |
163 | pass | |
164 | ||
165 | def GetMinute(self): | |
166 | """""" | |
167 | pass | |
168 | ||
169 | def GetModifiedJulianDayNumber(self): | |
170 | """""" | |
171 | pass | |
172 | ||
173 | def GetMonth(self): | |
174 | """""" | |
175 | pass | |
176 | ||
177 | def GetNextWeekDay(self): | |
178 | """""" | |
179 | pass | |
180 | ||
181 | def GetPrevWeekDay(self): | |
182 | """""" | |
183 | pass | |
184 | ||
185 | def GetRataDie(self): | |
186 | """""" | |
187 | pass | |
188 | ||
189 | def GetSecond(self): | |
190 | """""" | |
191 | pass | |
192 | ||
193 | def GetTicks(self): | |
194 | """""" | |
195 | pass | |
196 | ||
197 | def GetWeek(self): | |
198 | """""" | |
199 | pass | |
200 | ||
201 | def GetWeekDay(self): | |
202 | """""" | |
203 | pass | |
204 | ||
205 | def GetWeekDayInSameWeek(self): | |
206 | """""" | |
207 | pass | |
208 | ||
209 | def GetWeekOfMonth(self): | |
210 | """""" | |
211 | pass | |
212 | ||
213 | def GetWeekOfYear(self): | |
214 | """""" | |
215 | pass | |
216 | ||
217 | def GetYear(self): | |
218 | """""" | |
219 | pass | |
220 | ||
221 | def GetYearDay(self): | |
222 | """""" | |
223 | pass | |
224 | ||
225 | def IsBetween(self): | |
226 | """""" | |
227 | pass | |
228 | ||
229 | def IsDST(self): | |
230 | """""" | |
231 | pass | |
232 | ||
233 | def IsEarlierThan(self): | |
234 | """""" | |
235 | pass | |
236 | ||
237 | def IsEqualTo(self): | |
238 | """""" | |
239 | pass | |
240 | ||
241 | def IsEqualUpTo(self): | |
242 | """""" | |
243 | pass | |
244 | ||
245 | def IsLaterThan(self): | |
246 | """""" | |
247 | pass | |
248 | ||
249 | def IsSameDate(self): | |
250 | """""" | |
251 | pass | |
252 | ||
253 | def IsSameTime(self): | |
254 | """""" | |
255 | pass | |
256 | ||
257 | def IsStrictlyBetween(self): | |
258 | """""" | |
259 | pass | |
260 | ||
261 | def IsValid(self): | |
262 | """""" | |
263 | pass | |
264 | ||
265 | def IsWorkDay(self): | |
266 | """""" | |
267 | pass | |
268 | ||
269 | def MakeGMT(self): | |
270 | """""" | |
271 | pass | |
272 | ||
273 | def MakeTimezone(self): | |
274 | """""" | |
275 | pass | |
276 | ||
277 | def ParseDate(self): | |
278 | """""" | |
279 | pass | |
280 | ||
281 | def ParseDateTime(self): | |
282 | """""" | |
283 | pass | |
284 | ||
285 | def ParseFormat(self): | |
286 | """""" | |
287 | pass | |
288 | ||
289 | def ParseRfc822Date(self): | |
290 | """""" | |
291 | pass | |
292 | ||
293 | def ParseTime(self): | |
294 | """""" | |
295 | pass | |
296 | ||
297 | def ResetTime(self): | |
298 | """""" | |
299 | pass | |
300 | ||
301 | def Set(self): | |
302 | """""" | |
303 | pass | |
304 | ||
305 | def SetDay(self): | |
306 | """""" | |
307 | pass | |
308 | ||
309 | def SetHMS(self): | |
310 | """""" | |
311 | pass | |
312 | ||
313 | def SetHour(self): | |
314 | """""" | |
315 | pass | |
316 | ||
317 | def SetJDN(self): | |
318 | """""" | |
319 | pass | |
320 | ||
321 | def SetMillisecond(self): | |
322 | """""" | |
323 | pass | |
324 | ||
325 | def SetMinute(self): | |
326 | """""" | |
327 | pass | |
328 | ||
329 | def SetMonth(self): | |
330 | """""" | |
331 | pass | |
332 | ||
333 | def SetSecond(self): | |
334 | """""" | |
335 | pass | |
336 | ||
337 | def SetTimeT(self): | |
338 | """""" | |
339 | pass | |
340 | ||
341 | def SetToCurrent(self): | |
342 | """""" | |
343 | pass | |
344 | ||
345 | def SetToLastMonthDay(self): | |
346 | """""" | |
347 | pass | |
348 | ||
349 | def SetToLastWeekDay(self): | |
350 | """""" | |
351 | pass | |
352 | ||
353 | def SetToNextWeekDay(self): | |
354 | """""" | |
355 | pass | |
356 | ||
357 | def SetToPrevWeekDay(self): | |
358 | """""" | |
359 | pass | |
360 | ||
361 | def SetToTheWeek(self): | |
362 | """""" | |
363 | pass | |
364 | ||
365 | def SetToWeekDay(self): | |
366 | """""" | |
367 | pass | |
368 | ||
369 | def SetToWeekDayInSameWeek(self): | |
370 | """""" | |
371 | pass | |
372 | ||
373 | def SetToYearDay(self): | |
374 | """""" | |
375 | pass | |
376 | ||
377 | def SetYear(self): | |
378 | """""" | |
379 | pass | |
380 | ||
381 | def Subtract(self): | |
382 | """""" | |
383 | pass | |
384 | ||
385 | def SubtractDS(self): | |
386 | """""" | |
387 | pass | |
388 | ||
389 | def SubtractTS(self): | |
390 | """""" | |
391 | pass | |
392 | ||
393 | def ToGMT(self): | |
394 | """""" | |
395 | pass | |
396 | ||
397 | def ToTimezone(self): | |
398 | """""" | |
399 | pass | |
400 | ||
401 | def __add__(self): | |
402 | """""" | |
403 | pass | |
404 | ||
405 | def __cmp__(self): | |
406 | """""" | |
407 | pass | |
408 | ||
409 | def __del__(self): | |
410 | """""" | |
411 | pass | |
412 | ||
413 | def __init__(self): | |
414 | """""" | |
415 | pass | |
416 | ||
417 | def __str__(self): | |
418 | """""" | |
419 | pass | |
420 | ||
421 | def __sub__(self): | |
422 | """""" | |
423 | pass | |
424 | ||
425 | def _wxDateTimePtr__add__DS(self): | |
426 | """""" | |
427 | pass | |
428 | ||
429 | def _wxDateTimePtr__add__TS(self): | |
430 | """""" | |
431 | pass | |
432 | ||
433 | def _wxDateTimePtr__sub__DS(self): | |
434 | """""" | |
435 | pass | |
436 | ||
437 | def _wxDateTimePtr__sub__DT(self): | |
438 | """""" | |
439 | pass | |
440 | ||
441 | def _wxDateTimePtr__sub__TS(self): | |
442 | """""" | |
443 | pass | |
444 | ||
445 | ||
446 | class TimeSpan: | |
447 | """""" | |
448 | ||
449 | def Abs(self): | |
450 | """""" | |
451 | pass | |
452 | ||
453 | def Add(self): | |
454 | """""" | |
455 | pass | |
456 | ||
457 | def Format(self): | |
458 | """""" | |
459 | pass | |
460 | ||
461 | def GetDays(self): | |
462 | """""" | |
463 | pass | |
464 | ||
465 | def GetHours(self): | |
466 | """""" | |
467 | pass | |
468 | ||
469 | def GetMilliseconds(self): | |
470 | """""" | |
471 | pass | |
472 | ||
473 | def GetMinutes(self): | |
474 | """""" | |
475 | pass | |
476 | ||
477 | def GetSeconds(self): | |
478 | """""" | |
479 | pass | |
480 | ||
481 | def GetWeeks(self): | |
482 | """""" | |
483 | pass | |
484 | ||
485 | def IsEqualTo(self): | |
486 | """""" | |
487 | pass | |
488 | ||
489 | def IsLongerThan(self): | |
490 | """""" | |
491 | pass | |
492 | ||
493 | def IsNegative(self): | |
494 | """""" | |
495 | pass | |
496 | ||
497 | def IsNull(self): | |
498 | """""" | |
499 | pass | |
500 | ||
501 | def IsPositive(self): | |
502 | """""" | |
503 | pass | |
504 | ||
505 | def IsShorterThan(self): | |
506 | """""" | |
507 | pass | |
508 | ||
509 | def Multiply(self): | |
510 | """""" | |
511 | pass | |
512 | ||
513 | def Neg(self): | |
514 | """""" | |
515 | pass | |
516 | ||
517 | def Subtract(self): | |
518 | """""" | |
519 | pass | |
520 | ||
521 | def __add__(self): | |
522 | """""" | |
523 | pass | |
524 | ||
525 | def __cmp__(self): | |
526 | """""" | |
527 | pass | |
528 | ||
529 | def __del__(self): | |
530 | """""" | |
531 | pass | |
532 | ||
533 | def __init__(self): | |
534 | """""" | |
535 | pass | |
536 | ||
537 | def __mul__(self): | |
538 | """""" | |
539 | pass | |
540 | ||
541 | def __neg__(self): | |
542 | """""" | |
543 | pass | |
544 | ||
545 | def __rmul__(self): | |
546 | """""" | |
547 | pass | |
548 | ||
549 | def __sub__(self): | |
550 | """""" | |
551 | pass | |
552 | ||
553 |