LogWindow::LogWindow Class Reference

List of all members.


Detailed Description

The whole window displaying the error message data grid and a possibillity to double-click on the items in this grid to view the whole message in a text box control.

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

Member Function Documentation

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.


Member Data Documentation

LogWindow::LogWindow::main

Definition at line 64 of file LogWindow.py.

LogWindow::LogWindow::file

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.


The documentation for this class was generated from the following file:
Generated on Fri Aug 31 11:11:19 2007 for CDBVis by  doxygen 1.5.3