Mercurial > MadButterfly
annotate dox/dictionary.h @ 1253:07e0cb1e051d
Add class consistency_checker for domview_ui.
- consistency_checker is to check consistency of the DOM-tree
associated with a domview_ui.
- It is so closed to domview_ui, so it may access private
variables.
- But, it uses public interface of domview_ui if possible.
- consistency_checker is not integrated to domview_ui for separating
functions of consistency checking from the domview_ui. It collects
relative logic into a place and setups a boundary from others.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Tue, 11 Jan 2011 11:43:32 +0800 |
parents | 5f38974372db |
children |
rev | line source |
---|---|
1036
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
1 /*! \page dictionary Dictionary |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
2 * |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
3 * This page is a list of acronyms and their meaning. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
4 * |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
5 * - \b cb stands for CallBack. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
6 * - \b coord stands for COORDinate. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
7 * - \b elm stands for ELMent. |
1038
48c69a18f2e4
Add acronym of factory to dictionary.
Thinker K.F. Li <thinker@codemud.net>
parents:
1036
diff
changeset
|
8 * - \b fact stands for FACTory. |
1036
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
9 * - \b geo stands for GEOmetry. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
10 * - \b ldr stands for LoaDeR. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
11 * - \b man stands for MANager. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
12 * - \b mb stands for MadButterfly. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
13 * - \b mbe stands for MadButterfly graphic Engine. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
14 * - \b obj stands for OBJect. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
15 * - \b prop stands for PROPerty. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
16 * - \b rdman stands for ReDraw MANager. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
17 * - \b rect stands for RECTangle. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
18 * - \b rm stands for ReMove. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
19 * - \b rt stands for RunTime. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
20 * - \b sh stands for SHapes. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
21 * - \b tman stands for Timer MANager. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
22 * - \b val stands for VALue. |
2275aef63b21
Doc for a list of acronyms.
Thinker K.F. Li <thinker@codemud.net>
parents:
diff
changeset
|
23 */ |