
Our configuration dialog.
Definition at line 79 of file guidance-power-manager.py.
Public Member Functions | |
| def | __init__ |
| def | __init__ |
| def | blankScreen |
| def | changeBatteryBrightness |
| def | changePoweredBrightness |
| def | checkBatteryCritical |
| def | checkCpuFreq |
| def | checkIdletime |
| def | configToUi |
| def | getIcon |
| def | hibernate |
| def | hideTip |
| def | languageChange |
| def | lockScreen |
| def | notify |
| def | poll |
| def | powerHasBeenPlugged |
| def | powerHasBeenUnplugged |
| def | prepare |
| def | quit |
| def | setCpuPolicyDynamic |
| def | setCpuPolicyPerformance |
| def | setCpuPolicyPowersave |
| def | setIcon |
| def | showTip |
| def | shutdown |
| def | slotBatteryCriticalActivated |
| def | slotBatteryIdleActivated |
| def | slotPoweredIdleActivated |
| def | suspend |
| def | tryHibernate |
| def | trySuspend |
| def | uiToConfig |
Public Attributes | |
| act_call | |
| act_icon | |
| act_name | |
| act_notify | |
| batt_charge | |
| batt_full | |
| batt_level | |
| batt_rate | |
| batt_remain | |
| batt_state | |
| notify plugged/unplugged batteries | |
| BatteryBox | |
| BatteryBrightnessLabel | |
| BatteryBrightnessSlider | |
| BatteryCriticalCombo | |
| BatteryCriticalLabel | |
| BatteryFreqCombo | |
| BatteryFreqLabel | |
| BatteryIdleCombo | |
| BatteryIdleLabel | |
| BatteryIdleTime | |
| BattLabel | |
| BattLayout | |
| BattMainLabel | |
| BattPixmap | |
| BattProgress | |
| canHibernate | |
| canSuspend | |
| cb_act | |
| cb_act_def_critical | |
| cb_freq | |
| cb_freq_def | |
| config | |
| CpuLabel | |
| CpuLayout | |
| CpuMainLabel | |
| CpuPixmap | |
| CpuProgress | |
| criticalLevel | |
| CriticalRemainTime | |
| freq_name | |
| GeneralSettingsBox | |
| icon | |
| laptopClosedBlank | |
| laptopClosedHibernate | |
| laptopClosedNone | |
| laptopClosedShutdown | |
| laptopClosedSuspend | |
| LaptopLidRadios | |
| lastidlesec | |
| lid_act | |
| lid_act_def | |
| lockScreenOnResume | |
| MainsPoweredBox | |
| pollTimer | |
| popup | |
| PoweredBrightnessLabel | |
| PoweredBrightnessSlider | |
| PoweredFreqCombo | |
| PoweredFreqLabel | |
| PoweredIdleCombo | |
| PoweredIdleLabel | |
| PoweredIdleTime | |
| powermanager | |
| systray | |
| tooltip | |
| warningPopup | |
| wasOnBattery | |
Private Member Functions | |
| def | _addBatteryWidgets |
| def | _addCpuWidgets |
| def | _checkOldConfig |
| def | _getCB |
| def | _getIcon |
| def | _getRB |
| def | _initBattery |
| def | _initBrightness |
| def | _initCB |
| def | _initConfigKeywords |
| def | _initLid |
| def | _initUI |
| def | _setCB |
| def | _setRB |
| def | _updateBatteryWidget |
| def | _updateCpuWidgets |