|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
Go to the source code of this file.
Classes | |
| class | PCallStack |
Namespaces | |
| namespace | PError |
Enumerations | |
| enum | PErrorAssertType { PEAT_UNDEFINED = 0 , PEAT_STACK_SIGNAL = 1 , PEAT_FUNCTION = 2 , PEAT_FUNCTION_POINTER = 4 , PEAT_NUMBER = 8 , PEAT_INTEGER = 16 , PEAT_FLOAT = 32 , PEAT_STRING = 64 , PEAT_LOCALVARIABLE = 128 , PEAT_GLOBALVARIABLE = 256 , PEAT_VARIABLE = 512 , PEAT_COMPLEXDATA = 1024 , PEAT_AUDIOOUT = 2048 , PEAT_COLOR , PEAT_ENVIRONMENT , PEAT_FILESTREAM , PEAT_FONT , PEAT_IMAGEBOX , PEAT_JOYSTICK , PEAT_KEYBOARD , PEAT_LIST , PEAT_NETWORKCONNECTION , PEAT_OBJECT , PEAT_PARALLELPORT , PEAT_COMPORT , PEAT_TEXTOBJECT , PEAT_TEXTBOX , PEAT_LABEL , PEAT_WIDGET , PEAT_WINDOW , PEAT_MOVIE } |
Functions | |
| void | PError::SignalFatalError (const std::string &message) |
| void | PError::SignalWarning (const std::string &message) |
| void | PError::AssertType (Variant v, int type, const std::string &outsidemessage) |
| std::string | PError::GetTypeName (Variant v) |
| void | PError::ExitQuietly (const std::string &message, int exitCode=0) |
Variables | |
| bool | PError::gShowErrorDialogs = true |
| bool | PError::gValidatorMode = false |
| enum PErrorAssertType |
Definition at line 36 of file PError.h.