Olimpo objets
List of objets
- Memoria (Memory).
Functions for allocating and freeing memory; data reading and writing
with both representing methods (big-endian and little-endian).
- Pantalla (Screen).
Definition of screen mode (text or grafics), data writing in four
colours, scrolling of parts of the screen.
- Azar (Random). Random number generation.
- Tiempo (Time). System clock access.
- Sonido (Sound).
Generation of predefined acoustic signals.
- Carácter (Character).
Access to the different character tables in use on the PC and QL.
Characters translation, collating functions, macros for representing
common characters.
- Lista (List).
Creation and updating of linked lists.
- Trozo (Portion).
Memorization and rewriting of rectangular portions of the screen.
- Zona (Zone).
Definition of screen parts capable for drawing on them. Simple
graphics functions.
- Cadena (String).
Functions for working with strings. Conversion and collating of
strings with the different character tables.
- Programa (Program).
Showing name, version, author and date program.
- Fecha (Date). Different date operations.
- Tecla (Key).
Keyboard accessing using an independent system method. Definition of
macros representing keys.
- Cuadro (Box).
Showing horizontal and vertical lines and boxes with two different
whidts.
- Región (Region).
Definition of a rectangular screen portion for writing on it
independently to the rest of the screen.
- Usuario (User).
Functions to access to files, in text and binary modes.
- Fichero (File).
Functions to access to files, in text and binary modes.
- Menú (Menu).
Three different menu types, depending on how the options texts are
generated: using fixed strings, using lists or using programmed
provided functions.
- Configuración (Configuration).
Access to text files using a configuration mode, skipping comments.
- BaseDato (DataBase).
Database files in xBase compatible format creation, reading and
updating.
- Memo (Memo).
Memo files in xBase compatible format creation, reading and updating.
- Indice (Index).
Index files in Clipper compatible format creation, reading and
updating.
- Diblane (BlaWhiDraw).
Black and white images processing.
- Tiff (Tiff).
TIFF files holding black and white not compressed images processing.