blip  0.1
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CAssetAn application asset file
 CAssetDirectoryAn application asset directory
 CAssetManagerAn asset manager, which provides access to the application's raw asset files
 CAudioClipA container for audio data
 CAudioDecoderAn abstract base class for audio decoders
 CMP3AudioDecoderAn AudioDecoder for MP3 audio clips
 CWAVAudioDecoderAn AudioDecoder for WAV audio clips
 CAudioEngineAn audio playback engine
 CAudioFormatAn object that describes an audio data format
 CAudioPlayerAn audio playback object
 CAudioPlayerListener
 CBinaryObjectAn Android Opaque Binary Blob (OBB) object
 CColorA color with red, green, blue, and alpha components
 CDataReader
 CAssetDataReaderA DataReader which reads from an Android Asset
 CDeviceConfigurationA container for device configuration information
 CDisplayMetricsA utility object with methods for converting between pixel units based on a given screen density
 CEventAn abstract base class for all application events
 CInputEventAn abstract base class for user input events
 CKeyEventA keyboard input event
 CMotionEventA motion input event
 CSensorEventAn abstract base class for sensor events
 CAccelerometerSensorEventAn accelerometer sensor event, which measures acceleration, including the effects of gravity
 CGravitySensorEventA gravity sensor event, which measures the direction and magnitude of gravity
 CGyroscopeSensorEventA gyroscope sensor event, which measures angular speed
 CLightSensorEventA light sensor event, which measures ambient light level
 CLinearAccelerationSensorEventA linear acceleration sensor event, which measures acceleration, not including the effects of gravity
 CMagneticFieldSensorEventA magnetic field sensor event, which measures the ambient magnetic field
 CPressureSensorEventAn atmospheric pressure sensor event, which may be used to calculate altitude
 CProximitySensorEventA proximity sensor event, which measures the distance to a nearby object
 CRotationVectorSensorEventA rotation vector sensor event, which measures orientation in 3D space
 CTemperatureSensorEventA temperature sensor event, which measures ambient temperature
 CTimerEventA timer event
 CException
 CResourceExhaustedExceptionAn Exception indicating that all instances of a resource have been exhausted
 CFontA TrueType font
 CFontGlyphA TrueType font character glyph
 CFontManagerA class for loading and caching TrueType fonts
 CImageDecoderAn abstract base class for image decoders
 CPNGImageDecoderAn ImageDecoder for PNG images
 CInputEventQueue
 CIntent
 CIOException
 CAudioExceptionAn exception indicating an error in the audio subsystem
 CTimeoutExceptionAn exception indicating that a blocking operation has timed out
 CJavaBitmap
 CLEDArrayA class representing an LED array
 CLooperLow-level Android event looper
 CNativeActivityRequest
 CPixmapA buffer for two-dimensional pixel data, stored in inverted row order (bottom row first, top row last) as expected by OpenGL
 CPoint< T >A cartesian point: a value with x and y coordinates
 CRectangleA rectangle in cartesian space
 CRenderingContextThe native rendering context
 CRuntimeMiscellaneous runtime functions
 CSensorA class representing a sensor
 CSensorManagerA class that provides access to the hardware sensors
 CSizeA rectangular size that has a width and a height
 CStorageManager
 CThread
 CNativeActivityAn abstract base class for all "native" (C++) Android activities
 CTimerManagerA class that manages Timers and schedules TimerEvents for delivery when Timers fire
 CTimerA timer which fires a TimerEvent at a fixed interval
 CVibratorA class representing a vibration (haptic feedback) device
 CWindowA native window