|
Class Summary |
| Common |
Common constants and gereral static methods for the entire application and ibase toolkit |
| DBCanvas |
Extends the Canvas class by adding double-buffering support. |
| Loader |
|
| LoaderFLF |
Loader for FLF (Fast Loading Files) data format. |
| MapSegment |
|
| MapSegmentEntry |
MapSegmentEntry encapsulates individual polygons in a map segment. |
| Notifier |
Notifier - framework to for recursive cycle-free notification messages to dependent classes |
| NotifyMsg |
messages passed with NotifyAllDep |
| SCatSequence |
|
| SMarker |
Maintains a fixed list of markers, i.e. an array of 0..xxx indices that can be marked each. |
| SVar |
Statistical Variable
This abstract class defines an interface to variables. |
| SVarDouble |
SVar implementation for ed-length doubles variable |
| SVarFact |
Statistical Variable
IMPORTANT NOTES:
NOTE: do NOT remove any elements from SVar !! |
| SVarFixDouble |
SVar implementation for fixed-length doubles variable |
| SVarFixFact |
Statistical Variable
IMPORTANT NOTES:
NOTE: do NOT remove any elements from SVar !! |
| SVarFixInt |
SVar implementation for fixed-length ints variable |
| SVarInt |
SVar implementation for ed-length ints variable |
| SVarObj |
Statistical Variable
IMPORTANT NOTES:
NOTE: do NOT remove any elements from SVar !! |
| SVarSet |
implements set of variables (aka dataset, used as data source)
which consists basically of a set of variables (of class SVar) and
a marker (of class SMarker). |