PyKDE - Python Bindings for KDE
class KABC.Geo
Table of contents
Modules
kabc Classes
All Classes
Module
kabc
Class
KABC.Geo
Inherits
methods
Geo
()
returns
a Geo instance
Geo
(latitude, longitude)
returns
a Geo instance
Argument
Type
Default
latitude
float
longitude
float
asString
()
returns
(TQString)
isValid
()
returns
(bool)
latitude
()
returns
(float)
longitude
()
returns
(float)
setLatitude
(a0)
returns
nothing
Argument
Type
Default
a0
float
setLongitude
(a0)
returns
nothing
Argument
Type
Default
a0
float
operators
operator !=
(a0)
returns
(bool)
In versions KDE 3.1.0 and above only
Argument
Type
Default
a0
KABC.Geo
operator ==
(a0)
returns
(bool)
Argument
Type
Default
a0
KABC.Geo