Toolbar controls for rxplot. More...
Public Member Functions | |
def | __init__ |
Public Attributes | |
pause_bm | |
play_bm | |
Static Public Attributes | |
tuple | ON_PAUSE = wx.NewId() |
tuple | ON_STOP = wx.NewId() |
Private Member Functions | |
def | _on_pause |
def | _on_stop |
def | _set_tb_enable |
Most toolbar buttons remain disabled until rxplot enters paused or stopped state. | |
Private Attributes | |
_active |
def rxtools.rxplot.RxPlotToolbar.__init__ | ( | self, | |
canvas | |||
) |
def rxtools.rxplot.RxPlotToolbar._on_pause | ( | self, | |
evt | |||
) | [private] |
def rxtools.rxplot.RxPlotToolbar._on_stop | ( | self, | |
evt | |||
) | [private] |
def rxtools.rxplot.RxPlotToolbar._set_tb_enable | ( | self | ) | [private] |
rxtools::rxplot.RxPlotToolbar::_active [private] |
tuple rxtools::rxplot.RxPlotToolbar::ON_PAUSE = wx.NewId() [static] |
tuple rxtools::rxplot.RxPlotToolbar::ON_STOP = wx.NewId() [static] |