sc98-SCProgressMonitor-methods: Methods for Manipulating SuperCurve Progress Models

Description Usage Arguments Details Value Author(s) See Also

Description

These are generic functions used as accessors and mutators for SuperCurve-specific additions for objects of Progress-related subclasses.

progressMarquee:

determines marquee "applied" to the task.

progressStage:

determines current stage of the task.

The method invokes particular methods which depend on the class of the first argument.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'ANY'
progressMarquee(object)
## S4 replacement method for signature 'ANY'
progressMarquee(object, ...) <- value
## S4 method for signature 'ANY'
progressStage(object)
## S4 replacement method for signature 'ANY'
progressStage(object, ...) <- value

Arguments

object

object of (sub)class SCProgressMonitor

value

new value to apply

...

additional arguments affecting the updated values

Details

All functions are generic: you must write methods to handle specific classes of objects.

Value

The form of the value returned by these methods depends on the class of its argument. See the documentation of the particular methods for details of what is produced by that method.

Author(s)

P. Roebuck proebuck@mdanderson.org

See Also

ProgressMonitor, DefaultProgressMonitor


SuperCurve documentation built on May 2, 2019, 6:14 p.m.