GEOS-SC: Index: k


KEY_PRESS_WAKEUP_CAUSE Enumerated value
  • PD class, in enum WakeupCause. A key press caused the wakeup.
  • KeyAdapter class
  • toolkit library. The KeyAdapter class is a subclass of KeyListenerInterface to be notified of key events. This subclass provides empty function definitions so that a...
  • KeyAddData(...) Member function
  • TagData class. Called to make space for an element of "size"bytes and associate it with the given key in the TagData object.
  • KeyboardEvent(...) Member function
  • InputManager class. KeyboardEvent is invoked by keyboard drivers to generate IET_CHAR events. This creates an IET_CHAR event with arg1 set to the passed scancode.
  • KeyDeleteData(...) Member function
  • TagData class. Deletes any data associated with the passed key.
  • KeyEvent class
  • toolkit library. The KeyEvent is created and sent to a KeyListener when the FlexComponent receives a key press or key release.
  • KeyEvent(...) Member function
  • KeyEvent class. Constructor of the KeyEvent object.
  • KeyExists(...) Member function
  • TagData class. Determines if the passed key was found in this object.
  • KeyFindData(...) Member function
  • TagData class. Tries to locate any stored data associated with the passed key. The data may be stored in movable memory, which is locked (prevented from moving) by...
  • KeyFindDataAndSize(...) Member function
  • TagData class. Operates just like KeyFindData, but returns a pointer to the data. The data may be stored in movable memory, which is locked (prevented from moving)...
  • KeyGetSize(...) Member function
  • TagData class. Returns the size of the data associated with this key.
  • KeyListenerInterface class
  • toolkit library. KeyListenerInterface is the abstract base class for KeyListener objects. It is the listener interface for receiving key events.
  • KeyPressed(...) Member function
  • KeyAdapter class. Notified when the FlexComponent receives a key press.
  • KeyPressed(...) Pure virtual member function
  • KeyListenerInterface class. Notified when the FlexComponent receives a key press.
  • KeyReadData(...) Member function
  • TagData class. Copies any data associated with a key to the passed buffer. KeyReadData() does not lock its key; it provides an atomic read of the data in tagged...
  • KeyReleased(...) Member function
  • KeyAdapter class. Notified when the FlexComponent receives a key release.
  • KeyReleased(...) Pure virtual member function
  • KeyListenerInterface class. Notified when the FlexComponent receives a key release.
  • KeyResizeData(...) Member function
  • TagData class. Resizes an existing TagData element to a new size. If the element does not exist, KeyResizeData acts just like KeyAddData (it allocates space for the...
  • Kill(...) Member function
  • DataCallManager class. Creates an error on the line. This will interrupt any read operations that are in progress on the circuit.