Robot Framework Integrated Development Environment (RIDE)
robotide.ui.searchdots.DottedSearch Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def robotide.ui.searchdots.DottedSearch.__init__ (   self,
  parent,
  callback 
)

Definition at line 29 of file searchdots.py.

Member Function Documentation

◆ _timer_event()

def robotide.ui.searchdots.DottedSearch._timer_event (   self,
  event 
)
private

Definition at line 35 of file searchdots.py.

◆ start()

def robotide.ui.searchdots.DottedSearch.start (   self)

Definition at line 39 of file searchdots.py.

◆ stop()

def robotide.ui.searchdots.DottedSearch.stop (   self)

Definition at line 42 of file searchdots.py.

Member Data Documentation

◆ _callback

robotide.ui.searchdots.DottedSearch._callback
private

Definition at line 32 of file searchdots.py.

◆ _dots

robotide.ui.searchdots.DottedSearch._dots
private

Definition at line 31 of file searchdots.py.

◆ _timer

robotide.ui.searchdots.DottedSearch._timer
private

Definition at line 30 of file searchdots.py.


The documentation for this class was generated from the following file: