Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

app.h File Reference

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

ipstreamoperator>> (ipstream &is, TBackground &cl)
ipstreamoperator>> (ipstream &is, TBackground *&cl)
opstreamoperator<< (opstream &os, TBackground &cl)
opstreamoperator<< (opstream &os, TBackground *cl)
ipstreamoperator>> (ipstream &is, TDeskTop &cl)
ipstreamoperator>> (ipstream &is, TDeskTop *&cl)
opstreamoperator<< (opstream &os, TDeskTop &cl)
opstreamoperator<< (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


Detailed Description

app.h

Definition in file app.h.


Function Documentation

opstream & operator<< ( opstream & os,
TDeskTop * cl ) [inline]
 

Undocumented.

Definition at line 314 of file app.h.

opstream & operator<< ( opstream & os,
TDeskTop & cl ) [inline]
 

Undocumented.

Definition at line 309 of file app.h.

opstream & operator<< ( opstream & os,
TBackground * cl ) [inline]
 

Undocumented.

Definition at line 116 of file app.h.

opstream & operator<< ( opstream & os,
TBackground & cl ) [inline]
 

Undocumented.

Definition at line 111 of file app.h.

ipstream & operator>> ( ipstream & is,
TDeskTop *& cl ) [inline]
 

Undocumented.

Definition at line 303 of file app.h.

ipstream & operator>> ( ipstream & is,
TDeskTop & cl ) [inline]
 

Undocumented.

Definition at line 298 of file app.h.

ipstream & operator>> ( ipstream & is,
TBackground *& cl ) [inline]
 

Undocumented.

Definition at line 105 of file app.h.

ipstream & operator>> ( ipstream & is,
TBackground & cl ) [inline]
 

Undocumented.

Definition at line 100 of file app.h.


Variable Documentation

apBlackWhite = 1
 

Use palette for LCD screen.

See also:
TProgram::appPalette

Definition at line 497 of file app.h.

const int apColor = 0
 

Use palette for color screen.

See also:
TProgram::appPalette

Definition at line 497 of file app.h.

apMonochrome = 2
 

Use palette for monochrome screen.

See also:
TProgram::appPalette

Definition at line 503 of file app.h.


Generated at Sat Sep 22 20:19:14 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001