Geant4.10
|
Public Member Functions | |
def | __init__ |
def | cmdExpand |
def | cmdShrink |
def | cmdUp |
def | cmdDown |
def | cmdRight |
def | cmdLeft |
def | ViewerSelected |
Data Fields | |
visZoomIn | |
visZoomOut | |
visUp | |
visDown | |
visLeft | |
visRight | |
viewer | |
viewerName | |
Definition at line 189 of file Lesson1Wx.py.
def Lesson1Wx.VisPanel.__init__ | ( | self, | |
parent | |||
) |
Definition at line 190 of file Lesson1Wx.py.
def Lesson1Wx.VisPanel.cmdDown | ( | self, | |
event | |||
) |
Definition at line 223 of file Lesson1Wx.py.
References python.gApplyUICommand.
def Lesson1Wx.VisPanel.cmdExpand | ( | self, | |
event | |||
) |
Definition at line 217 of file Lesson1Wx.py.
References python.gApplyUICommand.
def Lesson1Wx.VisPanel.cmdLeft | ( | self, | |
event | |||
) |
Definition at line 227 of file Lesson1Wx.py.
References python.gApplyUICommand.
def Lesson1Wx.VisPanel.cmdRight | ( | self, | |
event | |||
) |
Definition at line 225 of file Lesson1Wx.py.
References python.gApplyUICommand.
def Lesson1Wx.VisPanel.cmdShrink | ( | self, | |
event | |||
) |
Definition at line 219 of file Lesson1Wx.py.
References python.gApplyUICommand.
def Lesson1Wx.VisPanel.cmdUp | ( | self, | |
event | |||
) |
Definition at line 221 of file Lesson1Wx.py.
References python.gApplyUICommand.
def Lesson1Wx.VisPanel.ViewerSelected | ( | self, | |
event | |||
) |
Definition at line 230 of file Lesson1Wx.py.
Lesson1Wx.VisPanel.viewer |
Definition at line 201 of file Lesson1Wx.py.
Lesson1Wx.VisPanel.viewerName |
Definition at line 231 of file Lesson1Wx.py.
Lesson1Wx.VisPanel.visDown |
Definition at line 196 of file Lesson1Wx.py.
Lesson1Wx.VisPanel.visLeft |
Definition at line 197 of file Lesson1Wx.py.
Lesson1Wx.VisPanel.visRight |
Definition at line 198 of file Lesson1Wx.py.
Lesson1Wx.VisPanel.visUp |
Definition at line 195 of file Lesson1Wx.py.
Lesson1Wx.VisPanel.visZoomIn |
Definition at line 193 of file Lesson1Wx.py.
Lesson1Wx.VisPanel.visZoomOut |
Definition at line 194 of file Lesson1Wx.py.