Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | draw |
def | undraw |
def | redraw |
![]() | |
def | __init__ |
def | __str__ |
def | __repr__ |
def | show |
def | hide |
def | notifyNeedRedraw |
def | draw |
def | undraw |
def | redraw |
def | onMessage |
def | onClick |
def | onShow |
def | onHide |
def | onDraw |
def | onUndraw |
def | onRedraw |
def | focus |
def | setModal |
def | isInteractive |
Data Fields | |
linkdesc | |
index | |
hotspot | |
linkstate | |
![]() | |
room | |
owner | |
visible | |
redrawPreservesZ | |
id | |
def __init__ | ( | self, | |
room, | |||
linkdesc, | |||
index, | |||
hotspot, | |||
kwarg | |||
) |
def draw | ( | self) |
Definition at line 1078 of file GUI.py.
References Tokenizer.index, ListReader.index, GUIRoom.index, GUIStaticImage.index, GUIStaticText.index, GUILineEdit.index, GUIMouseOver.index, GUIMouseOver.linkdesc, GUIMouseOver.linkstate, and GUIElement.visible.
def redraw | ( | self) |
Definition at line 1089 of file GUI.py.
References DialogBox.Item.draw(), DialogBox.List.draw(), DialogBox.Row.draw(), DialogBox.draw(), GUIElement.draw(), DialogBox.Item.undraw(), DialogBox.Row.undraw(), DialogBox.undraw(), and GUIElement.undraw().
def undraw | ( | self) |
Definition at line 1084 of file GUI.py.
References Tokenizer.index, ListReader.index, GUIRoom.index, GUIStaticImage.index, GUIStaticText.index, GUILineEdit.index, GUIMouseOver.index, and GUIMouseOver.linkstate.