qaGraphList-class: Class "qaGraphList"

Description Details Objects from the Class Slots Extends Methods Author(s) See Also Examples

Description

A list of qaGraph objects

Details

This class directly extends class "list" and is intended to exclusively hold objects of class qaGraph, where each list item represents the grapical output of a QA subprocess for a single flowFrame. It mainly exists to allow for method dispatch and should never be populated manualy; instead, use the constructor qaGraphList which makes sure, that all image files are converted into the appropriate types and sizes and copied to the expected file location.

Objects from the Class

Objects should be created using the constructor:

qaGraphList(imageFiles, imageDir, width, pdf=TRUE), where imageFiles are paths to image files, imageDir is the destination path for the images and width is the final width to which the bitmap images are converted. pdf can be used to toggle the generation of vectorized versions of the images.

Slots

.Data:

Object of class "list", the list data

Extends

Class "list", from data part. Class "vector", by class "list", distance 2.

Methods

initialize

signature(.Object = "qaGraphList"): constructor

show

signature(object = "qaGraphList"): print object details

Author(s)

Florian Hahne

See Also

qaGraph, writeQAReport, qaProcess

Examples

1
showClass("qaGraphList")

flowQ documentation built on Nov. 1, 2018, 3:38 a.m.