gui::Display Class Reference

List of all members.

Public Member Functions

def __init__
def execute_sql
def sql_host
def sql_project
def sql_error
def display_graph

Detailed Description

This is main class for the gui application.

Definition at line 18 of file gui.py.


Member Function Documentation

def gui::Display::__init__   self,
  config
 

Constructor

Definition at line 21 of file gui.py.

def gui::Display::display_graph   self,
  dataset,
  col,
  file_fd = None
 

This function displays a barchart diagram containing Error Numbers and the corresponding Frequency

Definition at line 183 of file gui.py.

def gui::Display::execute_sql   self,
  wait,
  database_obj,
  sql,
  col
 

This function tries to get access to a database for "wait" seconds. Either the sql query gets executed or the if no acccess is possible the program exits.

Definition at line 46 of file gui.py.

def gui::Display::sql_error   self,
  col,
  d1 = None,
  d2 = None,
  t1 = None,
  t2 = None,
  host = None,
  project = None,
  error = None
 

This function gets all error messages from the database.

Definition at line 100 of file gui.py.

def gui::Display::sql_host   self,
  col
 

This function gets all hosts from the database.

Definition at line 72 of file gui.py.

def gui::Display::sql_project   self,
  col
 

This function gets all projects from the database

Definition at line 88 of file gui.py.


The documentation for this class was generated from the following file:
Generated on Sun Mar 5 23:04:04 2006 for Virtualiser by  doxygen 1.4.6-NO