|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <vector>#include "utils/Color.h"#include "windowing/GraphicContext.h"#include "VisibleEffect.h"#include "guiinfo/GUIInfoColor.h"#include "guiinfo/GUIInfoBool.h"#include "DirtyRegion.h"Classes | |
| class | CControlState |
| struct | GUICONTROLSTATS |
| class | CGUIControl |
| Base class for controls. More... | |
Enumerations | |
| enum | ORIENTATION { HORIZONTAL = 0 , VERTICAL } |
| enum | EVENT_RESULT { EVENT_RESULT_UNHANDLED = 0x00 , EVENT_RESULT_HANDLED = 0x01 , EVENT_RESULT_PAN_HORIZONTAL = 0x02 , EVENT_RESULT_PAN_VERTICAL = 0x04 , EVENT_RESULT_PAN_VERTICAL_WITHOUT_INERTIA = 0x08 , EVENT_RESULT_PAN_HORIZONTAL_WITHOUT_INERTIA = 0x10 , EVENT_RESULT_ROTATE = 0x20 , EVENT_RESULT_ZOOM = 0x40 , EVENT_RESULT_SWIPE = 0x80 } |
| Results of OnMouseEvent() Any value not equal to EVENT_RESULT_UNHANDLED indicates that the event was handled. More... | |
| enum EVENT_RESULT |
Results of OnMouseEvent() Any value not equal to EVENT_RESULT_UNHANDLED indicates that the event was handled.
| enum ORIENTATION |