|
Classes |
| class | OverlayException |
| | Thrown when an error regarding overlays occured. More...
|
| class | Overlay |
| | An overlay is an image, encoded in a specific format, that can be blitted onto a Surface. More...
|
| class | PaletteException |
| | Exception raised when palette operation failed. More...
|
| class | Palette |
| | Describes a palette, for example for color-indexed modes. More...
|
| class | SurfaceEvent |
| | Mother class of all events sent by a Surface (event source) to its widgets (listeners). More...
|
| class | VideoMemoryLostException |
| | Thrown when video memory has been lost. More...
|
| class | Surface |
| | Represents a video buffer. More...
|
| class | VideoModule |
| | Root module for all video needs. More...
|
| class | VideoException |
| | Mother class for all video exceptions. More...
|
Namespaces |
| namespace | OpenGL |
| | All OpenGL-specific operations and conventions are encapsulated here, be they related to 2D or 3D.
|
| namespace | Pixels |
| | Allows to handle the various pixel colors and formats.
|
| namespace | TwoDimensional |
Typedefs |
| typedef Ceylan::Uint32 | ColorCount |
| | Number of colors.
|
| typedef Ceylan::Uint8 | IconMask |
| | Icon masks are use for window manager's icons.
|
typedef std::pair< Length,
Length > | Definition |
| | A screen definition is defined as a ( width, height ) pair.
|
| typedef Ceylan::Uint16 | Length |
| | Length, unit of measure, unsigned.
|
| typedef Ceylan::Sint16 | SignedLength |
| | Length, unit of measure, signed.
|
| typedef Ceylan::Uint16 | Pitch |
| | Pixel pitch, unit of measure.
|
| typedef Ceylan::Sint16 | Coordinate |
| | Coordinate, unit of measure, integer, signed.
|
| typedef Coordinate | Offset |
| | Offset, difference between coordinates.
|
| typedef Ceylan::Float32 | FloatingPointCoordinate |
| | Coordinate unit of measure, floating-point.
|
| typedef Ceylan::Uint8 | BitsPerPixel |
| | Color depth, bits per pixel.
|
| typedef Ceylan::Uint8 | BytesPerPixel |
| | Color depth, bytes per pixel.
|