Package ZenModel :: Module ComplexGraphPoint :: Class ComplexGraphPoint
[hide private]
[frames] | no frames]

Class ComplexGraphPoint

source code

                                                   object --+            
                                                            |            
                                    ZenModelBase.ZenModelBase --+        
                                                                |        
Products.ZenRelations.RelationshipManager.RelationshipManager --+        
                                                                |        
                                      ExtensionClass.Base --+   |        
                                                            |   |        
                                       OFS.History.Historical --+        
                                                                |        
                                                   object --+   |        
                                                            |   |        
                                          ZenPacker.ZenPacker --+        
                                                                |        
                                            ZenModelRM.ZenModelRM --+    
                                                                    |    
                                                       object --+   |    
                                                                |   |    
                                          ZenPackable.ZenPackable --+    
                                                                    |    
                                                GraphPoint.GraphPoint --+
                                                                        |
                                                                       ComplexGraphPoint

Instance Methods [hide private]

Inherited from GraphPoint.GraphPoint: addPrefix, breadCrumbs, escapeForRRD, getColor, getDescription, getDsName, getGraphCmds, getTalesContext, getThresholdColor, manage_editProperties, scrubForRRD, talesEval

Inherited from ZenModelRM.ZenModelRM: __init__, changePythonClass, creator, editableDeviceList, findChild, getCreatedTimeString, getDmdKey, getModificationTimeString, getSubObjects, getTreeItems, getZenRootNode, index_object, primarySortKey, reindex_all, rename, unindex_object, viewName, zmanage_addProperty, zmanage_delObjects, zmanage_delProperties, zmanage_editProperties, zmanage_exportObject, zmanage_importObject, zmanage_importObjects

Inherited from ZenModelBase.ZenModelBase: __call__, __hash__, all_meta_types, aqBaseHasAttr, callZenScreen, checkRemotePerm, checkValidId, createHierarchyObj, custPropertyIds, custPropertyMap, getBreadCrumbUrlPath, getDmd, getDmdObj, getDmdRoot, getHierarchyObj, getIconPath, getIdLink, getNowString, getObjByPath, getPrimaryDmdId, getUnusedId, getZ, getZopeObj, helpLink, isLocalName, manage_deleteObjects, prepId, saveCustProperties, todayDate, urlLink, view, visibleCustPropertyMap, yesterdayDate, zenScreenUrl, zenpathjoin, zenpathsplit, zentinelTabs

Inherited from OFS.History.Historical: manage_afterHistoryCopy, manage_beforeHistoryCopy, manage_change_history, manage_historicalComparison, manage_historyCompare, manage_historyCopy

Inherited from ZenPacker.ZenPacker: addToZenPack, eligiblePacks, findObject

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  LINETYPE_DONTDRAW = 'DONTDRAW'
  LINETYPE_LINE = 'LINE'
  LINETYPE_AREA = 'AREA'
  lineTypeOptions = 'Not Drawn', LINETYPE_DONTDRAW, ('Line', LIN...
  color = ''
  lineType = 'LINE'
  lineWidth = 1
  stacked = False
  format = '%5.2lf%s'
  legend = '${graphPoint/id}'
  _properties = GraphPoint._properties+({'id': 'color', 'type': ...

Inherited from GraphPoint.GraphPoint: DEFAULT_FORMAT, DEFAULT_LEGEND, DEFAULT_MULTIGRAPH_LEGEND, colors, factory_type_information, isThreshold, security, sequence

Inherited from GraphPoint.GraphPoint (private): _relations

Inherited from ZenModelRM.ZenModelRM: default_catalog, isInTree, meta_type

Inherited from ZenModelBase.ZenModelBase: index_html, sub_meta_types

Inherited from OFS.History.Historical: HistoricalRevisions, __ac_permissions__, manage_change_history_page, manage_options

Inherited from OFS.History.Historical (private): _manage_historyComparePage

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

lineTypeOptions

Value:
'Not Drawn', LINETYPE_DONTDRAW, ('Line', LINETYPE_LINE), ('Area', LINE\
TYPE_AREA),

_properties

Value:
GraphPoint._properties+({'id': 'color', 'type': 'string', 'mode': 'w'}\
, {'id': 'lineType', 'type': 'selection', 'select_variable': 'lineType\
s', 'mode': 'w'}, {'id': 'lineWidth', 'type': 'long', 'mode': 'w'}, {'\
id': 'stacked', 'type': 'boolean', 'mode': 'w'}, {'id': 'format', 'typ\
e': 'string', 'mode': 'w'}, {'id': 'legend', 'type': 'string', 'mode':\
 'w'},)