class documentation

class ExportDoneDialog(MessageDialog): (source)

View In Hierarchy

Undocumented

Method __init__ Constructor.
Method on_open_file Undocumented
Method on_show_log Undocumented
Instance Variable logging_context Undocumented
Instance Variable output Undocumented

Inherited from MessageDialog:

Method add_extra_button No summary
Method assert_response_ok Undocumented
Method run Runs the dialog and destroys it directly.
def __init__(self, parent, logging_context, output): (source)
Constructor.
Parameters
parenteither a parent window or dialog or None
logging_contextUndocumented
outputUndocumented
msgthe message either as sring or a 2-tuple of the actual question and a longer explanation as strings. Using a tuple here will give a better looking dialog.
def on_open_file(self): (source)

Undocumented

def on_show_log(self): (source)

Undocumented

logging_context = (source)

Undocumented

output = (source)

Undocumented