PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
EditorCondition Struct Reference

#include <LauncherUI.h>

Public Member Functions

 EditorCondition ()
 

Public Attributes

int sourceType
 
char sourceName [64]
 
int op
 
char value [256]
 

Detailed Description

Definition at line 104 of file LauncherUI.h.

Constructor & Destructor Documentation

◆ EditorCondition()

EditorCondition::EditorCondition ( )
inline

Definition at line 109 of file LauncherUI.h.

109: sourceType(0), op(0) { sourceName[0]='\0'; value[0]='\0'; }
char sourceName[64]
Definition LauncherUI.h:106
char value[256]
Definition LauncherUI.h:108

References sourceName, and value.

Member Data Documentation

◆ op

int EditorCondition::op

Definition at line 107 of file LauncherUI.h.

◆ sourceName

char EditorCondition::sourceName[64]

Definition at line 106 of file LauncherUI.h.

Referenced by EditorCondition().

◆ sourceType

int EditorCondition::sourceType

Definition at line 105 of file LauncherUI.h.

◆ value

char EditorCondition::value[256]

Definition at line 108 of file LauncherUI.h.

Referenced by EditorCondition().


The documentation for this struct was generated from the following file: