#include <vector>
#include <string>
#include "CSLog.h"
#include "CSMouseCursor.h"
#include <SDL.h>
Go to the source code of this file.
Data Structures | |
class | CSLAF |
Typedefs | |
typedef std::vector< CSGrafikElement * > | CSGrafikElements |
Variables | |
const int | LAF_ICON_TYPE_CLOSE = 1 |
const int | LAF_ICON_TYPE_WARN = 2 |
const int | LAF_ICON_TYPE_ERROR = 3 |
const int | LAF_ICON_TYPE_INFO = 4 |
const int | LAF_ICON_TYPE_QUESTION = 5 |
const int | LAF_ICON_TYPE_UP = 6 |
const int | LAF_ICON_TYPE_LEFT = 7 |
const int | LAF_ICON_TYPE_DOWN = 8 |
const int | LAF_ICON_TYPE_RIGHT = 9 |
const int | LAF_MOUSE_CURSOR_DEFAULT = 1 |
const int | LAF_MOUSE_CURSOR_SIZING_DOWN_RIGHT = 2 |
const int | LAF_MOUSE_CURSOR_SIZING_DOWN_LEFT = 3 |
const int | LAF_MOUSE_CURSOR_SIZING_UP_RIGHT = 4 |
const int | LAF_MOUSE_CURSOR_SIZING_UP_LEFT = 5 |
const int | LAF_MOUSE_CURSOR_SIZING_DOWN = 6 |
const int | LAF_MOUSE_CURSOR_SIZING_UP = 7 |
const int | LAF_MOUSE_CURSOR_SIZING_LEFT = 8 |
const int | LAF_MOUSE_CURSOR_SIZING_RIGHT = 9 |
|
|
|
Definition at line 21 of file CSLAF.h. Referenced by CSLAF::getIconInternal(), and CSWindow::rebuildElementWindow(). |
|
Definition at line 22 of file CSLAF.h. Referenced by CSLAF::getIconInternal(), and CSMessageBox::rebuildElement(). |
|
Definition at line 23 of file CSLAF.h. Referenced by CSLAF::getIconInternal(), and CSMessageBox::rebuildElement(). |
|
Definition at line 24 of file CSLAF.h. Referenced by CSLAF::getIconInternal(), and CSMessageBox::rebuildElement(). |
|
Definition at line 25 of file CSLAF.h. Referenced by CSLAF::getIconInternal(), and CSMessageBox::rebuildElement(). |
|
Definition at line 26 of file CSLAF.h. Referenced by CSLAF::getIconInternal(), and CSScrollbar::rebuildElement(). |
|
Definition at line 27 of file CSLAF.h. Referenced by CSLAF::getIconInternal(), and CSScrollbar::rebuildElement(). |
|
Definition at line 28 of file CSLAF.h. Referenced by CSLAF::getIconInternal(), CSScrollbar::rebuildElement(), and CSCombobox::rebuildElement(). |
|
Definition at line 29 of file CSLAF.h. Referenced by CSLAF::getIconInternal(), and CSScrollbar::rebuildElement(). |
|
Definition at line 31 of file CSLAF.h. Referenced by CSGrafikElement::getCursor(), and CSLAF::getMouseCursorInternal(). |
|
Definition at line 32 of file CSLAF.h. Referenced by CSGrafikElement::getCursor(), and CSLAF::getMouseCursorInternal(). |
|
Definition at line 33 of file CSLAF.h. Referenced by CSLAF::getMouseCursorInternal(). |
|
Definition at line 34 of file CSLAF.h. Referenced by CSLAF::getMouseCursorInternal(). |
|
Definition at line 35 of file CSLAF.h. Referenced by CSLAF::getMouseCursorInternal(). |
|
Definition at line 36 of file CSLAF.h. Referenced by CSLAF::getMouseCursorInternal(). |
|
Definition at line 37 of file CSLAF.h. Referenced by CSLAF::getMouseCursorInternal(). |
|
Definition at line 38 of file CSLAF.h. Referenced by CSLAF::getMouseCursorInternal(). |
|
Definition at line 39 of file CSLAF.h. Referenced by CSLAF::getMouseCursorInternal(). |