Class for drawers
Definition at line 1 of file Drawer.py.
| def ui.Drawer.Drawer.__init__ |
( |
|
self, |
|
|
|
mainwindow, |
|
|
|
name = "" |
|
) |
| |
| def ui.Drawer.Drawer.close |
( |
|
self | ) |
|
Send command to close the drawer
Definition at line 20 of file Drawer.py.
| def ui.Drawer.Drawer.getState |
( |
|
self | ) |
|
Getter for the state of the drawer (open/closed)
Definition at line 28 of file Drawer.py.
| def ui.Drawer.Drawer.open |
( |
|
self | ) |
|
Send command to open the drawer
Definition at line 12 of file Drawer.py.
| def ui.Drawer.Drawer.setState |
( |
|
self, |
|
|
|
state |
|
) |
| |
Setter for the state of the drawer (open/closed)
Definition at line 34 of file Drawer.py.
| ui.Drawer.Drawer.mainwindow |
The documentation for this class was generated from the following file: