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

tvconfig.h File Reference

Go to the source code of this file.

Variables

const int eventQSize = 16
const int maxCollectionSize = INT_MAX / sizeof(void *)
const int maxViewWidth = 132
const int maxFindStrLen = 80
const int maxReplaceStrLen = 80


Detailed Description

tvconfig.h

Definition in file tvconfig.h.


Variable Documentation

const int eventQSize = 16
 

Specifies the size of the event queue.

Definition at line 24 of file tvconfig.h.

const int maxCollectionSize = INT_MAX / sizeof(void *)
 

maxCollectionSize determines the maximum number of elements that may be contained in a collection, which is essentially the number of pointers that can fit in INT_MAX (= 2^31-1) bytes.

Definition at line 31 of file tvconfig.h.

const int maxFindStrLen = 80
 

Gives the maximum length for a find string in TEditor applications.

See also:
TEditor

Definition at line 42 of file tvconfig.h.

const int maxReplaceStrLen = 80
 

Gives the maximum length for a replacement string in TEditor applications.

See also:
TEditor

Definition at line 48 of file tvconfig.h.

const int maxViewWidth = 132
 

Sets the maximum width of a view.

Definition at line 36 of file tvconfig.h.


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