Go to the source code of this file.
Compounds | |
class | TApplication |
The mother of all applications. More... | |
class | TBackground |
The default desktop background. More... | |
class | TDeskInit |
Virtual base class for TDeskTop. More... | |
class | TDeskTop |
The desktop of the application. More... | |
class | TProgInit |
Virtual base class for TProgram. More... | |
class | TProgram |
The mother of TApplication. More... | |
Functions | |
ipstream& | operator>> (ipstream &is, TBackground &cl) |
ipstream& | operator>> (ipstream &is, TBackground *&cl) |
opstream& | operator<< (opstream &os, TBackground &cl) |
opstream& | operator<< (opstream &os, TBackground *cl) |
ipstream& | operator>> (ipstream &is, TDeskTop &cl) |
ipstream& | operator>> (ipstream &is, TDeskTop *&cl) |
opstream& | operator<< (opstream &os, TDeskTop &cl) |
opstream& | operator<< (opstream &os, TDeskTop *cl) |
Variables | |
const unsigned short | hcNew = 0xFF01 |
const unsigned short | hcOpen = 0xFF02 |
const unsigned short | hcSave = 0xFF03 |
const unsigned short | hcSaveAs = 0xFF04 |
const unsigned short | hcSaveAll = 0xFF05 |
const unsigned short | hcChangeDir = 0xFF06 |
const unsigned short | hcDosShell = 0xFF07 |
const unsigned short | hcExit = 0xFF08 |
const unsigned short | hcUndo = 0xFF10 |
const unsigned short | hcCut = 0xFF11 |
const unsigned short | hcCopy = 0xFF12 |
const unsigned short | hcPaste = 0xFF13 |
const unsigned short | hcClear = 0xFF14 |
const unsigned short | hcTile = 0xFF20 |
const unsigned short | hcCascade = 0xFF21 |
const unsigned short | hcCloseAll = 0xFF22 |
const unsigned short | hcResize = 0xFF23 |
const unsigned short | hcZoom = 0xFF24 |
const unsigned short | hcNext = 0xFF25 |
const unsigned short | hcPrev = 0xFF26 |
const unsigned short | hcClose = 0xFF27 |
const int | apColor = 0 |
apBlackWhite = 1 | |
apMonochrome = 2 |
Definition in file app.h.
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Use palette for LCD screen.
|
|
Use palette for color screen.
|
|
Use palette for monochrome screen.
|