dumpreader::dumpTreeWidgetItem Class Reference

dumpTreeWidgetItem(QTreeWidgetItem) More...

List of all members.

Public Member Functions

def __init__
 Constructor of dumpTreeWidgetItem.
def setSelf
 Sets self text, tooltip, etc.
def getDumpPath
 Function which returns full absolute path to dump file.
def canShowActions
 Indicates whether make sence to show actions, which caused the dump.
def __ge__
 Greater equal comparator function, reimplemented for sorting purposes.
def __lt__
 Lower then comparator function, reimplemented for sorting purposes.

Public Attributes

 number
 Number of iteration when program crashed.
 dumpPath
 Path to dump file.
 shortDescription
 Short description.
 description
 Description.
 title
 Title.
 explanation
 Explanation.
 commandLine
 Command line.


Detailed Description

dumpTreeWidgetItem(QTreeWidgetItem)

This class represents single dump and can be added to QTreeWidget.

This widget meant to be subelement of dateTreeWidgetItem and is used to query some useful informations about the reasons of the crash.

Author:
Stepan Henek

Member Function Documentation

def dumpreader::dumpTreeWidgetItem::__ge__ (   self,
  item 
)

Greater equal comparator function, reimplemented for sorting purposes.

Parameters:
item another QTreeWidgetItem
Returns:
True if item is greater equal than item passed in the param, False otherwise

def dumpreader::dumpTreeWidgetItem::__init__ (   self,
  number,
  dumpPath,
  shortDescription,
  description,
  title,
  explanation,
  commandLine 
)

Constructor of dumpTreeWidgetItem.

Parameters:
self The object pointer.
number iteration number
dumpPath full absolute path to dump file
shortDescription short description (acquired from stack file)
title title (acquired from stack file)
description description (acquired from stack file)
explanation explanation (acquired from stack file)
commandLine program which crashed (acquired from stack file)

def dumpreader::dumpTreeWidgetItem::__lt__ (   self,
  item 
)

Lower then comparator function, reimplemented for sorting purposes.

Parameters:
item another QTreeWidgetItem
Returns:
True if item is lower than item passed in the param, False otherwise

def dumpreader::dumpTreeWidgetItem::canShowActions (   self  ) 

Indicates whether make sence to show actions, which caused the dump.

Parameters:
self The object pointer.
See also:
dateTreeWidgetItem.canShowActions
Returns:
always True

def dumpreader::dumpTreeWidgetItem::getDumpPath (   self  ) 

Function which returns full absolute path to dump file.

Parameters:
self The object pointer.
Returns:
absolute path to dump file

def dumpreader::dumpTreeWidgetItem::setSelf (   self  ) 

Sets self text, tooltip, etc.

according to its variables.

Parameters:
self The object pointer.


Member Data Documentation

Command line.

Description.

Path to dump file.

Explanation.

Number of iteration when program crashed.

Short description.

Title.


The documentation for this class was generated from the following file:

Generated on Sun Sep 5 12:41:36 2010 for HotFuzz by  doxygen 1.5.8