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 420 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 425 of file logInspector.py.

◆ createBottomToolbar()

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

Definition at line 387 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 463 of file logInspector.py.

◆ dragEnterEvent()

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

Definition at line 444 of file logInspector.py.

◆ dropEvent()

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

Definition at line 449 of file logInspector.py.

◆ formatButtonColumn()

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

Definition at line 370 of file logInspector.py.

◆ handleTreeDirChange()

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

Definition at line 504 of file logInspector.py.

◆ handleTreeViewClick()

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

Definition at line 512 of file logInspector.py.

◆ handleTreeViewRightClick()

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

Definition at line 522 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 590 of file logInspector.py.

◆ populateRMSCheck()

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

Definition at line 488 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 579 of file logInspector.py.

◆ showError()

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

Definition at line 456 of file logInspector.py.

◆ showFlashConfig()

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

Definition at line 584 of file logInspector.py.

◆ startLoadingIndicator()

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

Definition at line 440 of file logInspector.py.

◆ stopLoadingIndicator()

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

Definition at line 574 of file logInspector.py.

◆ updateFileTree()

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

Definition at line 484 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 374 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 379 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 401 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 467 of file logInspector.py.

◆ dirModel

python.logInspector.logInspector.LogInspectorWindow.dirModel

Definition at line 464 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 411 of file logInspector.py.

◆ emptyLoadingPicture

python.logInspector.logInspector.LogInspectorWindow.emptyLoadingPicture

Definition at line 393 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 471 of file logInspector.py.

◆ loadingIndictator

python.logInspector.logInspector.LogInspectorWindow.loadingIndictator

Definition at line 391 of file logInspector.py.

◆ loadingMovie

python.logInspector.logInspector.LogInspectorWindow.loadingMovie

Definition at line 392 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 417 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 388 of file logInspector.py.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03