LunaSysMgr
|
Public Types | |
enum | Type { ImagePadlock = 0, ImageIncomingCall = 2 } |
Public Member Functions | |
LockButton () | |
virtual | ~LockButton () |
void | press (bool down) |
void | setAnchor (int x, int y) |
int | distanceToAnchorSquared (int x, int y) |
bool | atRest () const |
void | reset () |
bool | contains (int x, int y) const |
void | setImageType (Type type) |
Public Attributes | |
bool | m_pressed |
enum LockButton::Type |
LockButton::LockButton | ( | ) |
|
virtual |
bool LockButton::atRest | ( | ) | const |
void LockButton::press | ( | bool | down | ) |
void LockButton::reset | ( | ) |
void LockButton::setImageType | ( | Type | type | ) |
bool LockButton::m_pressed |