Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
Window.h File Reference
#include "../FunctionRef.h"
#include "../ItemGrid.h"
Include dependency graph for Window.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cWindow
 Represents a UI window. More...
 

Typedefs

using cClientHandleCallback = cFunctionRef< bool(cClientHandle &)>
 
typedef std::list< cPlayer * > cPlayerList
 
using cPlayerListCallback = cFunctionRef< bool(cPlayer &)>
 
typedef std::vector< cSlotArea * > cSlotAreas
 

Typedef Documentation

◆ cClientHandleCallback

Definition at line 36 of file Window.h.

◆ cPlayerList

typedef std::list<cPlayer *> cPlayerList

Definition at line 31 of file Window.h.

◆ cPlayerListCallback

Definition at line 35 of file Window.h.

◆ cSlotAreas

typedef std::vector<cSlotArea *> cSlotAreas

Definition at line 34 of file Window.h.