Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

LockKeyState Class Reference

List of all members.

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

Constructor & Destructor Documentation

LockKeyState::LockKeyState QWidget *  parent  )  [inline]
 

Definition at line 145 of file taskbar.cpp.

References cl_pm, Resource::loadPixmap(), and nl_pm.


Member Function Documentation

void LockKeyState::paintEvent QPaintEvent *   )  [inline]
 

Definition at line 164 of file taskbar.cpp.

References cl, cl_pm, height, nl, nl_pm, p, sizeHint(), and Opie::MM::y.

QSize LockKeyState::sizeHint  )  const [inline]
 

Definition at line 152 of file taskbar.cpp.

References nl_pm.

Referenced by paintEvent().

void LockKeyState::toggleCapsLockState  )  [inline]
 

Definition at line 160 of file taskbar.cpp.

References cl.

Referenced by TaskBar::toggleCapsLockState().

void LockKeyState::toggleNumLockState  )  [inline]
 

Definition at line 156 of file taskbar.cpp.

References nl.

Referenced by TaskBar::toggleNumLockState().


Member Data Documentation

bool LockKeyState::cl [private]
 

Definition at line 175 of file taskbar.cpp.

Referenced by paintEvent(), and toggleCapsLockState().

QPixmap LockKeyState::cl_pm [private]
 

Definition at line 174 of file taskbar.cpp.

Referenced by LockKeyState(), and paintEvent().

bool LockKeyState::nl [private]
 

Definition at line 175 of file taskbar.cpp.

Referenced by paintEvent(), and toggleNumLockState().

QPixmap LockKeyState::nl_pm [private]
 

Definition at line 174 of file taskbar.cpp.

Referenced by LockKeyState(), paintEvent(), and sizeHint().


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 17:39:03 2005 for OPIE by  doxygen 1.4.2