|
pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
| def | __init__ |
| def | InitUI |
| def | OnRightDown |
| def | ToggleStatusBar |
| def | ToggleToolBar |
| def | OnUndo |
| def | OnRedo |
| def | OnAbout |
| def | OnLoadBDF |
| Open a file. | |
| def | OnSaveAsFile |
| def | OnQuit |
Public Attributes | |
| count | |
| shst | |
| shtl | |
| toolbar1 | |
| statusbar | |
| dirname | |
| filename | |
| def pyNastran.gui.box.Example.__init__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
Definition at line 54 of file box.py.
References pyNastran.gui.box.Example.InitUI().
| def pyNastran.gui.box.Example.InitUI | ( | self | ) |
Definition at line 58 of file box.py.
Referenced by pyNastran.gui.box.Example.__init__(), and pyNastran.gui.gui.Example.__init__().
| def pyNastran.gui.box.Example.OnRightDown | ( | self, | |
| e | |||
| ) |
| def pyNastran.gui.box.Example.ToggleStatusBar | ( | self, | |
| e | |||
| ) |
| def pyNastran.gui.box.Example.ToggleToolBar | ( | self, | |
| e | |||
| ) |
| def pyNastran.gui.box.Example.OnUndo | ( | self, | |
| e | |||
| ) |
Definition at line 170 of file box.py.
References pyNastran.gui.box.Example.count.
| def pyNastran.gui.box.Example.OnRedo | ( | self, | |
| e | |||
| ) |
Definition at line 180 of file box.py.
References pyNastran.gui.box.Example.count.
| def pyNastran.gui.box.Example.OnAbout | ( | self, | |
| event | |||
| ) |
Definition at line 190 of file box.py.
References pyNastran.gui.box.Example.OnLoadBDF().
| def pyNastran.gui.box.Example.OnLoadBDF | ( | self, | |
| event | |||
| ) |
Open a file.
Definition at line 222 of file box.py.
References pyNastran.gui.actionsControl.pyWidget.dirname, pyNastran.gui.box.Example.dirname, pyNastran.converters.LaWGS.wgsReader.LaWGS.filename, pyNastran.gui.box.Example.filename, and pyNastran.gui.box.Example.OnSaveAsFile().
Referenced by pyNastran.gui.box.Example.OnAbout().
| def pyNastran.gui.box.Example.OnSaveAsFile | ( | self, | |
| event | |||
| ) |
Definition at line 237 of file box.py.
References pyNastran.gui.box.Example.OnQuit().
Referenced by pyNastran.gui.box.Example.OnLoadBDF().
| def pyNastran.gui.box.Example.OnQuit | ( | self, | |
| e | |||
| ) |
Definition at line 251 of file box.py.
References pyNastran::gui::box.main().
Referenced by pyNastran.gui.gui.Example.InitUI(), and pyNastran.gui.box.Example.OnSaveAsFile().
Definition at line 58 of file box.py.
Referenced by pyNastran.gui.box.Example::OnRedo(), and pyNastran.gui.box.Example::OnUndo().
Definition at line 222 of file box.py.
Referenced by pyNastran.gui.box.Example::OnLoadBDF().
Definition at line 222 of file box.py.
Referenced by pyNastran.gui.box.Example.OnLoadBDF().