| Trees | Indices | Help |
|---|
|
|
object --+
|
OrderedWinEventLimiter
Collects and limits winEvents based on whether they are focus changes, or just generic (all other ones).
Only allow a max of maxFocusItems, if more
are added then the oldest focus event is removed to make room. Only allow
one event for one specific object at a time, though push it further
forward in time if a duplicate tries to get added. This is true for both
generic and focus events.
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Adds a winEvent to the limiter.
|
Returns a list of winEvents (tuples of eventID,window,objectID,childID) that have been added, though due to limiting, it will not necessarily be all the winEvents that were originally added. They are definitely garenteed to be in the correct order though. |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:51 2011 | http://epydoc.sourceforge.net |