view dox/dictionary.h @ 1433:7bd6c0e88ec8

Fix issue of showing image incorrectly. - It is discussed in ticket #23 that objects are refreshed partially. - It is actually only for image since multiple image share a image paint, it will modify sampling matrix when they transforming. Values of later ones would over-write eariler ones. - It is fixed by move matrix setting until drawing.
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 11 Apr 2011 12:45:20 +0800
parents 5f38974372db
children
line wrap: on
line source

/*! \page dictionary Dictionary
 *
 * This page is a list of acronyms and their meaning.
 *
 * - \b cb stands for CallBack.
 * - \b coord stands for COORDinate.
 * - \b elm stands for ELMent.
 * - \b fact stands for FACTory.
 * - \b geo stands for GEOmetry.
 * - \b ldr stands for LoaDeR.
 * - \b man stands for MANager.
 * - \b mb stands for MadButterfly.
 * - \b mbe stands for MadButterfly graphic Engine.
 * - \b obj stands for OBJect.
 * - \b prop stands for PROPerty.
 * - \b rdman stands for ReDraw MANager.
 * - \b rect stands for RECTangle.
 * - \b rm stands for ReMove.
 * - \b rt stands for RunTime.
 * - \b sh stands for SHapes.
 * - \b tman stands for Timer MANager.
 * - \b val stands for VALue.
 */