dumpreader::dateTreeWidgetItem Class Reference

dateTreeWidgetItem(QTreeWidgetItem) More...

List of all members.

Public Member Functions

def __init__
 Constructor of dumpTreeWidgetItem.
def getDirPath
 Function which returns absolute path to directory where crash results of this fuzzing procedure can be found ("path to project"/dumps/"other dirs").
def setSelf
 Sets self text, tooltip, etc.
def canShowActions
 Indicates whether make sence to show actions, which caused the dump.

Public Attributes

 date
 Date when the fuzzing was performed.
 text
 text additional text
 dirPath
 Absolute path to directory where crash results of this fuzzing procedure can be found ("path to project"/dumps/"other dirs").


Detailed Description

dateTreeWidgetItem(QTreeWidgetItem)

This class represents all dumps from one fuzzing procedure (has to contain at least one dump to be shown) This widget meant to be subelement of dateTreeWidgetItem and is used for querying some useful information about the reasons of the crash. This widget can have dumpTreeWidgetItem as subelement and is used for querying some useful informations about fuzzing proceduer it self.

Author:
Stepan Henek

Member Function Documentation

def dumpreader::dateTreeWidgetItem::__init__ (   self,
  date,
  text,
  dirPath 
)

Constructor of dumpTreeWidgetItem.

Parameters:
self The object pointer.
date Date when the fuzzing was performed
text additional text
dirPath Absolute path to directory where crash results of this fuzzing procedure can be found ("path to project"/dumps/"other dirs")

def dumpreader::dateTreeWidgetItem::canShowActions (   self  ) 

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

Parameters:
self The object pointer.
See also:
dumpTreeWidgetItem.canShowActions
Returns:
always False (since the elemnt doesn't contains the actions, but its subelements does)

def dumpreader::dateTreeWidgetItem::getDirPath (   self  ) 

Function which returns absolute path to directory where crash results of this fuzzing procedure can be found ("path to project"/dumps/"other dirs").

Parameters:
self The object pointer.
Returns:
absolute path to dump dir of fuzzing procedure

def dumpreader::dateTreeWidgetItem::setSelf (   self  ) 

Sets self text, tooltip, etc.

according to its variables.

Parameters:
self The object pointer.


Member Data Documentation

Date when the fuzzing was performed.

Absolute path to directory where crash results of this fuzzing procedure can be found ("path to project"/dumps/"other dirs").

text additional text


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