Public Member Functions | |
def | __init__ |
def | add_page |
def | on_selection_changed |
def | on_settings_modified |
def | on_apply_clicked |
def | on_revert_clicked |
def | on_close_clicked |
def | on_window_destroy |
Public Attributes | |
glade | |
current | |
Static Public Attributes | |
tuple | current = (None, None) |
Definition at line 20 of file preferences.py.
def encode.preferences.Preferences.__init__ | ( | self, | ||
datadir | ||||
) |
Definition at line 23 of file preferences.py.
def encode.preferences.Preferences.add_page | ( | self, | ||
store, | ||||
parent, | ||||
settings | ||||
) |
Definition at line 78 of file preferences.py.
def encode.preferences.Preferences.on_apply_clicked | ( | self, | ||
button | ||||
) |
Definition at line 150 of file preferences.py.
def encode.preferences.Preferences.on_close_clicked | ( | self, | ||
button | ||||
) |
Definition at line 179 of file preferences.py.
def encode.preferences.Preferences.on_revert_clicked | ( | self, | ||
button | ||||
) |
Definition at line 164 of file preferences.py.
def encode.preferences.Preferences.on_selection_changed | ( | self, | ||
selection | ||||
) |
Definition at line 133 of file preferences.py.
def encode.preferences.Preferences.on_settings_modified | ( | self, | ||
settings, | ||||
iter | ||||
) |
Definition at line 143 of file preferences.py.
def encode.preferences.Preferences.on_window_destroy | ( | self, | ||
window | ||||
) |
Definition at line 183 of file preferences.py.
Definition at line 134 of file preferences.py.
tuple encode.preferences.Preferences.current = (None, None) [static] |
Definition at line 21 of file preferences.py.
Definition at line 27 of file preferences.py.