|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <LauncherUI.h>
Public Attributes | |
| bool | show |
| int | editingIndex |
| char | title [256] |
| char | content [4096] |
| int | pageType |
Definition at line 38 of file LauncherUI.h.
| char PageEditorState::content[4096] |
Definition at line 42 of file LauncherUI.h.
Referenced by LauncherUI::LauncherUI().
| int PageEditorState::editingIndex |
Definition at line 40 of file LauncherUI.h.
Referenced by LauncherUI::LauncherUI().
| int PageEditorState::pageType |
Definition at line 43 of file LauncherUI.h.
Referenced by LauncherUI::LauncherUI().
| bool PageEditorState::show |
Definition at line 39 of file LauncherUI.h.
Referenced by LauncherUI::LauncherUI(), and LauncherUI::Render().
| char PageEditorState::title[256] |
Definition at line 41 of file LauncherUI.h.
Referenced by LauncherUI::LauncherUI().