Public Member Functions | |
| def | __init__ |
| def | on_update_preview |
| def | on_file_activated |
Private Member Functions | |
| def | __on_response |
Private Attributes | |
| __filters | |
Implements the logic associated with File Chooser Dialog
Definition at line 48 of file fileopen.py.
| def dlg::fileopen::FileOpen::__init__ | ( | self, | ||
| fileChooser, | ||||
filters = () | ||||
| ) |
Definition at line 50 of file fileopen.py.
| def dlg::fileopen::FileOpen::__on_response | ( | self, | ||
| dlg, | ||||
| respID | ||||
| ) | [private] |
Definition at line 85 of file fileopen.py.
| def dlg::fileopen::FileOpen::on_file_activated | ( | self, | ||
| chooser | ||||
| ) |
Definition at line 77 of file fileopen.py.
| def dlg::fileopen::FileOpen::on_update_preview | ( | self, | ||
| fileChooser, | ||||
| preview | ||||
| ) |
Definition at line 65 of file fileopen.py.
dlg::fileopen::FileOpen::__filters [private] |
Definition at line 51 of file fileopen.py.