You are here

Functions in Views Calc 5

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_views_calc_table ./views_calc.module Override the views table theme to add formatting for a more spreadsheet-like appearance.
theme_views_calc_table_summary ./views_calc.module Views Calc summary display.
views_calc_cols_form ./views_calc.module Views Calc Columns tab on views list. 1
views_calc_cols_form_submit ./views_calc.module Save the views calc column settings.
views_calc_fields_form ./views_calc.module Views Calc Fields tab on views list. 1
views_calc_fields_form_submit ./views_calc.module Save the views calc field settings
views_calc_fields_form_validate ./views_calc.module Validate the views calc settings
views_calc_field_form_item ./views_calc.module A form element for an individual calculated field. 1
views_calc_field_handler ./views_calc.module The field handler. Used to format the calculation results 1
views_calc_help ./views_calc.module Implementation of hook_help().
views_calc_install ./views_calc.install
views_calc_menu ./views_calc.module
views_calc_perm ./views_calc.module Implementation of hook_perm().
views_calc_query_handler ./views_calc.module Query handler to update query use handler insert a real field with the calc into the query 1
views_calc_settings_form ./views_calc.module Implementation of hook_settings() 1
views_calc_settings_form_submit ./views_calc.module
views_calc_uninstall ./views_calc.install
views_calc_update_1 ./views_calc.install Convert the queryname stored in the variable to the fullname so we can access both the fieldname and the tablename from the selections.
views_calc_update_2 ./views_calc.install Create a table to store custom views calculation fields.
views_calc_views_pre_view ./views_calc.module Implementation of hook_views_pre_view()
views_calc_views_query_alter ./views_calc.module Implementation of hook_views_query_alter().
views_calc_views_style_plugins ./views_calc.module Implementation of hook_views_style_plugins()
views_calc_views_tables ./views_calc.module Implementation of hook_views_tables.
_views_calc_calc_options ./views_calc.module Column calculation alternatives 1
_views_calc_fields ./views_calc.module Views calc fields result object 3
_views_calc_format ./views_calc.module 1
_views_calc_format_options ./views_calc.module Result format options 2
_views_calc_has_items ./views_calc.module Test that this is a full view, not just a summary 1
_views_calc_is_calc_view ./views_calc.module Test if this is a views_calc view. 1
_views_calc_operators ./views_calc.module Default SQL operator alternatives. 3
_views_calc_replacements ./views_calc.module An array of allowable calculation values. 1
_views_calc_substitutions ./views_calc.module Field substitutions for calculations. 3
_views_calc_view_views ./views_calc.module Views calc views result object. 1

Other projects