Parent

Methods

Class Index [+]

Quicksearch

TaskJuggler::CellSettingPattern

A CellSettingPattern is used to store alternative settings for ReportTableCell settings. These could be the cell text, the tooltip or a color setting. The user can provide multiple options and the LogicalExpression is used to select the pattern for a given cell.

Attributes

setting[R]
logExpr[R]

Public Class Methods

new(setting, logExpr) click to toggle source
    # File lib/taskjuggler/TableColumnDefinition.rb, line 24
24:     def initialize(setting, logExpr)
25:       @setting = setting
26:       @logExpr = logExpr
27:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.