|
| def | __init__ (self, navcore, type) |
| |
| def | newService (self) |
| |
| def | setType (self, type) |
| |
| def | setRelative (self, rel) |
| |
| def | get (self, what) |
| |
| def | update (self) |
| |
| def | stopEvent (self) |
| |
| def | destroy (self) |
| |
| def | __init__ (self, navcore, eventmap, with_event=False) |
| |
| def | enablePolling (self, interval=60000) |
| |
| def | disablePolling (self) |
| |
| def | poll (self) |
| |
| def | __init__ (self) |
| |
| def | setText (self, text) |
| |
| def | setMarkedPos (self, pos) |
| |
| def | getText (self) |
| |
| def | postWidgetCreate (self, instance) |
| |
| def | __init__ (self) |
| |
| def | execBegin (self) |
| |
| def | execEnd (self) |
| |
| def | onShow (self) |
| |
| def | onHide (self) |
| |
| def | applySkin (self, desktop, parent) |
| |
| def | move (self, x, y=None) |
| |
| def | resize (self, x, y=None) |
| |
| def | setZPosition (self, z) |
| |
| def | show (self) |
| |
| def | hide (self) |
| |
| def | getVisible (self) |
| |
| def | setVisible (self, visible) |
| |
| def | setPosition (self, x, y) |
| |
| def | getPosition (self) |
| |
| def | getWidth (self) |
| |
| def | getHeight (self) |
| |
| def | GUIcreate (self, parent) |
| |
| def | GUIdelete (self) |
| |
| def | createWidget (self, parent) |
| |
| def | postWidgetCreate (self, instance) |
| |
| def | preWidgetRemove (self, instance) |
| |
◆ __init__()
| def Components.ServicePosition.ServicePosition.__init__ |
( |
|
self, |
|
|
|
navcore, |
|
|
|
type |
|
) |
| |
◆ get()
| def Components.ServicePosition.ServicePosition.get |
( |
|
self, |
|
|
|
what |
|
) |
| |
◆ newService()
| def Components.ServicePosition.ServicePosition.newService |
( |
|
self | ) |
|
◆ setRelative()
| def Components.ServicePosition.ServicePosition.setRelative |
( |
|
self, |
|
|
|
rel |
|
) |
| |
◆ setType()
| def Components.ServicePosition.ServicePosition.setType |
( |
|
self, |
|
|
|
type |
|
) |
| |
◆ stopEvent()
| def Components.ServicePosition.ServicePosition.stopEvent |
( |
|
self | ) |
|
◆ update()
| def Components.ServicePosition.ServicePosition.update |
( |
|
self | ) |
|
◆ relative_base
| Components.ServicePosition.ServicePosition.relative_base |
◆ type
| Components.ServicePosition.ServicePosition.type |
◆ TYPE_LENGTH
| int Components.ServicePosition.ServicePosition.TYPE_LENGTH = 0, |
|
static |
◆ TYPE_POSITION
| int Components.ServicePosition.ServicePosition.TYPE_POSITION = 1, |
|
static |
◆ TYPE_RELATIVE
| int Components.ServicePosition.ServicePosition.TYPE_RELATIVE = 3 |
|
static |
◆ TYPE_REMAINING
| int Components.ServicePosition.ServicePosition.TYPE_REMAINING = 2, |
|
static |
◆ updateTimer
| Components.ServicePosition.ServicePosition.updateTimer |
The documentation for this class was generated from the following file: