Public Member Functions | |
def | __init__ (self, menu, master=None) |
def | addHistory (self, msg) |
def | advancePage (self) |
def | isSequential (self) |
def | nextPage (self) |
def | prevPage (self) |
def | restart (self) |
def | setupPage (self) |
def | showGlobalFrame (self) |
def | showHistoryFrame (self) |
def | showLocalFrame (self) |
Public Attributes | |
bNext | |
bPrev | |
bSkip | |
cbSequential | |
GlobalMenuPanel | |
HistoryPanel | |
lmenu | |
localMenuPanel | |
localMenuPanel2 | |
lPage | |
page | |
pageExec | |
taHistory | |
Definition at line 110 of file python/waitInput.py.
def python.waitInput.waitInputMenuFrame.__init__ | ( | self, | |
menu, | |||
master = None |
|||
) |
Definition at line 111 of file python/waitInput.py.
def python.waitInput.waitInputMenuFrame.addHistory | ( | self, | |
msg | |||
) |
Definition at line 217 of file python/waitInput.py.
def python.waitInput.waitInputMenuFrame.advancePage | ( | self | ) |
Definition at line 201 of file python/waitInput.py.
def python.waitInput.waitInputMenuFrame.isSequential | ( | self | ) |
Definition at line 175 of file python/waitInput.py.
def python.waitInput.waitInputMenuFrame.nextPage | ( | self | ) |
Definition at line 209 of file python/waitInput.py.
def python.waitInput.waitInputMenuFrame.prevPage | ( | self | ) |
Definition at line 213 of file python/waitInput.py.
def python.waitInput.waitInputMenuFrame.restart | ( | self | ) |
Definition at line 169 of file python/waitInput.py.
def python.waitInput.waitInputMenuFrame.setupPage | ( | self | ) |
Definition at line 177 of file python/waitInput.py.
def python.waitInput.waitInputMenuFrame.showGlobalFrame | ( | self | ) |
Definition at line 227 of file python/waitInput.py.
def python.waitInput.waitInputMenuFrame.showHistoryFrame | ( | self | ) |
Definition at line 232 of file python/waitInput.py.
def python.waitInput.waitInputMenuFrame.showLocalFrame | ( | self | ) |
Definition at line 222 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.bNext |
Definition at line 144 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.bPrev |
Definition at line 142 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.bSkip |
Definition at line 146 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.cbSequential |
Definition at line 148 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.GlobalMenuPanel |
Definition at line 155 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.HistoryPanel |
Definition at line 131 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.lmenu |
Definition at line 115 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.localMenuPanel |
Definition at line 137 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.localMenuPanel2 |
Definition at line 135 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.lPage |
Definition at line 141 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.page |
Definition at line 116 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.pageExec |
Definition at line 117 of file python/waitInput.py.
python.waitInput.waitInputMenuFrame.taHistory |
Definition at line 132 of file python/waitInput.py.