#include "pgapplication.h"#include "pgwidget.h"#include "pglayout.h"#include "pglog.h"#include "pgdraw.h"#include "pgtheme.h"#include "pgeventsupplier.h"#include "pgsdleventsupplier.h"#include <iostream>#include <cstring>#include <cassert>#include <cmath>#include "../../../../sdl/graphicsqueue.h"Include dependency graph for pgapplication.cpp:

Go to the source code of this file.
Defines | |
| #define | PARAGUI_THEMEDIR "./" |
Functions | |
| void | PARAGUI_ShutDownCode () |
| new shutdown procedure (called at application termination | |
| static PG_Widget * | FindInChildObjects (PG_RectList *RectList, const std::string &Name) |
| static PG_Widget * | FindInChildObjects (PG_RectList *RectList, int id) |
Variables | |
| volatile int | lockCount = 0 |
|
|
Definition at line 50 of file pgapplication.cpp. |
|
||||||||||||
|
Definition at line 924 of file pgapplication.cpp. References PG_Widget::FindChild(), FindInChildObjects(), PG_Widget::GetChildList(), PG_Widget::GetID(), and PG_Rect::next(). |
|
||||||||||||
|
Definition at line 890 of file pgapplication.cpp. References PG_Widget::FindChild(), PG_RectList::first(), PG_Widget::GetChildList(), PG_Widget::GetName(), and PG_Rect::next(). Referenced by FindInChildObjects(), PG_Application::GetWidgetById(), and PG_Application::GetWidgetByName(). |
|
|
new shutdown procedure (called at application termination
Definition at line 83 of file pgapplication.cpp. Referenced by PG_Application::PG_Application(). |
|
|
Definition at line 1299 of file pgapplication.cpp. |
1.4.2