#include <faith/point.h>#include <faith/rect.h>#include <faith/string.h>#include <faith/global.h>#include <faith/core.h>Go to the source code of this file.
Namespaces | |
| namespace | Faith |
Classes | |
| class | Faith::Event |
| An abstract object to distribute user events to objects. More... | |
| class | Faith::MouseEvent |
| Can contain many mouse input events. More... | |
| class | Faith::KeyPressEvent |
| Represents many types keyboard events. More... | |
| class | Faith::FocusEvent |
| notes when a widget gains or loses focus More... | |
| class | Faith::CloseEvent |
| A widget was closed. More... | |
| class | Faith::ResizeEvent |
| A Widget was resized. More... | |
| class | Faith::MoveEvent |
| A Widget was moved. More... | |
| class | Faith::PaintEvent |
| A new part of the Widget was exposed and this will say what needs repainting. More... | |
| class | Faith::TimerEvent |
| The timeout for a Timer event. More... | |
1.4.7