Context Class Reference
from PyKDE4.plasma import *
Inherits: QObject
Namespace: Plasma
Detailed Description
Signal Documentation
- Signal syntax:
- QObject.connect(source, SIGNAL("activityChanged(Plasma::Context*)"), target_slot)
 
- Signal syntax:
- QObject.connect(source, SIGNAL("changed(Plasma::Context*)"), target_slot)
 
- Signal syntax:
- QObject.connect(source, SIGNAL("locationChanged(Plasma::Context*)"), target_slot)
 
Method Documentation
| __init__ | ( | self, |  | 
|  |  | QObject | parent=0 | 
|  | ) |  |  |  | 
 
 
| createActivity | ( | self, |  | 
|  |  | QString | name | 
|  | ) |  |  |  | 
 
 
| QString currentActivity | ( |  | self ) |  | 
 
 
| QString currentActivityId | ( |  | self ) |  | 
 
 
| QStringList listActivities | ( |  | self ) |  | 
 
 
| setCurrentActivity | ( | self, |  | 
|  |  | QString | name | 
|  | ) |  |  |  | 
 
 
| setCurrentActivityId | ( | self, |  | 
|  |  | QString | id | 
|  | ) |  |  |  |