#include <iostream.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include "gcl/GCLConfig.h"
#include "gcl/Image.h"
#include "cl/PtrArray.h"
Include dependency graph for XGraphicsSystem.h:
Go to the source code of this file.
Compounds | |||
![]() | ![]() | class | XGraphicsSystem |
![]() | ![]() | class | XPane |
![]() | ![]() | class | XOffscreenPane |
![]() | ![]() | class | XEventPane |
![]() | ![]() | class | XBackedPane |
Typedefs | |||
![]() | ![]() | typedef PtrArray<XEventPane> | PaneList |
Enumerations | |||
![]() | ![]() | enum | WM_Modifier { wmShift = 0x0001, wmControl = 0x0002, wmAlt = 0x0004, wmUndef1 = 0x0008, wmButton1 = 0x0010, wmButton2 = 0x0020, wmButton3 = 0x0040, wmButtons = 0x0070, wmAll = 0x00FF } |
typedef PtrArray<XEventPane> PaneList |
Definition at line 35 of file XGraphicsSystem.h.
enum WM_Modifier |
Definition at line 117 of file XGraphicsSystem.h.