pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
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 |
def pyNastran.gui.gui.EventsHandler.__init__ | ( | self, | |
parent, | |||
isNodal = False , |
|||
isCentroidal = True |
|||
) |
def pyNastran.gui.gui.EventsHandler.onLoadBDF | ( | self, | |
event | |||
) |
Open a file.
Definition at line 483 of file gui.py.
References pyNastran.gui.gui.EventsHandler.createLoadFileDialog(), pyNastran.gui.gui.EventsHandler.onLoadOP2(), pyNastran.gui.actionsControl.pyWidget.parent, pyNastran.gui.box.MyPopupMenu.parent, and pyNastran.gui.gui.EventsHandler.parent.
def pyNastran.gui.gui.EventsHandler.onLoadOP2 | ( | self, | |
event | |||
) |
Open a file.
Definition at line 496 of file gui.py.
References pyNastran.gui.gui.EventsHandler.createLoadFileDialog(), pyNastran.gui.gui.EventsHandler.onLoadCart3d(), pyNastran.gui.actionsControl.pyWidget.parent, pyNastran.gui.box.MyPopupMenu.parent, and pyNastran.gui.gui.EventsHandler.parent.
Referenced by pyNastran.gui.gui.EventsHandler.onLoadBDF().
def pyNastran.gui.gui.EventsHandler.onLoadCart3d | ( | self, | |
event | |||
) |
Open a file.
Definition at line 521 of file gui.py.
References pyNastran.gui.gui.EventsHandler.createLoadFileDialog(), pyNastran.gui.gui.EventsHandler.onLoadLaWGS(), pyNastran.gui.actionsControl.pyWidget.parent, pyNastran.gui.box.MyPopupMenu.parent, and pyNastran.gui.gui.EventsHandler.parent.
Referenced by pyNastran.gui.gui.EventsHandler.onLoadOP2().
def pyNastran.gui.gui.EventsHandler.onLoadLaWGS | ( | self, | |
event | |||
) |
Open a file.
Definition at line 542 of file gui.py.
References pyNastran.gui.gui.EventsHandler.createLoadFileDialog(), pyNastran.gui.gui.EventsHandler.onLoadPanair(), pyNastran.gui.actionsControl.pyWidget.parent, pyNastran.gui.box.MyPopupMenu.parent, and pyNastran.gui.gui.EventsHandler.parent.
Referenced by pyNastran.gui.gui.EventsHandler.onLoadCart3d().
def pyNastran.gui.gui.EventsHandler.onLoadPanair | ( | self, | |
event | |||
) |
Open a file.
Definition at line 556 of file gui.py.
References pyNastran.gui.gui.EventsHandler.createLoadFileDialog(), pyNastran.gui.actionsControl.pyWidget.parent, pyNastran.gui.box.MyPopupMenu.parent, and pyNastran.gui.gui.EventsHandler.parent.
Referenced by pyNastran.gui.gui.EventsHandler.onLoadLaWGS().
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.onExport | ( | self | ) |
Definition at line 585 of file gui.py.
References pyNastran.gui.gui.EventsHandler.createLoadFileDialog(), pyNastran.gui.gui.EventsHandler.onBackgroundColor(), pyNastran.gui.gui.EventsHandler.onExit(), pyNastran.gui.actionsControl.pyWidget.parent, pyNastran.gui.box.MyPopupMenu.parent, and pyNastran.gui.gui.EventsHandler.parent.
Referenced by pyNastran.gui.gui.EventsHandler.createLoadFileDialog().
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.onBackgroundColor | ( | self, | |
event | |||
) |
Definition at line 603 of file gui.py.
References pyNastran.gui.gui.EventsHandler.SetColor().
Referenced by pyNastran.gui.gui.EventsHandler.onExport().
def pyNastran.gui.gui.EventsHandler.SetColor | ( | self, | |
bkgColor | |||
) |
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().
def pyNastran.gui.gui.EventsHandler.onToggleStatusBar | ( | self, | |
e | |||
) |
Definition at line 632 of file gui.py.
Referenced by pyNastran.gui.gui.EventsHandler.SetColor().
def pyNastran.gui.gui.EventsHandler.onToggleToolBar | ( | self, | |
e | |||
) |
Definition at line 638 of file gui.py.
References pyNastran.gui.gui.EventsHandler.onAbout().
Referenced by pyNastran.gui.gui.EventsHandler.SetColor().
def pyNastran.gui.gui.EventsHandler.onAbout | ( | self, | |
event | |||
) |
Definition at line 645 of file gui.py.
References pyNastran::gui::gui.runArgParse().
Referenced by pyNastran.gui.gui.EventsHandler.onToggleToolBar().
Definition at line 475 of file gui.py.
Referenced by pyNastran.gui.gui.EventsHandler::createLoadFileDialog(), 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().
Definition at line 475 of file gui.py.
Referenced by pyNastran.gui.gui.EventsHandler.createLoadFileDialog().
Definition at line 475 of file gui.py.
Referenced by pyNastran.gui.gui.EventsHandler.createLoadFileDialog().
Definition at line 585 of file gui.py.
Referenced by pyNastran.gui.gui.EventsHandler::createLoadFileDialog().