Class that can be used to make Search dots... More...
Public Member Functions | |
| def | __init__ (self, parent, callback) |
| def | start (self) |
| def | stop (self) |
Private Member Functions | |
| def | _timer_event (self, event) |
Private Attributes | |
| _callback | |
| _dots | |
| _timer | |
Class that can be used to make Search dots...
parent - the UI component that the timer should be bound to
callback - function that will receive timer events in UI thread
argument to callback is string containing dots '.', '..'. '...' etc.
Definition at line 27 of file searchdots.py.
| def robotide.ui.searchdots.DottedSearch.__init__ | ( | self, | |
| parent, | |||
| callback | |||
| ) |
Definition at line 29 of file searchdots.py.
|
private |
Definition at line 35 of file searchdots.py.
| def robotide.ui.searchdots.DottedSearch.start | ( | self | ) |
Definition at line 39 of file searchdots.py.
| def robotide.ui.searchdots.DottedSearch.stop | ( | self | ) |
Definition at line 42 of file searchdots.py.
|
private |
Definition at line 32 of file searchdots.py.
|
private |
Definition at line 31 of file searchdots.py.
|
private |
Definition at line 30 of file searchdots.py.