Public Member Functions | |
def | __init__ |
def | count |
def | draw |
def | log_clicked |
def | log_pressed |
Public Attributes | |
current | |
graph | |
pressed | |
word | |
x | |
y | |
Private Attributes | |
_count |
A row of word sense selection buttons.
Definition at line 223 of file graph_example4.py.
def graph_example4.senses.__init__ | ( | self, | |
graph, | |||
x, | |||
y | |||
) |
Definition at line 228 of file graph_example4.py.
def graph_example4.senses.count | ( | self | ) |
The number of senses for the current word. The current word is synched to the graph's root node.
Definition at line 238 of file graph_example4.py.
def graph_example4.senses.draw | ( | self | ) |
Definition at line 254 of file graph_example4.py.
def graph_example4.senses.log_clicked | ( | self, | |
path, | |||
i | |||
) |
Update senses.current to the last button clicked.
Definition at line 288 of file graph_example4.py.
def graph_example4.senses.log_pressed | ( | self, | |
path, | |||
i | |||
) |
Update senses.pressed to the last button pressed.
Definition at line 278 of file graph_example4.py.
graph_example4.senses::_count [private] |
Definition at line 240 of file graph_example4.py.
Definition at line 228 of file graph_example4.py.
Definition at line 228 of file graph_example4.py.
Definition at line 228 of file graph_example4.py.
Definition at line 228 of file graph_example4.py.
Definition at line 228 of file graph_example4.py.
Definition at line 228 of file graph_example4.py.