Public Member Functions | Public Attributes | List of all members
python.logInspector.logInspector.LogInspectorWindow Class Reference
Inheritance diagram for python.logInspector.logInspector.LogInspectorWindow:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, configFilePath, parent=None)
 
def addButton (self, name, function, multithreaded=True, layout=None)
 
def changeDownSample (self, val)
 
def choose_directory (self)
 
def copyPlotToClipboard (self)
 
def createBottomToolbar (self)
 
def createButtonColumn (self)
 
def createFileTree (self)
 
def dragEnterEvent (self, e)
 
def dropEvent (self, e)
 
def formatButtonColumn (self)
 
def handleTreeDirChange (self)
 
def handleTreeViewClick (self)
 
def handleTreeViewRightClick (self, event)
 
def initMatPlotLib (self)
 
def load (self, directory)
 
def plot (self, func, args=None)
 
def populateRMSCheck (self, directory)
 
def setupUi (self)
 
def showDeviceInfo (self)
 
def showError (self, e)
 
def showFlashConfig (self)
 
def startLoadingIndicator (self)
 
def stopLoadingIndicator (self)
 
def updateFileTree (self)
 
def updatePlot (self)
 
def updateWindowTitle (self)
 

Public Attributes

 buttonColumnLayout
 
 buttonLayoutLeftCol
 
 buttonLayoutMiddleCol
 
 buttonLayoutRightCol
 
 canvas
 
 config
 
 configFilePath
 
 controlDirLayout
 
 controlLayout
 
 copyImagePushButton
 
 currently_selected
 
 dirLineEdit
 
 dirModel
 
 downsample
 
 downSampleInput
 
 emptyLoadingPicture
 
 figure
 
 figureLayout
 
 fileTree
 
 loadingIndictator
 
 loadingMovie
 
 log
 
 plotargs
 
 plotter
 
 statusLabel
 
 toolbar
 
 toolLayout
 

Detailed Description

Definition at line 214 of file logInspector.py.

Constructor & Destructor Documentation

◆ __init__()

def python.logInspector.logInspector.LogInspectorWindow.__init__ (   self,
  configFilePath,
  parent = None 
)

Definition at line 215 of file logInspector.py.

Member Function Documentation

◆ addButton()

def python.logInspector.logInspector.LogInspectorWindow.addButton (   self,
  name,
  function,
  multithreaded = True,
  layout = None 
)

Definition at line 248 of file logInspector.py.

◆ changeDownSample()

def python.logInspector.logInspector.LogInspectorWindow.changeDownSample (   self,
  val 
)

Definition at line 419 of file logInspector.py.

◆ choose_directory()

def python.logInspector.logInspector.LogInspectorWindow.choose_directory (   self)

Definition at line 276 of file logInspector.py.

◆ copyPlotToClipboard()

def python.logInspector.logInspector.LogInspectorWindow.copyPlotToClipboard (   self)

Definition at line 424 of file logInspector.py.

◆ createBottomToolbar()

def python.logInspector.logInspector.LogInspectorWindow.createBottomToolbar (   self)

Definition at line 386 of file logInspector.py.

◆ createButtonColumn()

def python.logInspector.logInspector.LogInspectorWindow.createButtonColumn (   self)

Definition at line 342 of file logInspector.py.

◆ createFileTree()

def python.logInspector.logInspector.LogInspectorWindow.createFileTree (   self)

Definition at line 462 of file logInspector.py.

◆ dragEnterEvent()

def python.logInspector.logInspector.LogInspectorWindow.dragEnterEvent (   self,
  e 
)

Definition at line 443 of file logInspector.py.

◆ dropEvent()

def python.logInspector.logInspector.LogInspectorWindow.dropEvent (   self,
  e 
)

Definition at line 448 of file logInspector.py.

◆ formatButtonColumn()

def python.logInspector.logInspector.LogInspectorWindow.formatButtonColumn (   self)

Definition at line 369 of file logInspector.py.

◆ handleTreeDirChange()

def python.logInspector.logInspector.LogInspectorWindow.handleTreeDirChange (   self)

Definition at line 503 of file logInspector.py.

◆ handleTreeViewClick()

def python.logInspector.logInspector.LogInspectorWindow.handleTreeViewClick (   self)

Definition at line 511 of file logInspector.py.

◆ handleTreeViewRightClick()

def python.logInspector.logInspector.LogInspectorWindow.handleTreeViewRightClick (   self,
  event 
)

Definition at line 521 of file logInspector.py.

◆ initMatPlotLib()

def python.logInspector.logInspector.LogInspectorWindow.initMatPlotLib (   self)

Definition at line 242 of file logInspector.py.

◆ load()

def python.logInspector.logInspector.LogInspectorWindow.load (   self,
  directory 
)

Definition at line 290 of file logInspector.py.

◆ plot()

def python.logInspector.logInspector.LogInspectorWindow.plot (   self,
  func,
  args = None 
)

Definition at line 586 of file logInspector.py.

◆ populateRMSCheck()

def python.logInspector.logInspector.LogInspectorWindow.populateRMSCheck (   self,
  directory 
)

Definition at line 487 of file logInspector.py.

◆ setupUi()

def python.logInspector.logInspector.LogInspectorWindow.setupUi (   self)

Definition at line 310 of file logInspector.py.

