Class: Gantt (Redmine::Helpers)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Gantt#year_from [R]
Gantt#month_from [R]
Gantt#date_from [R]
Gantt#date_to [R]
Gantt#zoom [R]
Gantt#months [R]
Gantt#truncated [R]
Gantt#max_rows [R]
Gantt#query [RW]
Gantt#project [RW]
Gantt#view [RW]
Instance Methods
Gantt#initialize / 1
Gantt#common_params
Gantt#params
Gantt#params_previous
Gantt#params_next
Gantt#number_of_rows
Gantt#number_of_rows_on_project / 1
Gantt#subjects / 1
Gantt#lines / 1
Gantt#issues
Gantt#projects
Gantt#project_issues / 1
Gantt#project_versions / 1
Gantt#version_issues / 2
Gantt#render / 1
Gantt#render_project / 2
Gantt#render_issues / 2
Gantt#render_version / 3
Gantt#render_end / 1
Gantt#subject_for_project / 2
Gantt#line_for_project / 2
Gantt#subject_for_version / 2
Gantt#line_for_version / 2
Gantt#subject_for_issue / 2
Gantt#line_for_issue / 2
Gantt#to_image / 1
Gantt#to_pdf
Gantt#coordinates / 4
Gantt#sort_issues! / 1
Gantt#gantt_issue_compare / 3
Gantt#current_limit
Gantt#abort?
Gantt#pdf_new_page? / 1
Gantt#html_subject / 3
Gantt#pdf_subject / 3
Gantt#image_subject / 3
Gantt#html_task / 3
Gantt#pdf_task / 3
Gantt#image_task / 3
is a submodule of
module: Helpers ( Redmine )
is modularized into
class: PDF   
includes
  Util ( ERB )
  I18n ( Redmine )
inherits from
  Object ( Builtin-Module )
has properties
attribute: year_from [R]   
attribute: month_from [R]   
attribute: date_from [R]   
attribute: date_to [R]   
attribute: zoom [R]   
attribute: months [R]   
attribute: truncated [R]   
attribute: max_rows [R]   
attribute: query [RW]   
attribute: project [RW]   
attribute: view [RW]   
method: initialize / 1   
method: common_params   
method: params   
method: params_previous   
method: params_next   
method: number_of_rows   
method: number_of_rows_on_project / 1   
method: subjects / 1   
method: lines / 1   
method: issues   
method: projects   
method: project_issues / 1   
method: project_versions / 1   
method: version_issues / 2   
method: render / 1   
method: render_project / 2   
method: render_issues / 2   
method: render_version / 3   
method: render_end / 1   
method: subject_for_project / 2   
method: line_for_project / 2   
method: subject_for_version / 2   
method: line_for_version / 2   
method: subject_for_issue / 2   
method: line_for_issue / 2   
method: to_image / 1   
method: to_pdf   
method: coordinates / 4   
method: sort_issues! / 1   
method: gantt_issue_compare / 3   
method: current_limit   
method: abort?   
method: pdf_new_page? / 1   
method: html_subject / 3   
method: pdf_subject / 3   
method: image_subject / 3   
method: html_task / 3   
method: pdf_task / 3   
method: image_task / 3   
is defined at
#21 in lib/redmine/helpers/gantt.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
  module: ERB
module: Util     
  module: Redmine
  module: Helpers
✗ class: Gantt
class: PDF     
  module: I18n

Class Hierarchy

Object ( Builtin-Module )
Gantt ( Redmine::Helpers )
includes
  Util ( ERB )
  I18n ( Redmine )
has properties
attribute: year_from [R]   
attribute: month_from [R]   
attribute: date_from [R]   
attribute: date_to [R]   
attribute: zoom [R]   
attribute: months [R]   
attribute: truncated [R]   
attribute: max_rows [R]   
attribute: query [RW]   
attribute: project [RW]   
attribute: view [RW]   
method: initialize / 1   
method: common_params   
method: params   
method: params_previous   
method: params_next   
method: number_of_rows   
method: number_of_rows_on_project / 1   
method: subjects / 1   
method: lines / 1   
method: issues   
method: projects   
method: project_issues / 1   
method: project_versions / 1   
method: version_issues / 2   
method: render / 1   
method: render_project / 2   
method: render_issues / 2   
method: render_version / 3   
method: render_end / 1   
method: subject_for_project / 2   
method: line_for_project / 2   
method: subject_for_version / 2   
method: line_for_version / 2   
method: subject_for_issue / 2   
method: line_for_issue / 2   
method: to_image / 1   
method: to_pdf   
method: coordinates / 4   
method: sort_issues! / 1   
method: gantt_issue_compare / 3   
method: current_limit   
method: abort?   
method: pdf_new_page? / 1   
method: html_subject / 3   
method: pdf_subject / 3   
method: image_subject / 3   
method: html_task / 3   
method: pdf_task / 3   
method: image_task / 3   
PDF ( Redmine::Helpers::Gantt )

Instance Attributes

Gantt#year_from [R]

#37 in lib/redmine/helpers/gantt.rb

Gantt#month_from [R]

#37 in lib/redmine/helpers/gantt.rb

Gantt#date_from [R]

#37 in lib/redmine/helpers/gantt.rb

Gantt#date_to [R]

#37 in lib/redmine/helpers/gantt.rb

