|
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
bool
|
|
(bool, bool)
|
|
(bool, tlp.BooleanProperty)
|
getBooleanProperty(string)
... |
|
|
(bool, tlp.Color)
|
|
(bool, tlp.ColorProperty)
|
getColorProperty(string)
... |
|
|
(bool, tlp.ColorScale)
|
getColorScale(string)
... |
|
|
(bool, tlp.Coord)
|
|
(bool, tlp.DataSet)
|
|
(bool, float)
|
|
(bool, tlp.DoubleProperty)
|
getDoubleProperty(string)
... |
|
|
(bool, float)
|
|
(bool, int)
|
|
(bool, tlp.IntegerProperty)
|
getIntegerProperty(string)
... |
|
|
(bool, tlp.LayoutProperty)
|
getLayoutProperty(string)
... |
|
|
(bool, tlp.PropertyInterface)
|
|
(bool, tlp.Size)
|
|
(bool, string)
|
|
(bool, tlp.StringCollection)
|
getStringCollection(string)
... |
|
|
(bool, tlp.StringProperty)
|
getStringProperty(string)
... |
|
|
(bool, int)
|
|
|
|
|
setBool(string,
bool)
... |
|
|
|
setBooleanProperty(string,
tlp.BooleanProperty)
... |
|
|
|
setColor(string,
tlp.Color)
... |
|
|
|
setColorProperty(string,
tlp.ColorProperty)
... |
|
|
|
setColorScale(string,
tlp.ColorScale)
... |
|
|
|
setCoord(string,
tlp.Coord)
... |
|
|
|
setDataSet(string,
tlp.DataSet)
... |
|
|
|
setDouble(string,
float)
... |
|
|
|
setDoubleProperty(string,
tlp.DoubleProperty)
... |
|
|
|
setFloat(string,
float)
... |
|
|
|
|
|
setIntegerProperty(string,
tlp.IntegerProperty)
... |
|
|
|
setLayoutProperty(string,
tlp.LayoutProperty)
... |
|
|
|
setProperty(string,
tlp.PropertyInterface)
... |
|
|
|
setString(string,
string)
... |
|
|
|
setStringCollection(string,
tlp.StringCollection)
... |
|
|
|
setStringProperty(string,
tlp.StringProperty)
... |
|
|
|
|