PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
Globals.h File Reference

Go to the source code of this file.

Enumerations

enum  PEBLVideoMode : unsigned int {
  PVM_512_384 , PVM_640_480 , PVM_800_600 , PVM_960_720 ,
  PVM_1024_768 , PVM_1152_864 , PVM_1280_1024
}
 
enum  PEBLVideoDepth : unsigned int {
  PVD_2 = 2 , PVD_15 = 15 , PVD_16 = 16 , PVD_24 = 24 ,
  PVD_32 = 32
}
 

Variables

EvaluatormyEval
 

Enumeration Type Documentation

◆ PEBLVideoDepth

enum PEBLVideoDepth : unsigned int
Enumerator
PVD_2 
PVD_15 
PVD_16 
PVD_24 
PVD_32 

Definition at line 68 of file Globals.h.

69 {
70 PVD_2 = 2,
71 PVD_15 = 15,
72 PVD_16 = 16,
73 PVD_24 = 24,
74 PVD_32 = 32
75 };
@ PVD_15
Definition Globals.h:71
@ PVD_32
Definition Globals.h:74
@ PVD_2
Definition Globals.h:70
@ PVD_24
Definition Globals.h:73
@ PVD_16
Definition Globals.h:72

◆ PEBLVideoMode

enum PEBLVideoMode : unsigned int
Enumerator
PVM_512_384 
PVM_640_480 
PVM_800_600 
PVM_960_720 
PVM_1024_768 
PVM_1152_864 
PVM_1280_1024 

Definition at line 57 of file Globals.h.

58 {
66 };
@ PVM_640_480
Definition Globals.h:60
@ PVM_960_720
Definition Globals.h:62
@ PVM_800_600
Definition Globals.h:61
@ PVM_1152_864
Definition Globals.h:64
@ PVM_512_384
Definition Globals.h:59
@ PVM_1024_768
Definition Globals.h:63
@ PVM_1280_1024
Definition Globals.h:65

Variable Documentation

◆ myEval