Public Member Functions | Public Attributes | List of all members
gepetto.path_player_gui.PathPlayerGui Class Reference

Done dynamically to avoid causing troubles when there is no server X (SSH session). More...

Inheritance diagram for gepetto.path_player_gui.PathPlayerGui:
[legend]
Collaboration diagram for gepetto.path_player_gui.PathPlayerGui:
[legend]

Public Member Functions

def __init__ (self, hppClient=Client(), publisher=None)
 
def refresh (self, w=None)
 
def on_time_changed (self, w)
 
def adjust_increments (self)
 
def on_pathindex_changed (self, w)
 
def on_play_clicked (self, w)
 
def on_pause_clicked (self, w)
 
def on_stop_clicked (self, w)
 
def on_record_toggled (self, w)
 
def on_pathscale_changed (self, w)
 
def path_pulse (self)
 
def createPlotCheckButton (self, w)
 
def fillComboBoxXSelect (self, w)
 
def refreshPlot (self, w)
 
def show (self)
 
def __getitem__ (self, key)
 
def quit (self, window)
 

Public Attributes

 gladefile
 
 glade
 
 publisher
 
 client
 
 l
 
 dt
 
 total_time
 
 isPlaying
 
 pauseRequest
 
 isRecording
 
 plotRefresher
 
 pathId
 
 pathLength
 
 dl
 
 yselectcb
 

Detailed Description

Done dynamically to avoid causing troubles when there is no server X (SSH session).

from matplotlib.backends.backend_gtkagg import FigureCanvasGTKAgg as FigureCanvas from matplotlib.backends.backend_gtkagg import NavigationToolbar2GTKAgg as NavigationToolbar from matplotlib.backends.backend_gtkcairo import FigureCanvasGTKCairo as FigureCanvas from matplotlib.backends.backend_gtkcairo import NavigationToolbar2GTKCairo as NavigationToolbar

Constructor & Destructor Documentation

◆ __init__()

def gepetto.path_player_gui.PathPlayerGui.__init__ (   self,
  hppClient = Client(),
  publisher = None 
)

Member Function Documentation

◆ __getitem__()

def gepetto.path_player_gui.PathPlayerGui.__getitem__ (   self,
  key 
)

◆ adjust_increments()

def gepetto.path_player_gui.PathPlayerGui.adjust_increments (   self)

◆ createPlotCheckButton()

def gepetto.path_player_gui.PathPlayerGui.createPlotCheckButton (   self,
  w 
)

◆ fillComboBoxXSelect()

def gepetto.path_player_gui.PathPlayerGui.fillComboBoxXSelect (   self,
  w 
)

◆ on_pathindex_changed()

def gepetto.path_player_gui.PathPlayerGui.on_pathindex_changed (   self,
  w 
)

◆ on_pathscale_changed()

def gepetto.path_player_gui.PathPlayerGui.on_pathscale_changed (   self,
  w 
)

◆ on_pause_clicked()

def gepetto.path_player_gui.PathPlayerGui.on_pause_clicked (   self,
  w 
)

◆ on_play_clicked()

def gepetto.path_player_gui.PathPlayerGui.on_play_clicked (   self,
  w 
)

◆ on_record_toggled()

def gepetto.path_player_gui.PathPlayerGui.on_record_toggled (   self,
  w 
)

◆ on_stop_clicked()

def gepetto.path_player_gui.PathPlayerGui.on_stop_clicked (   self,
  w 
)

◆ on_time_changed()

def gepetto.path_player_gui.PathPlayerGui.on_time_changed (   self,
  w 
)

◆ path_pulse()

def gepetto.path_player_gui.PathPlayerGui.path_pulse (   self)

◆ quit()

def gepetto.path_player_gui.PathPlayerGui.quit (   self,
  window 
)

◆ refresh()

def gepetto.path_player_gui.PathPlayerGui.refresh (   self,
  w = None 
)

◆ refreshPlot()

def gepetto.path_player_gui.PathPlayerGui.refreshPlot (   self,
  w 
)

◆ show()

def gepetto.path_player_gui.PathPlayerGui.show (   self)

Member Data Documentation

◆ client

gepetto.path_player_gui.PathPlayerGui.client

◆ dl

gepetto.path_player_gui.PathPlayerGui.dl

◆ dt

gepetto.path_player_gui.PathPlayerGui.dt

◆ glade

gepetto.path_player_gui.PathPlayerGui.glade

◆ gladefile

gepetto.path_player_gui.PathPlayerGui.gladefile

◆ isPlaying

gepetto.path_player_gui.PathPlayerGui.isPlaying

◆ isRecording

gepetto.path_player_gui.PathPlayerGui.isRecording

◆ l

gepetto.path_player_gui.PathPlayerGui.l

◆ pathId

gepetto.path_player_gui.PathPlayerGui.pathId

◆ pathLength

gepetto.path_player_gui.PathPlayerGui.pathLength

◆ pauseRequest

gepetto.path_player_gui.PathPlayerGui.pauseRequest

◆ plotRefresher

gepetto.path_player_gui.PathPlayerGui.plotRefresher

◆ publisher

gepetto.path_player_gui.PathPlayerGui.publisher

◆ total_time

gepetto.path_player_gui.PathPlayerGui.total_time

◆ yselectcb

gepetto.path_player_gui.PathPlayerGui.yselectcb