Base class for the marker classes. This class cannot be instantiated
directly.
|
|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
list
|
|
|
|
_createMarker(self)
Create a marker using the criteria currently set in instance
variables |
|
|
|
list
|
|
|
|
hide(self)
Hide this marker. |
|
|
|
|
show(self)
Show this marker. |
|
|
|
|
setVisible(self,
show)
If "show" is True, show the marker, otherwise hide it. |
|
|
|
tuple
|
_colorToRgb(self,
incolor)
Given a color of any accepted format, return an RGB tuple (range
0-1). |
|
|
|
tuple or None
|
_altColorToRgb(self,
alt_color)
Given a color of any accepted format, return an RGB tuple (range
0-1). |
|
|
|
list
|
|
|
|
setColor(self,
marker_color)
Change the marker and icon color |
|
|
|
|
setIcon(self,
icon)
Change the marker icon |
|
|
|
|
setText(self,
text)
Change the marker text |
|
|
|
|
|
|
|
setHighlight(self,
highlight)
Change whether the marker is highlighted. |
|
|
|
|
update(self)
Update the marker in response to the workspace contents changing. |
|
|
|
dict
|
|
|
|
applySettings(self,
settings)
Apply the specified marker settings |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|