Inheritance diagram for encode.output.View:


Public Member Functions | |
| def | __init__ |
| def | set_formats |
| def | on_textview_popup |
| def | on_textview_release |
| def | on_scrolledwindow_parent_set |
| def | on_scrolledwindow_destroy |
| def | set_batch |
| def | is_busy |
| def | on_batch_started |
| def | on_batch_finished |
| def | on_buffer_insert |
| def | on_stop_activate |
| def | get_label |
| def | get_widget |
Public Attributes | |
| glade | |
| tag_common | |
| tag_execute | |
| tag_error | |
| tag_success | |
| tag_failure | |
| conf | |
| formats | |
| batch | |
| handlers | |
| jobs_by_line | |
| mark | |
Definition at line 78 of file output.py.
| def encode.output.View.__init__ | ( | self | ) |
| def encode.output.View.get_widget | ( | self | ) |
Return the gtk.Widget which is the root of the widget hierarchy that should be attached to the environment window. This widget receives a "destroy" signal when the view is detached from the environment. Environment doesn't touch the widget's settings; it's up to the view to set the "visible" property.
Reimplemented from encode.environment.ViewExtension.
| def encode.output.View.on_batch_finished | ( | self, | ||
| batch, | ||||
| status | ||||
| ) |
| def encode.output.View.on_batch_started | ( | self, | ||
| batch, | ||||
| job | ||||
| ) |
| def encode.output.View.on_buffer_insert | ( | self, | ||
| buffer, | ||||
| iter, | ||||
| text, | ||||
| length | ||||
| ) |
| def encode.output.View.on_scrolledwindow_destroy | ( | self, | ||
| scrolledwindow | ||||
| ) |
| def encode.output.View.on_scrolledwindow_parent_set | ( | self, | ||
| scrolledwindow, | ||||
| old_parent | ||||
| ) |
| def encode.output.View.on_textview_popup | ( | self, | ||
| textview, | ||||
| menu | ||||
| ) |
| def encode.output.View.on_textview_release | ( | self, | ||
| textview, | ||||
| event | ||||
| ) |
1.4.7