pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.gui.gui.EventsHandler Class Reference

List of all members.

Public Member Functions

def __init__
def onLoadBDF
 Open a file.
def onLoadOP2
 Open a file.
def onLoadCart3d
 Open a file.
def onLoadLaWGS
 Open a file.
def onLoadPanair
 Open a file.
def createLoadFileDialog
def onExport
def onExit
def onBackgroundColor
def SetColor
def onToggleStatusBar
def onToggleToolBar
def onAbout

Public Attributes

 parent
 isNodal
 isCentroidal
 modelType

Detailed Description

Definition at line 473 of file gui.py.


Constructor & Destructor Documentation

def pyNastran.gui.gui.EventsHandler.__init__ (   self,
  parent,
  isNodal = False,
  isCentroidal = True 
)

Definition at line 475 of file gui.py.


Member Function Documentation

def pyNastran.gui.gui.EventsHandler.createLoadFileDialog (   self,
  wildcard,
  Title,
  loadFunction,
  updateWindowName = False 
)

Definition at line 568 of file gui.py.

References pyNastran.converters.LaWGS.wgsIO.LaWGS_IO.isCentroidal, pyNastran.converters.panair.panairIO.PanairIO.isCentroidal, pyNastran.gui.gui.AppFrame.isCentroidal, pyNastran.converters.cart3d.cart3dIO.Cart3dIO.isCentroidal, pyNastran.gui.gui.EventsHandler.isCentroidal, pyNastran.converters.LaWGS.wgsIO.LaWGS_IO.isNodal, pyNastran.converters.panair.panairIO.PanairIO.isNodal, pyNastran.gui.gui.AppFrame.isNodal, pyNastran.converters.cart3d.cart3dIO.Cart3dIO.isNodal, pyNastran.gui.gui.EventsHandler.isNodal, pyNastran.converters.LaWGS.wgsIO.LaWGS_IO.modelType, pyNastran.converters.panair.panairIO.PanairIO.modelType, pyNastran.converters.cart3d.cart3d_reader.Cart3DAsciiReader.modelType, pyNastran.converters.panair.panairGrid.PanairGrid.modelType, pyNastran.converters.cart3d.cart3dIO.Cart3dIO.modelType, pyNastran.bdf.bdf.BDF.modelType, pyNastran.converters.LaWGS.wgsReader.LaWGS.modelType, pyNastran.gui.gui.EventsHandler.modelType, pyNastran.converters.cart3d.cart3d_reader.Cart3DBinaryReader.modelType, pyNastran.gui.gui.EventsHandler.onExport(), pyNastran.gui.actionsControl.pyWidget.parent, pyNastran.gui.box.MyPopupMenu.parent, and pyNastran.gui.gui.EventsHandler.parent.

Referenced by pyNastran.gui.gui.EventsHandler.onExport(), pyNastran.gui.gui.EventsHandler.onLoadBDF(), pyNastran.gui.gui.EventsHandler.onLoadCart3d(), pyNastran.gui.gui.EventsHandler.onLoadLaWGS(), pyNastran.gui.gui.EventsHandler.onLoadOP2(), and pyNastran.gui.gui.EventsHandler.onLoadPanair().

def pyNastran.gui.gui.EventsHandler.onExit (   self,
  event 
)

Definition at line 599 of file gui.py.

Referenced by pyNastran.gui.gui.EventsHandler.onExport().

def pyNastran.gui.gui.EventsHandler.SetColor (   self,
  bkgColor 
)
Warning:
if the model is not loaded and the color is not "clicked" on, then rend will return None

Definition at line 619 of file gui.py.

References pyNastran.gui.gui.EventsHandler.onToggleStatusBar(), and pyNastran.gui.gui.EventsHandler.onToggleToolBar().

Referenced by pyNastran.gui.gui.EventsHandler.onBackgroundColor().

Definition at line 632 of file gui.py.

Referenced by pyNastran.gui.gui.EventsHandler.SetColor().

def pyNastran.gui.gui.EventsHandler.onAbout (   self,
  event 
)

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables