|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include "../base/Variant.h"#include "../objects/PObject.h"#include "../objects/PWidget.h"#include "../objects/PEnvironment.h"#include "../objects/PWindow.h"#include "../devices/PKeyboard.h"#include "../objects/PImageBox.h"#include "../platforms/sdl/PlatformEnvironment.h"#include "../platforms/sdl/PlatformWindow.h"#include "../platforms/sdl/PlatformKeyboard.h"#include "../platforms/sdl/PlatformImageBox.h"#include "../platforms/sdl/PlatformFont.h"#include "../platforms/sdl/PlatformWord.h"#include <iostream>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 49 of file WindowTest.cpp.
References PlatformWidget::AddSubWidget(), PEnvironment::AddWindow(), PlatformEnvironment::Draw(), PlatformEnvironment::Initialize(), PlatformWindow::Initialize(), PlatformImageBox::LoadImage(), myEnv, PFS_Normal, PColor::SetAlpha(), PlatformWindow::SetBackgroundColor(), and PImageBox::SetPosition().