Squiz Matrix
4.12.2
|
Public Member Functions | |
__construct () | |
paintAddPlots (&$asset, &$o, $prefix) | |
processAddPlots (&$asset, &$o, $prefix) | |
paintChoosePlots (&$asset, &$o, $prefix) | |
processChoosePlots (&$asset, &$o, $prefix) | |
paintGeneralPlotSettings (&$asset, &$o, $prefix) | |
processGeneralPlotSettings (&$asset, &$o, $prefix) | |
paintPlotSpecificSettings (&$asset, &$o, $prefix) | |
processPlotSpecificSettings (&$asset, &$o, $prefix) | |
paintMarkerSettings (&$asset, &$o, $prefix) | |
processMarkerSettings (&$asset, &$o, $prefix) | |
paintGlobalSettingPreview (&$asset, &$o, $prefix) | |
processGlobalSettingPreview (&$asset, &$o, $prefix) | |
paintSinglePreview (&$asset, &$o, $prefix) | |
processSinglePreview (&$asset, &$o, $prefix) | |
paintFinalPreview (&$asset, &$o, $prefix) | |
processFinalPreview (&$asset, &$o, $prefix) | |
isAddMode (&$asset, $prefix) | |
isEditMode (&$asset, $prefix) | |
_isMode (&$asset, $prefix, $type) | |
datasetNotEmpty (&$asset, $prefix) | |
moreThanOnePlot (&$asset, $prefix) | |
Public Member Functions inherited from Image_Edit_Fns | |
paintFileUpload (&$asset, &$o, $prefix) | |
paintEmbeddedData (&$asset, &$o, $prefix) | |
processFileUpload (&$asset, &$o, $prefix, $info=Array(), $redirect_in_limbo=TRUE, $asset_cloned=FALSE) | |
paintCreateEditor (&$asset, &$o, $prefix) | |
processCreateEditor (&$asset, &$o, $prefix) | |
paintEditor (&$asset, &$o, $prefix) | |
processEditor (&$asset, $o, $prefix) | |
hasVarieties (&$asset, $prefix) | |
paintCurrentVarieties (&$asset, &$o, $prefix) | |
processCurrentVarieties (&$asset, $o, $prefix) | |
paintNewVariety (&$asset, &$o, $prefix) | |
processNewVariety (&$asset, $o, $prefix) | |
printExistingFileInfo (&$asset) | |
getChosenFileInfo ($prefix) | |
getPreUploadOptions (&$asset) | |
_paintApplet (&$asset, &$o, $prefix) | |
_recreateVarietyImages (&$asset) | |
_extractImageMetadata ($filename) | |
Public Member Functions inherited from File_Edit_Fns | |
File_Edit_Fns () | |
paintFilename (&$asset, &$o, $prefix) | |
processFilename (&$asset, &$o, $prefix) | |
paintFileUpload (File $asset, Backend_Outputter $o, $prefix) | |
processFileUploadPreUpload (File $asset, $o, $prefix, Array $info=Array(), $redirect_in_limbo=TRUE) | |
processFileUpload (File $asset, &$o, $prefix, Array $info=Array(), $redirect_in_limbo=TRUE, $asset_cloned=FALSE) | |
processFileChooser (File $asset, $o, $prefix, $create=FALSE) | |
removeOldFile (File $asset, &$existing, File_Versioning $fv) | |
getNewFile (File $asset, $name, Array $info) | |
getChosenFileInfo ($prefix) | |
printExistingFileInfo (File $asset) | |
Public Member Functions inherited from Asset_Edit_Fns | |
Asset_Edit_Fns () | |
paintPaths (&$asset, &$o, $prefix) | |
paintEditRemapURLs (&$asset, &$o, $prefix) | |
processPaths (&$asset, &$o, $prefix) | |
processEditRemapURLs (&$asset, &$o, $prefix) | |
paintURLs (&$asset, &$o, $prefix) | |
paintAddRemapURLs (&$asset, &$o, $prefix) | |
processAddRemapURLs (&$asset, &$o, $prefix) | |
isWorkflowComplete (&$asset) | |
paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE) | |
processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE) | |
isSearchInstalled (&$asset, $prefix) | |
isBeingCreated (&$asset) | |
isNotBeingCreated (&$asset) | |
paintAutomaticRemapSetting (&$asset, &$o, $prefix) | |
paintCreateLink (&$asset, &$o, $prefix) | |
Public Member Functions inherited from MySource_Object | |
MySource_Object () | |
__sleep () | |
__wakeup () | |
Data Fields | |
$graph_types | |
$fill_grad_types | |
$marker_types | |
$value_marker_types | |
$pointing_types | |
Additional Inherited Members | |
Protected Member Functions inherited from File_Edit_Fns | |
havePreUploadedFiles (File $asset, $prefix) | |
getPreuploadOptions (File $asset) | |
Definition at line 30 of file data_source_graph_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 111 of file data_source_graph_edit_fns.inc.
_isMode | ( | & | $asset, |
$prefix, | |||
$type | |||
) |
Returns the current mode of plot screen
object | &$asset | the graph asset |
string | $prefix | prefix for form elements |
string | $type | type of mode checking |
Definition at line 1183 of file data_source_graph_edit_fns.inc.
datasetNotEmpty | ( | & | $asset, |
$prefix | |||
) |
It returns TRUE if there are not dataset
object | &$asset | the graph asset |
string | $prefix | prefix for form elements |
Definition at line 1200 of file data_source_graph_edit_fns.inc.
isAddMode | ( | & | $asset, |
$prefix | |||
) |
Returns TRUE if the screen is in Add Mode
object | &$asset | the graph asset |
string | $prefix | prefix for form elements |
Definition at line 1149 of file data_source_graph_edit_fns.inc.
isEditMode | ( | & | $asset, |
$prefix | |||
) |
Returns TRUE if the screen is in Edit Mode
object | &$asset | the graph asset |
string | $prefix | prefix for form elements |
Definition at line 1165 of file data_source_graph_edit_fns.inc.
moreThanOnePlot | ( | & | $asset, |
$prefix | |||
) |
It reuturns TRUE if there exist more than one plot
object | &$asset | the graph asset |
string | $prefix | prefix for form elements |
Definition at line 1217 of file data_source_graph_edit_fns.inc.
paintAddPlots | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for adding a new plot
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 131 of file data_source_graph_edit_fns.inc.
paintChoosePlots | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for choosing a plot to edit
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 287 of file data_source_graph_edit_fns.inc.
paintFinalPreview | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for display the final graph preview
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 1089 of file data_source_graph_edit_fns.inc.
paintGeneralPlotSettings | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for editing the plot settings
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 333 of file data_source_graph_edit_fns.inc.
paintGlobalSettingPreview | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for display the global settings preview
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 981 of file data_source_graph_edit_fns.inc.
paintMarkerSettings | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for editing the marker settings
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 844 of file data_source_graph_edit_fns.inc.
paintPlotSpecificSettings | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for editing the plot settings
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 587 of file data_source_graph_edit_fns.inc.
paintSinglePreview | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for display the single settings preview
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 1033 of file data_source_graph_edit_fns.inc.
processAddPlots | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for adding a new plot
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 190 of file data_source_graph_edit_fns.inc.
processChoosePlots | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for choosing a plot to edit
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 316 of file data_source_graph_edit_fns.inc.
processFinalPreview | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for display the final graph preview
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 1130 of file data_source_graph_edit_fns.inc.
processGeneralPlotSettings | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for editing the plot settings
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 503 of file data_source_graph_edit_fns.inc.
processGlobalSettingPreview | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for display the global settings preview
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 1016 of file data_source_graph_edit_fns.inc.
processMarkerSettings | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for editing the plot settings
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 941 of file data_source_graph_edit_fns.inc.
processPlotSpecificSettings | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for editing the plot settings
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 748 of file data_source_graph_edit_fns.inc.
processSinglePreview | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for display the single settings preview
object | &$asset | the graph asset |
object | &$o | the backend outputter |
string | $prefix | prefix for form elements |
Definition at line 1072 of file data_source_graph_edit_fns.inc.
$fill_grad_types |
Definition at line 56 of file data_source_graph_edit_fns.inc.
$graph_types |
Definition at line 37 of file data_source_graph_edit_fns.inc.
$marker_types |
Definition at line 72 of file data_source_graph_edit_fns.inc.
$pointing_types |
Definition at line 99 of file data_source_graph_edit_fns.inc.
$value_marker_types |
Definition at line 90 of file data_source_graph_edit_fns.inc.