The error and information messages are loaded in from the log file of the current session.
Definition at line 51 of file LogWindow.py.
Public Member Functions | |
| def | __init__ |
| def | LoadLogFileData |
| def | OnRowChoice |
| def | OnErrorTypeChoice |
Public Attributes | |
| main | |
| file | |
Private Attributes | |
| __panel | |
| __messagecaption | |
| __messagetxtbox | |
| __errortypes | |
| __datagrid | |
| __infocaption | |
| __okbutton | |
| __mylayout | |
| def LogWindow::LogWindow::__init__ | ( | self, | ||
| parent, | ||||
| id, | ||||
| file | ||||
| ) |
Definition at line 60 of file LogWindow.py.
| def LogWindow::LogWindow::LoadLogFileData | ( | self, | ||
| choice | ||||
| ) |
Load the messages from the log session file and display them in the error message grid.
Parameters: - Which of the radioboxes that are checked ( what type(s) of messages to show)
Definition at line 122 of file LogWindow.py.
| def LogWindow::LogWindow::OnRowChoice | ( | self, | ||
| event | ||||
| ) |
If one clicks on a message row, we will display the message row that was click in the text box..so that the user can read the whole message.
Definition at line 168 of file LogWindow.py.
| def LogWindow::LogWindow::OnErrorTypeChoice | ( | self, | ||
| event | ||||
| ) |
If we change the selection of what kinds of error types to view and filter out; reload all data.
Definition at line 177 of file LogWindow.py.
Definition at line 64 of file LogWindow.py.
Definition at line 65 of file LogWindow.py.
LogWindow::LogWindow::__panel [private] |
Definition at line 68 of file LogWindow.py.
LogWindow::LogWindow::__messagecaption [private] |
Definition at line 71 of file LogWindow.py.
LogWindow::LogWindow::__messagetxtbox [private] |
Definition at line 72 of file LogWindow.py.
LogWindow::LogWindow::__errortypes [private] |
Definition at line 76 of file LogWindow.py.
LogWindow::LogWindow::__datagrid [private] |
Definition at line 80 of file LogWindow.py.
LogWindow::LogWindow::__infocaption [private] |
Definition at line 81 of file LogWindow.py.
LogWindow::LogWindow::__okbutton [private] |
Definition at line 83 of file LogWindow.py.
LogWindow::LogWindow::__mylayout [private] |
Definition at line 93 of file LogWindow.py.
1.5.3