◆ showDeviceInfo()

def python.logInspector.logInspector.LogInspectorWindow.showDeviceInfo (   self)

Definition at line 575 of file logInspector.py.

◆ showError()

def python.logInspector.logInspector.LogInspectorWindow.showError (   self,
  e 
)

Definition at line 455 of file logInspector.py.

◆ showFlashConfig()

def python.logInspector.logInspector.LogInspectorWindow.showFlashConfig (   self)

Definition at line 580 of file logInspector.py.

◆ startLoadingIndicator()

def python.logInspector.logInspector.LogInspectorWindow.startLoadingIndicator (   self)

Definition at line 439 of file logInspector.py.

◆ stopLoadingIndicator()

def python.logInspector.logInspector.LogInspectorWindow.stopLoadingIndicator (   self)

Definition at line 570 of file logInspector.py.

◆ updateFileTree()

def python.logInspector.logInspector.LogInspectorWindow.updateFileTree (   self)

Definition at line 483 of file logInspector.py.

◆ updatePlot()

def python.logInspector.logInspector.LogInspectorWindow.updatePlot (   self)

Definition at line 267 of file logInspector.py.

◆ updateWindowTitle()

def python.logInspector.logInspector.LogInspectorWindow.updateWindowTitle (   self)

Definition at line 270 of file logInspector.py.

Member Data Documentation

◆ buttonColumnLayout

python.logInspector.logInspector.LogInspectorWindow.buttonColumnLayout

Definition at line 373 of file logInspector.py.

◆ buttonLayoutLeftCol

python.logInspector.logInspector.LogInspectorWindow.buttonLayoutLeftCol

Definition at line 344 of file logInspector.py.

◆ buttonLayoutMiddleCol

python.logInspector.logInspector.LogInspectorWindow.buttonLayoutMiddleCol

Definition at line 345 of file logInspector.py.

◆ buttonLayoutRightCol

python.logInspector.logInspector.LogInspectorWindow.buttonLayoutRightCol

Definition at line 346 of file logInspector.py.

◆ canvas

python.logInspector.logInspector.LogInspectorWindow.canvas

Definition at line 244 of file logInspector.py.

◆ config

python.logInspector.logInspector.LogInspectorWindow.config

Definition at line 223 of file logInspector.py.

◆ configFilePath

python.logInspector.logInspector.LogInspectorWindow.configFilePath

Definition at line 218 of file logInspector.py.

◆ controlDirLayout

python.logInspector.logInspector.LogInspectorWindow.controlDirLayout

Definition at line 378 of file logInspector.py.

◆ controlLayout

python.logInspector.logInspector.LogInspectorWindow.controlLayout

Definition at line 343 of file logInspector.py.

◆ copyImagePushButton

python.logInspector.logInspector.LogInspectorWindow.copyImagePushButton

Definition at line 400 of file logInspector.py.

◆ currently_selected

python.logInspector.logInspector.LogInspectorWindow.currently_selected

Definition at line 235 of file logInspector.py.

◆ dirLineEdit

python.logInspector.logInspector.LogInspectorWindow.dirLineEdit

Definition at line 466 of file logInspector.py.

◆ dirModel

python.logInspector.logInspector.LogInspectorWindow.dirModel

Definition at line 463 of file logInspector.py.

◆ downsample

python.logInspector.logInspector.LogInspectorWindow.downsample

Definition at line 236 of file logInspector.py.

◆ downSampleInput

python.logInspector.logInspector.LogInspectorWindow.downSampleInput

Definition at line 410 of file logInspector.py.

◆ emptyLoadingPicture

python.logInspector.logInspector.LogInspectorWindow.emptyLoadingPicture

Definition at line 392 of file logInspector.py.

◆ figure

python.logInspector.logInspector.LogInspectorWindow.figure

Definition at line 243 of file logInspector.py.

◆ figureLayout

python.logInspector.logInspector.LogInspectorWindow.figureLayout

Definition at line 326 of file logInspector.py.

◆ fileTree

python.logInspector.logInspector.LogInspectorWindow.fileTree

Definition at line 470 of file logInspector.py.

◆ loadingIndictator

python.logInspector.logInspector.LogInspectorWindow.loadingIndictator

Definition at line 390 of file logInspector.py.

◆ loadingMovie

python.logInspector.logInspector.LogInspectorWindow.loadingMovie

Definition at line 391 of file logInspector.py.

◆ log

python.logInspector.logInspector.LogInspectorWindow.log

Definition at line 238 of file logInspector.py.

◆ plotargs

python.logInspector.logInspector.LogInspectorWindow.plotargs

Definition at line 237 of file logInspector.py.

◆ plotter

python.logInspector.logInspector.LogInspectorWindow.plotter

Definition at line 239 of file logInspector.py.

◆ statusLabel

python.logInspector.logInspector.LogInspectorWindow.statusLabel

Definition at line 416 of file logInspector.py.

◆ toolbar

python.logInspector.logInspector.LogInspectorWindow.toolbar

Definition at line 245 of file logInspector.py.

◆ toolLayout

python.logInspector.logInspector.LogInspectorWindow.toolLayout

Definition at line 387 of file logInspector.py.


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


inertial_sense_ros
Author(s):
autogenerated on Sat Sep 19 2020 03:19:10