Public Member Functions | Public Attributes | List of all members
gui.matplotlib_example.Plugin Class Reference

Example of Python plugin using MatplotlibWidget. More...

Inheritance diagram for gui.matplotlib_example.Plugin:
[legend]
Collaboration diagram for gui.matplotlib_example.Plugin:
[legend]

Public Member Functions

def __init__ (self, mainWindow, flags=None)
 
def osgWidget (self, osgWindow)
 If present, this function is called when a new OSG Widget is created. More...
 
def resetConnection (self)
 

Public Attributes

 client
 
 testWidget
 

Detailed Description

Example of Python plugin using MatplotlibWidget.

This example uses matplotlibwidget.MatplotlibWidget to plot matplotlib figures.

Constructor & Destructor Documentation

◆ __init__()

def gui.matplotlib_example.Plugin.__init__ (   self,
  mainWindow,
  flags = None 
)

Member Function Documentation

◆ osgWidget()

def gui.matplotlib_example.Plugin.osgWidget (   self,
  osgWindow 
)

If present, this function is called when a new OSG Widget is created.

◆ resetConnection()

def gui.matplotlib_example.Plugin.resetConnection (   self)

Member Data Documentation

◆ client

gui.matplotlib_example.Plugin.client

◆ testWidget

gui.matplotlib_example.Plugin.testWidget