Package muntjac :: Package addon :: Package invient :: Module invient_charts :: Class SeriesCUR
[hide private]
[frames] | no frames]

Class SeriesCUR

source code

object --+
         |
        SeriesCUR

Instance Methods [hide private]
 
getType(self) source code
 
getName(self) source code
 
__init__(self, typ, name, reloadPoints=False)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
isReloadPoints(self)
Indicates whether the client/terminal should update series by setting all data of a series instead of adding or removing individual points
source code
 
setReloadPoints(self, reloadPoints) source code
 
trackPointAdded(self, point) source code
 
trackPointRemoved(self, point) source code
 
removePointIfTrackedAlready(self, point) source code
 
clearTrackedPoints(self) source code
 
getPointsAdded(self) source code
 
getPointsRemoved(self) source code
 
__hash__(self)
hash(x)
source code
 
__eq__(self, obj) source code
 
__str__(self)
str(x)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, typ, name, reloadPoints=False)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

isReloadPoints(self)

source code 

Indicates whether the client/terminal should update series by setting all data of a series instead of adding or removing individual points

Returns:
Returns true if the data of the series must be reloaded otherwise false.

__hash__(self)
(Hashing function)

source code 

hash(x)

Overrides: object.__hash__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)