Module tulip :: Class tlp :: Class DataSet
[hide private]
[frames] | no frames]

Class DataSet

       object --+        
                |        
sip.simplewrapper --+    
                    |    
          sip.wrapper --+
                        |
                       tlp.DataSet

tlp.DataSet() tlp.DataSet(tlp.DataSet)

Instance Methods [hide private]
 
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
bool

exist(string)
...
(bool, bool)

getBool(string)
...
(bool, tlp.BooleanProperty)

getBooleanProperty(string)
...
(bool, tlp.Color)

getColor(string)
...
(bool, tlp.ColorProperty)

getColorProperty(string)
...
(bool, tlp.ColorScale)

getColorScale(string)
...
(bool, tlp.Coord)

getCoord(string)
...
(bool, tlp.DataSet)

getDataSet(string)
...
(bool, float)

getDouble(string)
...
(bool, tlp.DoubleProperty)

getDoubleProperty(string)
...
(bool, float)

getFloat(string)
...
(bool, int)

getInt(string)
...
(bool, tlp.IntegerProperty)

getIntegerProperty(string)
...
(bool, tlp.LayoutProperty)

getLayoutProperty(string)
...
(bool, tlp.PropertyInterface)

getProperty(string)
...
(bool, tlp.Size)

getSize(string)
...
(bool, string)

getString(string)
...
(bool, tlp.StringCollection)

getStringCollection(string)
...
(bool, tlp.StringProperty)

getStringProperty(string)
...
(bool, int)

getUInt(string)
...
 
remove(string)
...
 
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)
...
 
setInt(string, int)
...
 
setIntegerProperty(string, tlp.IntegerProperty)
...
 
setLayoutProperty(string, tlp.LayoutProperty)
...
 
setProperty(string, tlp.PropertyInterface)
...
 
setString(string, string)
...
 
setStringCollection(string, tlp.StringCollection)
...
 
setStringProperty(string, tlp.StringProperty)
...
 
setUInt(string, int)
...
Method Details [hide private]

__init__(tlp)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__