pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | setupFrame |
def | buildTree |
def | OnSelChanged |
def | UpdateWindowName |
def | buildStatusBar |
def | buildToolBar |
def | buildMenuBar |
def | onPlot |
Public Attributes | |
bdfFileName | |
isEdges | |
isNodal | |
isCentroidal | |
dirname | |
eventsHandler | |
frmPanel | |
redBtn | |
greenBtn | |
exitBtn | |
vMain | |
statusbar | |
toolbar1 | |
bkgColorView | |
menubar |
def pyNastran.gui.gui.AppFrame.__init__ | ( | self, | |
isEdges = False , |
|||
isNodal = False , |
|||
isCentroidal = False , |
|||
debug = False |
|||
) |
def pyNastran.gui.gui.AppFrame.setupFrame | ( | self | ) |
-------------------------------- | VERTICAL(VMAIN) | | ------------------------- | | | | | | | toolbar | | | | | | | ------------------------- | | | HORIZ | | | | | VERTICAL | | | | | | | | | GUI | sidewindow | | | | | | | | | | | | | | | | | | ------------------------- | | | | | | | statusbar | | | | | | | ------------------------- | | | --------------------------------
def pyNastran.gui.gui.AppFrame.buildTree | ( | self, | |
panel1 | |||
) |
Definition at line 219 of file gui.py.
References pyNastran.gui.gui.AppFrame.OnSelChanged().
def pyNastran.gui.gui.AppFrame.OnSelChanged | ( | self, | |
event | |||
) |
Definition at line 250 of file gui.py.
References pyNastran.gui.gui.AppFrame.UpdateWindowName().
Referenced by pyNastran.gui.gui.AppFrame.buildTree().
def pyNastran.gui.gui.AppFrame.UpdateWindowName | ( | self, | |
bdfFileName | |||
) |
Definition at line 254 of file gui.py.
References pyNastran.gui.gui.AppFrame.bdfFileName, pyNastran.gui.gui.AppFrame.buildStatusBar(), and pyNastran.gui.gui.AppFrame.frmPanel.
Referenced by pyNastran.gui.gui.AppFrame.OnSelChanged().
def pyNastran.gui.gui.AppFrame.buildStatusBar | ( | self | ) |
Definition at line 260 of file gui.py.
Referenced by pyNastran.gui.gui.AppFrame.UpdateWindowName().
def pyNastran.gui.gui.AppFrame.buildToolBar | ( | self | ) |
def pyNastran.gui.gui.AppFrame.buildMenuBar | ( | self | ) |
def pyNastran.gui.gui.AppFrame.onPlot | ( | self, | |
event | |||
) |
Definition at line 71 of file gui.py.
Referenced by pyNastran.gui.guiPanel.Pan::getWindowName(), pyNastran.gui.guiPanel.Pan::onSetToFlatShading(), pyNastran.gui.guiPanel.Pan::onSetToGouraudShading(), pyNastran.gui.guiPanel.Pan::onSetToPhongShading(), pyNastran.gui.guiPanel.Pan::onSetToSurface(), pyNastran.gui.guiPanel.Pan::onSetToWireframe(), pyNastran.gui.guiPanel.Pan::setWindowName(), and pyNastran.gui.gui.AppFrame::UpdateWindowName().
Definition at line 71 of file gui.py.
Referenced by pyNastran.gui.guiPanel.Pan.main().
Definition at line 71 of file gui.py.
Referenced by pyNastran.gui.gui.EventsHandler.createLoadFileDialog().
Definition at line 71 of file gui.py.
Referenced by pyNastran.gui.gui.EventsHandler.createLoadFileDialog().
Definition at line 107 of file gui.py.
Referenced by pyNastran.gui.gui.AppFrame.UpdateWindowName().