kodi
Classes | Typedefs | Enumerations
GUIWindow.h File Reference
#include "GUIAction.h"
#include "GUIControlGroup.h"
#include <memory>
#include "threads/CriticalSection.h"
#include <limits.h>
#include <map>
#include <vector>
Include dependency graph for GUIWindow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  COrigin
 
class  CGUIWindow
 
struct  CGUIWindow::icompare
 

Typedefs

typedef std::shared_ptr< CFileItemCFileItemPtr
 

Enumerations

enum  RenderOrder {
  RENDER_ORDER_WINDOW = 0, RENDER_ORDER_DIALOG = 1, RENDER_ORDER_WINDOW_SCREENSAVER = INT_MAX, RENDER_ORDER_WINDOW_POINTER = INT_MAX - 1,
  RENDER_ORDER_WINDOW_DEBUG = INT_MAX - 2, RENDER_ORDER_DIALOG_TELETEXT = INT_MAX - 3
}