Public Member Functions | |
| LockKeyState (QWidget *parent) | |
| QSize | sizeHint () const |
| void | toggleNumLockState () |
| void | toggleCapsLockState () |
| void | paintEvent (QPaintEvent *) |
Private Attributes | |
| QPixmap | nl_pm |
| QPixmap | cl_pm |
| bool | nl |
| bool | cl |
|
|
Definition at line 145 of file taskbar.cpp. References cl_pm, Resource::loadPixmap(), and nl_pm. |
|
|
Definition at line 164 of file taskbar.cpp. References cl, cl_pm, height, nl, nl_pm, p, sizeHint(), and Opie::MM::y. |
|
|
Definition at line 152 of file taskbar.cpp. References nl_pm. Referenced by paintEvent(). |
|
|
Definition at line 160 of file taskbar.cpp. References cl. Referenced by TaskBar::toggleCapsLockState(). |
|
|
Definition at line 156 of file taskbar.cpp. References nl. Referenced by TaskBar::toggleNumLockState(). |
|
|
Definition at line 175 of file taskbar.cpp. Referenced by paintEvent(), and toggleCapsLockState(). |
|
|
Definition at line 174 of file taskbar.cpp. Referenced by LockKeyState(), and paintEvent(). |
|
|
Definition at line 175 of file taskbar.cpp. Referenced by paintEvent(), and toggleNumLockState(). |
|
|
Definition at line 174 of file taskbar.cpp. Referenced by LockKeyState(), paintEvent(), and sizeHint(). |
1.4.2