EDataCal.IntervalTree¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataCal.IntervalTree(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Contains only private data that should be read and manipulated using the functions below.
New in version 2.32.
- classmethod new()¶
- Returns:
The newly-created
EDataCal.IntervalTree
.- Return type:
Creates a new
EDataCal.IntervalTree
.New in version 2.32.
- destroy()¶
New in version 2.32.
- dump()¶
- insert(start, end, comp)¶
- Parameters:
start (
int
) – start of the intervalend (
int
) – end of the intervalcomp (
ECal.Component
) – Component
- Return type:
New in version 2.32.
- remove(uid, rid)¶
- Parameters:
- Return type:
New in version 2.32.
- search(start, end)¶
- Parameters:
- Returns:
list of
ECal.Component
-s that overlap given interval, orNone
.- Return type:
[
ECal.Component
] orNone
New in version 2.32.