| Public Member Functions | |
| def | __init__ | 
| def | do_expose_event | 
| def | draw | 
| def | getColorCode | 
| def | setMatrixSize | 
| def | updateTactileMatrix | 
| Public Attributes | |
| sizex | |
| sizey | |
| tactile_array | |
| Static Public Attributes | |
| int | sizex = 3 | 
| int | sizey = 1 | 
| Static Private Attributes | |
| dictionary | __gsignals__ = { "expose-event": "override" } | 
Definition at line 14 of file tactile_data_gui.py.
| def tactile_data_gui.Screen.__init__ | ( | self | ) | 
Definition at line 20 of file tactile_data_gui.py.
| def tactile_data_gui.Screen.do_expose_event | ( | self, | |
| event | |||
| ) | 
Definition at line 25 of file tactile_data_gui.py.
| def tactile_data_gui.Screen.draw | ( | self, | |
| cr, | |||
| width, | |||
| height | |||
| ) | 
Definition at line 64 of file tactile_data_gui.py.
| def tactile_data_gui.Screen.getColorCode | ( | self, | |
| value | |||
| ) | 
Definition at line 35 of file tactile_data_gui.py.
| def tactile_data_gui.Screen.setMatrixSize | ( | self, | |
| matrixx, | |||
| matrixy | |||
| ) | 
Definition at line 79 of file tactile_data_gui.py.
| def tactile_data_gui.Screen.updateTactileMatrix | ( | self, | |
| array | |||
| ) | 
Definition at line 83 of file tactile_data_gui.py.
| dictionary tactile_data_gui.Screen::__gsignals__ = { "expose-event": "override" }  [static, private] | 
Definition at line 17 of file tactile_data_gui.py.
| int tactile_data_gui.Screen::sizex = 3  [static] | 
Definition at line 18 of file tactile_data_gui.py.
Definition at line 79 of file tactile_data_gui.py.
| int tactile_data_gui.Screen::sizey = 1  [static] | 
Definition at line 19 of file tactile_data_gui.py.
Definition at line 79 of file tactile_data_gui.py.
Definition at line 20 of file tactile_data_gui.py.