Gantt#zoom [R]

#37 in lib/redmine/helpers/gantt.rb

Gantt#months [R]

#37 in lib/redmine/helpers/gantt.rb

Gantt#truncated [R]

#37 in lib/redmine/helpers/gantt.rb

Gantt#max_rows [R]

#37 in lib/redmine/helpers/gantt.rb

Gantt#query [RW]

#38 in lib/redmine/helpers/gantt.rb

Gantt#project [RW]

#39 in lib/redmine/helpers/gantt.rb

Gantt#view [RW]

#40 in lib/redmine/helpers/gantt.rb

Instance Methods

Gantt#initialize / 1

#42 in lib/redmine/helpers/gantt.rb

initialize ( options={} )

Gantt#common_params

#85 in lib/redmine/helpers/gantt.rb

common_params

Gantt#params

#89 in lib/redmine/helpers/gantt.rb

params

Gantt#params_previous

#93 in lib/redmine/helpers/gantt.rb

params_previous

Gantt#params_next

#97 in lib/redmine/helpers/gantt.rb

params_next

Gantt#number_of_rows

#102 in lib/redmine/helpers/gantt.rb

number_of_rows

Gantt#number_of_rows_on_project / 1

#111 in lib/redmine/helpers/gantt.rb

number_of_rows_on_project ( project )

Gantt#subjects / 1

#121 in lib/redmine/helpers/gantt.rb

subjects ( options={} )

Gantt#lines / 1

#127 in lib/redmine/helpers/gantt.rb

lines ( options={} )

Gantt#issues

#133 in lib/redmine/helpers/gantt.rb

issues

Gantt#projects

#142 in lib/redmine/helpers/gantt.rb

projects

Gantt#project_issues / 1

#159 in lib/redmine/helpers/gantt.rb

project_issues ( project )

Gantt#project_versions / 1

#165 in lib/redmine/helpers/gantt.rb

project_versions ( project )

Gantt#version_issues / 2

#170 in lib/redmine/helpers/gantt.rb

version_issues ( project ,
  version )

Gantt#render / 1

#174 in lib/redmine/helpers/gantt.rb

render ( options={} )

Gantt#render_project / 2

#194 in lib/redmine/helpers/gantt.rb

render_project ( project ,
  options={} )

Gantt#render_issues / 2

#219 in lib/redmine/helpers/gantt.rb

render_issues ( issues ,
  options={} )

Gantt#render_version / 3

#234 in lib/redmine/helpers/gantt.rb

render_version ( project ,
  version ,
  options={} )

Gantt#render_end / 1

#253 in lib/redmine/helpers/gantt.rb

render_end ( options={} )

Gantt#subject_for_project / 2

#260 in lib/redmine/helpers/gantt.rb

subject_for_project ( project ,
  options )

Gantt#line_for_project / 2

#275 in lib/redmine/helpers/gantt.rb

line_for_project ( project ,
  options )

Gantt#subject_for_version / 2

#298 in lib/redmine/helpers/gantt.rb

subject_for_version ( version ,
  options )

Gantt#line_for_version / 2

#313 in lib/redmine/helpers/gantt.rb

line_for_version ( version ,
  options )

Gantt#subject_for_issue / 2

#337 in lib/redmine/helpers/gantt.rb

subject_for_issue ( issue ,
  options )

Gantt#line_for_issue / 2

#373 in lib/redmine/helpers/gantt.rb

line_for_issue ( issue ,
  options )

Gantt#to_image / 1

#395 in lib/redmine/helpers/gantt.rb

to_image ( format='PNG' )

Gantt#to_pdf

#509 in lib/redmine/helpers/gantt.rb

to_pdf

Gantt#coordinates / 4

#623 in lib/redmine/helpers/gantt.rb

coordinates ( start_date ,
  end_date ,
  progress ,
  zoom=nil )

Gantt#sort_issues! / 1

#672 in lib/redmine/helpers/gantt.rb

sort_issues! ( issues )

Gantt#gantt_issue_compare / 3

#677 in lib/redmine/helpers/gantt.rb

gantt_issue_compare ( x ,
  y ,
  issues )

Gantt#current_limit

#685 in lib/redmine/helpers/gantt.rb

current_limit

Gantt#abort?

#693 in lib/redmine/helpers/gantt.rb

abort?

Gantt#pdf_new_page? / 1

#699 in lib/redmine/helpers/gantt.rb

pdf_new_page? ( options )

Gantt#html_subject / 3

#708 in lib/redmine/helpers/gantt.rb

html_subject ( params ,
  subject ,
  options={} )

Gantt#pdf_subject / 3

#717 in lib/redmine/helpers/gantt.rb

pdf_subject ( params ,
  subject ,
  options={} )

Gantt#image_subject / 3

#729 in lib/redmine/helpers/gantt.rb

image_subject ( params ,
  subject ,
  options={} )

Gantt#html_task / 3

#736 in lib/redmine/helpers/gantt.rb

html_task ( params ,
  coords ,
  options={} )

Gantt#pdf_task / 3

#775 in lib/redmine/helpers/gantt.rb

pdf_task ( params ,
  coords ,
  options={} )

Gantt#image_task / 3

#820 in lib/redmine/helpers/gantt.rb

image_task ( params ,
  coords ,
  options={} )