JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
juce::X11Symbols Class Reference

Public Types

using XAllocClassHint = XClassHint *(*)()
 
using XAllocSizeHints = XSizeHints *(*)()
 
using XAllocWMHints = XWMHints *(*)()
 
using XBitmapBitOrder = int(*)(::Display *)
 
using XBitmapUnit = int(*)(::Display *)
 
using XChangeActivePointerGrab = void(*)(::Display *, unsigned int, Cursor, ::Time)
 
using XChangeProperty = void(*)(::Display *, ::Window, Atom, Atom, int, int, const unsigned char *, int)
 
using XCheckTypedWindowEvent = Bool(*)(::Display *, ::Window, int, XEvent *)
 
using XCheckWindowEvent = Bool(*)(::Display *, ::Window, long, XEvent *)
 
using XClearArea = void(*)(::Display *, ::Window, int, int, unsigned int, unsigned int, Bool)
 
using XCloseDisplay = int(*)(::Display *)
 
using XConnectionNumber = int(*)(::Display *)
 
using XConvertSelection = void(*)(::Display *, Atom, Atom, Atom, ::Window, ::Time)
 
using XCreateColormap = Colormap(*)(::Display *, ::Window, Visual *, int)
 
using XCreateFontCursor = Cursor(*)(::Display *, unsigned int)
 
using XCreateGC = GC(*)(::Display *, ::Drawable, unsigned long, XGCValues *)
 
using XCreateImage = XImage *(*)(::Display *, Visual *, unsigned int, int, int, const char *, unsigned int, unsigned int, int, int)
 
using XCreatePixmap = Pixmap(*)(::Display *, ::Drawable, unsigned int, unsigned int, unsigned int)
 
using XCreatePixmapCursor = Cursor(*)(::Display *, Pixmap, Pixmap, XColor *, XColor *, unsigned int, unsigned int)
 
using XCreatePixmapFromBitmapData = Pixmap(*)(::Display *, ::Drawable, const char *, unsigned int, unsigned int, unsigned long, unsigned long, unsigned int)
 
using XCreateWindow = ::Window(*)(::Display *, ::Window, int, int, unsigned int, unsigned int, unsigned int, int, unsigned int, Visual *, unsigned long, XSetWindowAttributes *)
 
using XDefaultRootWindow = ::Window(*)(::Display *)
 
using XDefaultScreen = int(*)(::Display *)
 
using XDefaultScreenOfDisplay = Screen *(*)(::Display *)
 
using XDefaultVisual = Visual *(*)(::Display *, int)
 
using XDefineCursor = int(*)(::Display *, ::Window, Cursor)
 
using XDeleteContext = int(*)(::Display *, XID, XContext)
 
using XDeleteProperty = void(*)(::Display *, Window, Atom)
 
using XDestroyImage = void(*)(XImage *)
 
using XDestroyWindow = void(*)(::Display *, ::Window)
 
using XDisplayHeight = int(*)(::Display *, int)
 
using XDisplayHeightMM = int(*)(::Display *, int)
 
using XDisplayWidth = int(*)(::Display *, int)
 
using XDisplayWidthMM = int(*)(::Display *, int)
 
using XEventsQueued = int(*)(::Display *, int)
 
using XFindContext = int(*)(::Display *, XID, XContext, XPointer *)
 
using XFlush = int(*)(::Display *)
 
using XFree = void(*)(void *)
 
using XFreeCursor = void(*)(::Display *, Cursor)
 
using XFreeColormap = void(*)(::Display *, Colormap)
 
using XFreeGC = void(*)(::Display *, GC)
 
using XFreeModifiermap = void(*)(XModifierKeymap *)
 
using XFreePixmap = void(*)(::Display *, Pixmap)
 
using XGetAtomName = char *(*)(::Display *, Atom)
 
using XGetErrorDatabaseText = void(*)(::Display *, const char *, const char *, const char *, const char *, int)
 
using XGetErrorText = void(*)(::Display *, int, const char *, int)
 
using XGetGeometry = Status(*)(::Display *, ::Drawable, ::Window *, int *, int *, unsigned int *, unsigned int *, unsigned int *, unsigned int *)
 
using XGetImage = XImage *(*)(::Display *, ::Drawable, int, int, unsigned int, unsigned int, unsigned long, int)
 
using XGetInputFocus = void(*)(::Display *, ::Window *, int *)
 
using XGetModifierMapping = XModifierKeymap *(*)(::Display *)
 
using XGetPointerMapping = int(*)(::Display *, unsigned char[], int)
 
using XGetSelectionOwner = ::Window(*)(::Display *, Atom)
 
using XGetVisualInfo = XVisualInfo *(*)(::Display *, long, XVisualInfo *, int *)
 
using XGetWMHints = XWMHints *(*)(::Display *, ::Window)
 
using XGetWindowAttributes = Status(*)(::Display *, ::Window, XWindowAttributes *)
 
using XGetWindowProperty = int(*)(::Display *, ::Window, Atom, long, long, Bool, Atom, Atom *, int *, unsigned long *, unsigned long *, unsigned char **)
 
using XGrabPointer = int(*)(::Display *, ::Window, Bool, unsigned int, int, int, ::Window, Cursor, ::Time)
 
using XGrabServer = int(*)(::Display *)
 
using XImageByteOrder = int(*)(::Display *)
 
using XInitImage = Status(*)(XImage *)
 
using XInitThreads = Status(*)()
 
using XInstallColormap = void(*)(::Display *, Colormap)
 
using XInternAtom = Atom(*)(::Display *, const char *, Bool)
 
using XkbKeycodeToKeysym = KeySym(*)(::Display *, KeyCode, unsigned int, unsigned int)
 
using XKeysymToKeycode = KeyCode(*)(::Display *, KeySym)
 
using XListProperties = Atom *(*)(::Display *, Window, int *)
 
using XLockDisplay = void(*)(::Display *)
 
using XLookupString = int(*)(XKeyEvent *, const char *, int, KeySym *, XComposeStatus *)
 
using XMapRaised = void(*)(::Display *, ::Window)
 
using XMapWindow = void(*)(::Display *, ::Window)
 
using XMoveResizeWindow = void(*)(::Display *, ::Window, int, int, unsigned int, unsigned int)
 
using XNextEvent = int(*)(::Display *, XEvent *)
 
using XOpenDisplay = ::Display *(*)(const char *)
 
using XPeekEvent = void(*)(::Display *, XEvent *)
 
using XPending = int(*)(::Display *)
 
using XPutImage = void(*)(::Display *, ::Drawable, GC, XImage *, int, int, int, int, unsigned int, unsigned int)
 
using XPutPixel = void(*)(XImage *, int, int, unsigned long)
 
using XQueryBestCursor = Status(*)(::Display *, ::Drawable, unsigned int, unsigned int, unsigned int *, unsigned int *)
 
using XQueryExtension = Bool(*)(::Display *, const char *, int *, int *, int *)
 
using XQueryPointer = Bool(*)(::Display *, ::Window, ::Window *, ::Window *, int *, int *, int *, int *, unsigned int *)
 
using XQueryTree = Status(*)(::Display *, ::Window, ::Window *, ::Window *, ::Window **, unsigned int *)
 
using XRefreshKeyboardMapping = void(*)(XMappingEvent *)
 
using XReparentWindow = void(*)(::Display *, ::Window, ::Window, int, int)
 
using XResizeWindow = void(*)(::Display *, Window, unsigned int, unsigned int)
 
using XRestackWindows = void(*)(::Display *, ::Window[], int)
 
using XRootWindow = ::Window(*)(::Display *, int)
 
using XSaveContext = int(*)(::Display *, XID, XContext, XPointer)
 
using XScreenCount = int(*)(::Display *)
 
using XScreenNumberOfScreen = int(*)(Screen *)
 
using XSelectInput = void(*)(::Display *, ::Window, long)
 
using XSendEvent = Status(*)(::Display *, ::Window, Bool, long, XEvent *)
 
using XSetClassHint = void(*)(::Display *, ::Window, XClassHint *)
 
using XSetErrorHandler = XErrorHandler(*)(XErrorHandler)
 
using XSetIOErrorHandler = XIOErrorHandler(*)(XIOErrorHandler)
 
using XSetInputFocus = void(*)(::Display *, ::Window, int, ::Time)
 
using XSetSelectionOwner = void(*)(::Display *, Atom, ::Window, ::Time)
 
using XSetWMHints = void(*)(::Display *, ::Window, XWMHints *)
 
using XSetWMIconName = void(*)(::Display *, ::Window, XTextProperty *)
 
using XSetWMName = void(*)(::Display *, ::Window, XTextProperty *)
 
using XSetWMNormalHints = void(*)(::Display *, ::Window, XSizeHints *)
 
using XStringListToTextProperty = Status(*)(char **, int, XTextProperty *)
 
using Xutf8TextListToTextProperty = int(*)(::Display *, char **, int, XICCEncodingStyle, XTextProperty *)
 
using XSync = void(*)(::Display *, Bool)
 
using XSynchronize = int(*)(::Display *, Bool)
 
using XTranslateCoordinates = Bool(*)(::Display *, ::Window, ::Window, int, int, int *, int *, ::Window *)
 
using XrmUniqueQuark = int(*)()
 
using XUngrabPointer = void(*)(::Display *, ::Time)
 
using XUngrabServer = int(*)(::Display *)
 
using XUnlockDisplay = void(*)(::Display *)
 
using XUnmapWindow = void(*)(::Display *, ::Window)
 
using XWarpPointer = void(*)(::Display *, ::Window, ::Window, int, int, unsigned int, unsigned int, int, int)
 

Public Member Functions

bool loadAllSymbols ()
 

Public Attributes

XAllocClassHint xAllocClassHint
 
XAllocSizeHints xAllocSizeHints
 
XAllocWMHints xAllocWMHints
 
XBitmapBitOrder xBitmapBitOrder
 
XBitmapUnit xBitmapUnit
 
XChangeActivePointerGrab xChangeActivePointerGrab
 
XChangeProperty xChangeProperty
 
XCheckTypedWindowEvent xCheckTypedWindowEvent
 
XCheckWindowEvent xCheckWindowEvent
 
XClearArea xClearArea
 
XCloseDisplay xCloseDisplay
 
XConnectionNumber xConnectionNumber
 
XConvertSelection xConvertSelection
 
XCreateColormap xCreateColormap
 
XCreateFontCursor xCreateFontCursor
 
XCreateGC xCreateGC
 
XCreateImage xCreateImage
 
XCreatePixmap xCreatePixmap
 
XCreatePixmapCursor xCreatePixmapCursor
 
XCreatePixmapFromBitmapData xCreatePixmapFromBitmapData
 
XCreateWindow xCreateWindow
 
XDefaultRootWindow xDefaultRootWindow
 
XDefaultScreen xDefaultScreen
 
XDefaultScreenOfDisplay xDefaultScreenOfDisplay
 
XDefaultVisual xDefaultVisual
 
XDefineCursor xDefineCursor
 
XDeleteContext xDeleteContext
 
XDeleteProperty xDeleteProperty
 
XDestroyImage xDestroyImage
 
XDestroyWindow xDestroyWindow
 
XDisplayHeight xDisplayHeight
 
XDisplayHeightMM xDisplayHeightMM
 
XDisplayWidth xDisplayWidth
 
XDisplayWidthMM xDisplayWidthMM
 
XEventsQueued xEventsQueued
 
XFindContext xFindContext
 
XFlush xFlush
 
XFree xFree
 
XFreeCursor xFreeCursor
 
XFreeColormap xFreeColormap
 
XFreeGC xFreeGC
 
XFreeModifiermap xFreeModifiermap
 
XFreePixmap xFreePixmap
 
XGetAtomName xGetAtomName
 
XGetErrorDatabaseText xGetErrorDatabaseText
 
XGetErrorText xGetErrorText
 
XGetGeometry xGetGeometry
 
XGetImage xGetImage
 
XGetInputFocus xGetInputFocus
 
XGetModifierMapping xGetModifierMapping
 
XGetPointerMapping xGetPointerMapping
 
XGetSelectionOwner xGetSelectionOwner
 
XGetVisualInfo xGetVisualInfo
 
XGetWMHints xGetWMHints
 
XGetWindowAttributes xGetWindowAttributes
 
XGetWindowProperty xGetWindowProperty
 
XGrabPointer xGrabPointer
 
XGrabServer xGrabServer
 
XImageByteOrder xImageByteOrder
 
XInitImage xInitImage
 
XInitThreads xInitThreads
 
XInstallColormap xInstallColormap
 
XInternAtom xInternAtom
 
XkbKeycodeToKeysym xkbKeycodeToKeysym
 
XKeysymToKeycode xKeysymToKeycode
 
XListProperties xListProperties
 
XLockDisplay xLockDisplay
 
XLookupString xLookupString
 
XMapRaised xMapRaised
 
XMapWindow xMapWindow
 
XMoveResizeWindow xMoveResizeWindow
 
XNextEvent xNextEvent
 
XOpenDisplay xOpenDisplay
 
XPeekEvent xPeekEvent
 
XPending xPending
 
XPutImage xPutImage
 
XPutPixel xPutPixel
 
XQueryBestCursor xQueryBestCursor
 
XQueryExtension xQueryExtension
 
XQueryPointer xQueryPointer
 
XQueryTree xQueryTree
 
XRefreshKeyboardMapping xRefreshKeyboardMapping
 
XReparentWindow xReparentWindow
 
XResizeWindow xResizeWindow
 
XRestackWindows xRestackWindows
 
XRootWindow xRootWindow
 
XSaveContext xSaveContext
 
XScreenCount xScreenCount
 
XScreenNumberOfScreen xScreenNumberOfScreen
 
XSelectInput xSelectInput
 
XSendEvent xSendEvent
 
XSetClassHint xSetClassHint
 
XSetErrorHandler xSetErrorHandler
 
XSetIOErrorHandler xSetIOErrorHandler
 
XSetInputFocus xSetInputFocus
 
XSetSelectionOwner xSetSelectionOwner
 
XSetWMHints xSetWMHints
 
XSetWMIconName xSetWMIconName
 
XSetWMName xSetWMName
 
XSetWMNormalHints xSetWMNormalHints
 
XStringListToTextProperty xStringListToTextProperty
 
Xutf8TextListToTextProperty xutf8TextListToTextProperty
 
XSync xSync
 
XSynchronize xSynchronize
 
XTranslateCoordinates xTranslateCoordinates
 
XrmUniqueQuark xrmUniqueQuark
 
XUngrabPointer xUngrabPointer
 
XUngrabServer xUngrabServer
 
XUnlockDisplay xUnlockDisplay
 
XUnmapWindow xUnmapWindow
 
XWarpPointer xWarpPointer
 

Detailed Description

Definition at line 45 of file juce_XSymbols_linux.h.

Member Typedef Documentation

◆ XAllocClassHint

using juce::X11Symbols::XAllocClassHint = XClassHint* (*) ()

Definition at line 54 of file juce_XSymbols_linux.h.

◆ XAllocSizeHints

using juce::X11Symbols::XAllocSizeHints = XSizeHints* (*) ()

Definition at line 58 of file juce_XSymbols_linux.h.

◆ XAllocWMHints

using juce::X11Symbols::XAllocWMHints = XWMHints* (*) ()

Definition at line 62 of file juce_XSymbols_linux.h.

◆ XBitmapBitOrder

using juce::X11Symbols::XBitmapBitOrder = int (*) (::Display*)

Definition at line 66 of file juce_XSymbols_linux.h.

◆ XBitmapUnit

using juce::X11Symbols::XBitmapUnit = int (*) (::Display*)

Definition at line 70 of file juce_XSymbols_linux.h.

◆ XChangeActivePointerGrab

using juce::X11Symbols::XChangeActivePointerGrab = void (*) (::Display*, unsigned int, Cursor, ::Time)

Definition at line 74 of file juce_XSymbols_linux.h.

◆ XChangeProperty

using juce::X11Symbols::XChangeProperty = void (*) (::Display*, ::Window, Atom, Atom, int, int, const unsigned char*, int)

Definition at line 78 of file juce_XSymbols_linux.h.

◆ XCheckTypedWindowEvent

using juce::X11Symbols::XCheckTypedWindowEvent = Bool (*) (::Display*, ::Window, int, XEvent*)

Definition at line 82 of file juce_XSymbols_linux.h.

◆ XCheckWindowEvent

using juce::X11Symbols::XCheckWindowEvent = Bool (*) (::Display*, ::Window, long, XEvent*)

Definition at line 86 of file juce_XSymbols_linux.h.

◆ XClearArea

using juce::X11Symbols::XClearArea = void (*) (::Display*, ::Window, int, int, unsigned int, unsigned int, Bool)

Definition at line 90 of file juce_XSymbols_linux.h.

◆ XCloseDisplay

using juce::X11Symbols::XCloseDisplay = int (*) (::Display*)

Definition at line 94 of file juce_XSymbols_linux.h.

◆ XConnectionNumber

using juce::X11Symbols::XConnectionNumber = int (*) (::Display*)

Definition at line 98 of file juce_XSymbols_linux.h.

◆ XConvertSelection

using juce::X11Symbols::XConvertSelection = void (*) (::Display*, Atom, Atom, Atom, ::Window, ::Time)

Definition at line 102 of file juce_XSymbols_linux.h.

◆ XCreateColormap

using juce::X11Symbols::XCreateColormap = Colormap (*) (::Display*, ::Window, Visual*, int)

Definition at line 106 of file juce_XSymbols_linux.h.

◆ XCreateFontCursor

using juce::X11Symbols::XCreateFontCursor = Cursor (*) (::Display*, unsigned int)

Definition at line 110 of file juce_XSymbols_linux.h.

◆ XCreateGC

using juce::X11Symbols::XCreateGC = GC (*) (::Display*, ::Drawable, unsigned long, XGCValues*)

Definition at line 114 of file juce_XSymbols_linux.h.

◆ XCreateImage

using juce::X11Symbols::XCreateImage = XImage* (*) (::Display*, Visual*, unsigned int, int, int, const char*, unsigned int, unsigned int, int, int)

Definition at line 118 of file juce_XSymbols_linux.h.

◆ XCreatePixmap

using juce::X11Symbols::XCreatePixmap = Pixmap (*) (::Display*, ::Drawable, unsigned int, unsigned int, unsigned int)

Definition at line 122 of file juce_XSymbols_linux.h.

◆ XCreatePixmapCursor

using juce::X11Symbols::XCreatePixmapCursor = Cursor (*) (::Display*, Pixmap, Pixmap, XColor*, XColor*, unsigned int, unsigned int)

Definition at line 126 of file juce_XSymbols_linux.h.

◆ XCreatePixmapFromBitmapData

using juce::X11Symbols::XCreatePixmapFromBitmapData = Pixmap (*) (::Display*, ::Drawable, const char*, unsigned int, unsigned int, unsigned long, unsigned long, unsigned int)

Definition at line 130 of file juce_XSymbols_linux.h.

◆ XCreateWindow

using juce::X11Symbols::XCreateWindow = ::Window (*) (::Display*, ::Window, int, int, unsigned int, unsigned int, unsigned int, int, unsigned int, Visual*, unsigned long, XSetWindowAttributes*)

Definition at line 134 of file juce_XSymbols_linux.h.

◆ XDefaultRootWindow

using juce::X11Symbols::XDefaultRootWindow = ::Window (*) (::Display*)

Definition at line 138 of file juce_XSymbols_linux.h.

◆ XDefaultScreen

using juce::X11Symbols::XDefaultScreen = int (*) (::Display*)

Definition at line 142 of file juce_XSymbols_linux.h.

◆ XDefaultScreenOfDisplay

using juce::X11Symbols::XDefaultScreenOfDisplay = Screen* (*) (::Display*)

Definition at line 146 of file juce_XSymbols_linux.h.

◆ XDefaultVisual

using juce::X11Symbols::XDefaultVisual = Visual* (*) (::Display*, int)

Definition at line 150 of file juce_XSymbols_linux.h.

◆ XDefineCursor

using juce::X11Symbols::XDefineCursor = int (*) (::Display*, ::Window, Cursor)

Definition at line 154 of file juce_XSymbols_linux.h.

◆ XDeleteContext

using juce::X11Symbols::XDeleteContext = int (*) (::Display*, XID, XContext)

Definition at line 158 of file juce_XSymbols_linux.h.

◆ XDeleteProperty

using juce::X11Symbols::XDeleteProperty = void (*) (::Display*, Window, Atom)

Definition at line 162 of file juce_XSymbols_linux.h.

◆ XDestroyImage

using juce::X11Symbols::XDestroyImage = void (*) (XImage*)

Definition at line 166 of file juce_XSymbols_linux.h.

◆ XDestroyWindow

using juce::X11Symbols::XDestroyWindow = void (*) (::Display*, ::Window)

Definition at line 170 of file juce_XSymbols_linux.h.

◆ XDisplayHeight

using juce::X11Symbols::XDisplayHeight = int (*) (::Display*, int)

Definition at line 174 of file juce_XSymbols_linux.h.

◆ XDisplayHeightMM

using juce::X11Symbols::XDisplayHeightMM = int (*) (::Display*, int)

Definition at line 178 of file juce_XSymbols_linux.h.

◆ XDisplayWidth

using juce::X11Symbols::XDisplayWidth = int (*) (::Display*, int)

Definition at line 182 of file juce_XSymbols_linux.h.

◆ XDisplayWidthMM

using juce::X11Symbols::XDisplayWidthMM = int (*) (::Display*, int)

Definition at line 186 of file juce_XSymbols_linux.h.

◆ XEventsQueued

using juce::X11Symbols::XEventsQueued = int (*) (::Display*, int)

Definition at line 190 of file juce_XSymbols_linux.h.

◆ XFindContext

using juce::X11Symbols::XFindContext = int (*) (::Display*, XID, XContext, XPointer*)

Definition at line 194 of file juce_XSymbols_linux.h.

◆ XFlush

using juce::X11Symbols::XFlush = int (*) (::Display*)

Definition at line 198 of file juce_XSymbols_linux.h.

◆ XFree

using juce::X11Symbols::XFree = void (*) (void*)

Definition at line 202 of file juce_XSymbols_linux.h.

◆ XFreeColormap

using juce::X11Symbols::XFreeColormap = void (*) (::Display*, Colormap)

Definition at line 210 of file juce_XSymbols_linux.h.

◆ XFreeCursor

using juce::X11Symbols::XFreeCursor = void (*) (::Display*, Cursor)

Definition at line 206 of file juce_XSymbols_linux.h.

◆ XFreeGC

using juce::X11Symbols::XFreeGC = void (*) (::Display*, GC)

Definition at line 214 of file juce_XSymbols_linux.h.

◆ XFreeModifiermap

using juce::X11Symbols::XFreeModifiermap = void (*) (XModifierKeymap*)

Definition at line 218 of file juce_XSymbols_linux.h.

◆ XFreePixmap

using juce::X11Symbols::XFreePixmap = void (*) (::Display*, Pixmap)

Definition at line 222 of file juce_XSymbols_linux.h.

◆ XGetAtomName

using juce::X11Symbols::XGetAtomName = char* (*) (::Display*, Atom)

Definition at line 226 of file juce_XSymbols_linux.h.

◆ XGetErrorDatabaseText

using juce::X11Symbols::XGetErrorDatabaseText = void (*) (::Display*, const char*, const char*, const char*, const char*, int)

Definition at line 230 of file juce_XSymbols_linux.h.

◆ XGetErrorText

using juce::X11Symbols::XGetErrorText = void (*) (::Display*, int, const char*, int)

Definition at line 234 of file juce_XSymbols_linux.h.

◆ XGetGeometry

using juce::X11Symbols::XGetGeometry = Status (*) (::Display*, ::Drawable, ::Window*, int*, int*, unsigned int*, unsigned int*, unsigned int*, unsigned int*)

Definition at line 238 of file juce_XSymbols_linux.h.

◆ XGetImage

using juce::X11Symbols::XGetImage = XImage* (*) (::Display*, ::Drawable, int, int, unsigned int, unsigned int, unsigned long, int)

Definition at line 242 of file juce_XSymbols_linux.h.

◆ XGetInputFocus

using juce::X11Symbols::XGetInputFocus = void (*) (::Display*, ::Window*, int*)

Definition at line 246 of file juce_XSymbols_linux.h.

◆ XGetModifierMapping

using juce::X11Symbols::XGetModifierMapping = XModifierKeymap* (*) (::Display*)

Definition at line 250 of file juce_XSymbols_linux.h.

◆ XGetPointerMapping

using juce::X11Symbols::XGetPointerMapping = int (*) (::Display*, unsigned char[], int)

Definition at line 254 of file juce_XSymbols_linux.h.

◆ XGetSelectionOwner

using juce::X11Symbols::XGetSelectionOwner = ::Window (*) (::Display*, Atom)

Definition at line 258 of file juce_XSymbols_linux.h.

◆ XGetVisualInfo

using juce::X11Symbols::XGetVisualInfo = XVisualInfo* (*) (::Display*, long, XVisualInfo*, int*)

Definition at line 262 of file juce_XSymbols_linux.h.

◆ XGetWindowAttributes

using juce::X11Symbols::XGetWindowAttributes = Status (*) (::Display*, ::Window, XWindowAttributes*)

Definition at line 270 of file juce_XSymbols_linux.h.

◆ XGetWindowProperty

using juce::X11Symbols::XGetWindowProperty = int (*) (::Display*, ::Window, Atom, long, long, Bool, Atom, Atom*, int*, unsigned long*, unsigned long*, unsigned char**)

Definition at line 274 of file juce_XSymbols_linux.h.

◆ XGetWMHints

using juce::X11Symbols::XGetWMHints = XWMHints* (*) (::Display*, ::Window)

Definition at line 266 of file juce_XSymbols_linux.h.

◆ XGrabPointer

using juce::X11Symbols::XGrabPointer = int (*) (::Display*, ::Window, Bool, unsigned int, int, int, ::Window, Cursor, ::Time)

Definition at line 278 of file juce_XSymbols_linux.h.

◆ XGrabServer

using juce::X11Symbols::XGrabServer = int (*) (::Display*)

Definition at line 282 of file juce_XSymbols_linux.h.

◆ XImageByteOrder

using juce::X11Symbols::XImageByteOrder = int (*) (::Display*)

Definition at line 286 of file juce_XSymbols_linux.h.

◆ XInitImage

using juce::X11Symbols::XInitImage = Status (*) (XImage*)

Definition at line 290 of file juce_XSymbols_linux.h.

◆ XInitThreads

using juce::X11Symbols::XInitThreads = Status (*) ()

Definition at line 294 of file juce_XSymbols_linux.h.

◆ XInstallColormap

using juce::X11Symbols::XInstallColormap = void (*) (::Display*, Colormap)

Definition at line 298 of file juce_XSymbols_linux.h.

◆ XInternAtom

using juce::X11Symbols::XInternAtom = Atom (*) (::Display*, const char*, Bool)

Definition at line 302 of file juce_XSymbols_linux.h.

◆ XkbKeycodeToKeysym

using juce::X11Symbols::XkbKeycodeToKeysym = KeySym (*) (::Display*, KeyCode, unsigned int, unsigned int)

Definition at line 306 of file juce_XSymbols_linux.h.

◆ XKeysymToKeycode

using juce::X11Symbols::XKeysymToKeycode = KeyCode (*) (::Display*, KeySym)

Definition at line 310 of file juce_XSymbols_linux.h.

◆ XListProperties

using juce::X11Symbols::XListProperties = Atom* (*) (::Display*, Window, int*)

Definition at line 314 of file juce_XSymbols_linux.h.

◆ XLockDisplay

using juce::X11Symbols::XLockDisplay = void (*) (::Display*)

Definition at line 318 of file juce_XSymbols_linux.h.

◆ XLookupString

using juce::X11Symbols::XLookupString = int (*) (XKeyEvent*, const char*, int, KeySym*, XComposeStatus*)

Definition at line 322 of file juce_XSymbols_linux.h.

◆ XMapRaised

using juce::X11Symbols::XMapRaised = void (*) (::Display*, ::Window)

Definition at line 326 of file juce_XSymbols_linux.h.

◆ XMapWindow

using juce::X11Symbols::XMapWindow = void (*) (::Display*, ::Window)

Definition at line 330 of file juce_XSymbols_linux.h.

◆ XMoveResizeWindow

using juce::X11Symbols::XMoveResizeWindow = void (*) (::Display*, ::Window, int, int, unsigned int, unsigned int)

Definition at line 334 of file juce_XSymbols_linux.h.

◆ XNextEvent

using juce::X11Symbols::XNextEvent = int (*) (::Display*, XEvent*)

Definition at line 338 of file juce_XSymbols_linux.h.

◆ XOpenDisplay

using juce::X11Symbols::XOpenDisplay = ::Display* (*) (const char*)

Definition at line 342 of file juce_XSymbols_linux.h.

◆ XPeekEvent

using juce::X11Symbols::XPeekEvent = void (*) (::Display*, XEvent*)

Definition at line 346 of file juce_XSymbols_linux.h.

◆ XPending

using juce::X11Symbols::XPending = int (*) (::Display*)

Definition at line 350 of file juce_XSymbols_linux.h.

◆ XPutImage

using juce::X11Symbols::XPutImage = void (*) (::Display*, ::Drawable, GC, XImage*, int, int, int, int, unsigned int, unsigned int)

Definition at line 354 of file juce_XSymbols_linux.h.

◆ XPutPixel

using juce::X11Symbols::XPutPixel = void (*) (XImage*, int, int, unsigned long)

Definition at line 358 of file juce_XSymbols_linux.h.

◆ XQueryBestCursor

using juce::X11Symbols::XQueryBestCursor = Status (*) (::Display*, ::Drawable, unsigned int, unsigned int, unsigned int*, unsigned int*)

Definition at line 362 of file juce_XSymbols_linux.h.

◆ XQueryExtension

using juce::X11Symbols::XQueryExtension = Bool (*) (::Display*, const char*, int*, int*, int*)

Definition at line 366 of file juce_XSymbols_linux.h.

◆ XQueryPointer

using juce::X11Symbols::XQueryPointer = Bool (*) (::Display*, ::Window, ::Window*, ::Window*, int*, int*, int*, int*, unsigned int*)

Definition at line 370 of file juce_XSymbols_linux.h.

◆ XQueryTree

using juce::X11Symbols::XQueryTree = Status (*) (::Display*, ::Window, ::Window*, ::Window*, ::Window**, unsigned int*)

Definition at line 374 of file juce_XSymbols_linux.h.

◆ XRefreshKeyboardMapping

using juce::X11Symbols::XRefreshKeyboardMapping = void (*) (XMappingEvent*)

Definition at line 378 of file juce_XSymbols_linux.h.

◆ XReparentWindow

using juce::X11Symbols::XReparentWindow = void (*) (::Display*, ::Window, ::Window, int, int)

Definition at line 382 of file juce_XSymbols_linux.h.

◆ XResizeWindow

using juce::X11Symbols::XResizeWindow = void (*) (::Display*, Window, unsigned int, unsigned int)

Definition at line 386 of file juce_XSymbols_linux.h.

◆ XRestackWindows

using juce::X11Symbols::XRestackWindows = void (*) (::Display*, ::Window[], int)

Definition at line 390 of file juce_XSymbols_linux.h.

◆ XrmUniqueQuark

using juce::X11Symbols::XrmUniqueQuark = int (*) ()

Definition at line 474 of file juce_XSymbols_linux.h.

◆ XRootWindow

using juce::X11Symbols::XRootWindow = ::Window (*) (::Display*, int)

Definition at line 394 of file juce_XSymbols_linux.h.

◆ XSaveContext

using juce::X11Symbols::XSaveContext = int (*) (::Display*, XID, XContext, XPointer)

Definition at line 398 of file juce_XSymbols_linux.h.

◆ XScreenCount

using juce::X11Symbols::XScreenCount = int (*) (::Display*)

Definition at line 402 of file juce_XSymbols_linux.h.

◆ XScreenNumberOfScreen

using juce::X11Symbols::XScreenNumberOfScreen = int (*) (Screen*)

Definition at line 406 of file juce_XSymbols_linux.h.

◆ XSelectInput

using juce::X11Symbols::XSelectInput = void (*) (::Display*, ::Window, long)

Definition at line 410 of file juce_XSymbols_linux.h.

◆ XSendEvent

using juce::X11Symbols::XSendEvent = Status (*) (::Display*, ::Window, Bool, long, XEvent*)

Definition at line 414 of file juce_XSymbols_linux.h.

◆ XSetClassHint

using juce::X11Symbols::XSetClassHint = void (*) (::Display*, ::Window, XClassHint*)

Definition at line 418 of file juce_XSymbols_linux.h.

◆ XSetErrorHandler

using juce::X11Symbols::XSetErrorHandler = XErrorHandler (*) (XErrorHandler)

Definition at line 422 of file juce_XSymbols_linux.h.

◆ XSetInputFocus

using juce::X11Symbols::XSetInputFocus = void (*) (::Display*, ::Window, int, ::Time)

Definition at line 430 of file juce_XSymbols_linux.h.

◆ XSetIOErrorHandler

using juce::X11Symbols::XSetIOErrorHandler = XIOErrorHandler (*) (XIOErrorHandler)

Definition at line 426 of file juce_XSymbols_linux.h.

◆ XSetSelectionOwner

using juce::X11Symbols::XSetSelectionOwner = void (*) (::Display*, Atom, ::Window, ::Time)

Definition at line 434 of file juce_XSymbols_linux.h.

◆ XSetWMHints

using juce::X11Symbols::XSetWMHints = void (*) (::Display*, ::Window, XWMHints*)

Definition at line 438 of file juce_XSymbols_linux.h.

◆ XSetWMIconName

using juce::X11Symbols::XSetWMIconName = void (*) (::Display*, ::Window, XTextProperty*)

Definition at line 442 of file juce_XSymbols_linux.h.

◆ XSetWMName

using juce::X11Symbols::XSetWMName = void (*) (::Display*, ::Window, XTextProperty*)

Definition at line 446 of file juce_XSymbols_linux.h.

◆ XSetWMNormalHints

using juce::X11Symbols::XSetWMNormalHints = void (*) (::Display*, ::Window, XSizeHints*)

Definition at line 450 of file juce_XSymbols_linux.h.

◆ XStringListToTextProperty

using juce::X11Symbols::XStringListToTextProperty = Status (*) (char**, int, XTextProperty*)

Definition at line 454 of file juce_XSymbols_linux.h.

◆ XSync

using juce::X11Symbols::XSync = void (*) (::Display*, Bool)

Definition at line 462 of file juce_XSymbols_linux.h.

◆ XSynchronize

using juce::X11Symbols::XSynchronize = int (*) (::Display*, Bool)

Definition at line 466 of file juce_XSymbols_linux.h.

◆ XTranslateCoordinates

using juce::X11Symbols::XTranslateCoordinates = Bool (*) (::Display*, ::Window, ::Window, int, int, int*, int*, ::Window*)

Definition at line 470 of file juce_XSymbols_linux.h.

◆ XUngrabPointer

using juce::X11Symbols::XUngrabPointer = void (*) (::Display*, ::Time)

Definition at line 478 of file juce_XSymbols_linux.h.

◆ XUngrabServer

using juce::X11Symbols::XUngrabServer = int (*) (::Display*)

Definition at line 482 of file juce_XSymbols_linux.h.

◆ XUnlockDisplay

using juce::X11Symbols::XUnlockDisplay = void (*) (::Display*)

Definition at line 486 of file juce_XSymbols_linux.h.

◆ XUnmapWindow

using juce::X11Symbols::XUnmapWindow = void (*) (::Display*, ::Window)

Definition at line 490 of file juce_XSymbols_linux.h.

◆ Xutf8TextListToTextProperty

using juce::X11Symbols::Xutf8TextListToTextProperty = int (*) (::Display*, char**, int, XICCEncodingStyle, XTextProperty*)

Definition at line 458 of file juce_XSymbols_linux.h.

◆ XWarpPointer

using juce::X11Symbols::XWarpPointer = void (*) (::Display*, ::Window, ::Window, int, int, unsigned int, unsigned int, int, int)

Definition at line 494 of file juce_XSymbols_linux.h.

Member Function Documentation

◆ loadAllSymbols()

bool juce::X11Symbols::loadAllSymbols ( )

Definition at line 78 of file juce_XSymbols_linux.cpp.

Member Data Documentation

◆ xAllocClassHint

XAllocClassHint juce::X11Symbols::xAllocClassHint

Definition at line 54 of file juce_XSymbols_linux.h.

◆ xAllocSizeHints

XAllocSizeHints juce::X11Symbols::xAllocSizeHints

Definition at line 58 of file juce_XSymbols_linux.h.

◆ xAllocWMHints

XAllocWMHints juce::X11Symbols::xAllocWMHints

Definition at line 62 of file juce_XSymbols_linux.h.

◆ xBitmapBitOrder

XBitmapBitOrder juce::X11Symbols::xBitmapBitOrder

Definition at line 66 of file juce_XSymbols_linux.h.

◆ xBitmapUnit

XBitmapUnit juce::X11Symbols::xBitmapUnit

Definition at line 70 of file juce_XSymbols_linux.h.

◆ xChangeActivePointerGrab

XChangeActivePointerGrab juce::X11Symbols::xChangeActivePointerGrab

Definition at line 74 of file juce_XSymbols_linux.h.

◆ xChangeProperty

XChangeProperty juce::X11Symbols::xChangeProperty

Definition at line 78 of file juce_XSymbols_linux.h.

◆ xCheckTypedWindowEvent

XCheckTypedWindowEvent juce::X11Symbols::xCheckTypedWindowEvent

Definition at line 82 of file juce_XSymbols_linux.h.

◆ xCheckWindowEvent

XCheckWindowEvent juce::X11Symbols::xCheckWindowEvent

Definition at line 86 of file juce_XSymbols_linux.h.

◆ xClearArea

XClearArea juce::X11Symbols::xClearArea

Definition at line 90 of file juce_XSymbols_linux.h.

◆ xCloseDisplay

XCloseDisplay juce::X11Symbols::xCloseDisplay

Definition at line 94 of file juce_XSymbols_linux.h.

◆ xConnectionNumber

XConnectionNumber juce::X11Symbols::xConnectionNumber

Definition at line 98 of file juce_XSymbols_linux.h.

◆ xConvertSelection

XConvertSelection juce::X11Symbols::xConvertSelection

Definition at line 102 of file juce_XSymbols_linux.h.

◆ xCreateColormap

XCreateColormap juce::X11Symbols::xCreateColormap

Definition at line 106 of file juce_XSymbols_linux.h.

◆ xCreateFontCursor

XCreateFontCursor juce::X11Symbols::xCreateFontCursor

Definition at line 110 of file juce_XSymbols_linux.h.

◆ xCreateGC

XCreateGC juce::X11Symbols::xCreateGC

Definition at line 114 of file juce_XSymbols_linux.h.

◆ xCreateImage

XCreateImage juce::X11Symbols::xCreateImage

Definition at line 118 of file juce_XSymbols_linux.h.

◆ xCreatePixmap

XCreatePixmap juce::X11Symbols::xCreatePixmap

Definition at line 122 of file juce_XSymbols_linux.h.

◆ xCreatePixmapCursor

XCreatePixmapCursor juce::X11Symbols::xCreatePixmapCursor

Definition at line 126 of file juce_XSymbols_linux.h.

◆ xCreatePixmapFromBitmapData

XCreatePixmapFromBitmapData juce::X11Symbols::xCreatePixmapFromBitmapData

Definition at line 130 of file juce_XSymbols_linux.h.

◆ xCreateWindow

XCreateWindow juce::X11Symbols::xCreateWindow

Definition at line 134 of file juce_XSymbols_linux.h.

◆ xDefaultRootWindow

XDefaultRootWindow juce::X11Symbols::xDefaultRootWindow

Definition at line 138 of file juce_XSymbols_linux.h.

◆ xDefaultScreen

XDefaultScreen juce::X11Symbols::xDefaultScreen

Definition at line 142 of file juce_XSymbols_linux.h.

◆ xDefaultScreenOfDisplay

XDefaultScreenOfDisplay juce::X11Symbols::xDefaultScreenOfDisplay

Definition at line 146 of file juce_XSymbols_linux.h.

◆ xDefaultVisual

XDefaultVisual juce::X11Symbols::xDefaultVisual

Definition at line 150 of file juce_XSymbols_linux.h.

◆ xDefineCursor

XDefineCursor juce::X11Symbols::xDefineCursor

Definition at line 154 of file juce_XSymbols_linux.h.

◆ xDeleteContext

XDeleteContext juce::X11Symbols::xDeleteContext

Definition at line 158 of file juce_XSymbols_linux.h.

◆ xDeleteProperty

XDeleteProperty juce::X11Symbols::xDeleteProperty

Definition at line 162 of file juce_XSymbols_linux.h.

◆ xDestroyImage

XDestroyImage juce::X11Symbols::xDestroyImage

Definition at line 166 of file juce_XSymbols_linux.h.

◆ xDestroyWindow

XDestroyWindow juce::X11Symbols::xDestroyWindow

Definition at line 170 of file juce_XSymbols_linux.h.

◆ xDisplayHeight

XDisplayHeight juce::X11Symbols::xDisplayHeight

Definition at line 174 of file juce_XSymbols_linux.h.

◆ xDisplayHeightMM

XDisplayHeightMM juce::X11Symbols::xDisplayHeightMM

Definition at line 178 of file juce_XSymbols_linux.h.

◆ xDisplayWidth

XDisplayWidth juce::X11Symbols::xDisplayWidth

Definition at line 182 of file juce_XSymbols_linux.h.

◆ xDisplayWidthMM

XDisplayWidthMM juce::X11Symbols::xDisplayWidthMM

Definition at line 186 of file juce_XSymbols_linux.h.

◆ xEventsQueued

XEventsQueued juce::X11Symbols::xEventsQueued

Definition at line 190 of file juce_XSymbols_linux.h.

◆ xFindContext

XFindContext juce::X11Symbols::xFindContext

Definition at line 194 of file juce_XSymbols_linux.h.

◆ xFlush

XFlush juce::X11Symbols::xFlush

Definition at line 198 of file juce_XSymbols_linux.h.

◆ xFree

XFree juce::X11Symbols::xFree

Definition at line 202 of file juce_XSymbols_linux.h.

◆ xFreeColormap

XFreeColormap juce::X11Symbols::xFreeColormap

Definition at line 210 of file juce_XSymbols_linux.h.

◆ xFreeCursor

XFreeCursor juce::X11Symbols::xFreeCursor

Definition at line 206 of file juce_XSymbols_linux.h.

◆ xFreeGC

XFreeGC juce::X11Symbols::xFreeGC

Definition at line 214 of file juce_XSymbols_linux.h.

◆ xFreeModifiermap

XFreeModifiermap juce::X11Symbols::xFreeModifiermap

Definition at line 218 of file juce_XSymbols_linux.h.

◆ xFreePixmap

XFreePixmap juce::X11Symbols::xFreePixmap

Definition at line 222 of file juce_XSymbols_linux.h.

◆ xGetAtomName

XGetAtomName juce::X11Symbols::xGetAtomName

Definition at line 226 of file juce_XSymbols_linux.h.

◆ xGetErrorDatabaseText

XGetErrorDatabaseText juce::X11Symbols::xGetErrorDatabaseText

Definition at line 230 of file juce_XSymbols_linux.h.

◆ xGetErrorText

XGetErrorText juce::X11Symbols::xGetErrorText

Definition at line 234 of file juce_XSymbols_linux.h.

◆ xGetGeometry

XGetGeometry juce::X11Symbols::xGetGeometry

Definition at line 238 of file juce_XSymbols_linux.h.

◆ xGetImage

XGetImage juce::X11Symbols::xGetImage

Definition at line 242 of file juce_XSymbols_linux.h.

◆ xGetInputFocus

XGetInputFocus juce::X11Symbols::xGetInputFocus

Definition at line 246 of file juce_XSymbols_linux.h.

◆ xGetModifierMapping

XGetModifierMapping juce::X11Symbols::xGetModifierMapping

Definition at line 250 of file juce_XSymbols_linux.h.

◆ xGetPointerMapping

XGetPointerMapping juce::X11Symbols::xGetPointerMapping

Definition at line 254 of file juce_XSymbols_linux.h.

◆ xGetSelectionOwner

XGetSelectionOwner juce::X11Symbols::xGetSelectionOwner

Definition at line 258 of file juce_XSymbols_linux.h.

◆ xGetVisualInfo

XGetVisualInfo juce::X11Symbols::xGetVisualInfo

Definition at line 262 of file juce_XSymbols_linux.h.

◆ xGetWindowAttributes

XGetWindowAttributes juce::X11Symbols::xGetWindowAttributes

Definition at line 270 of file juce_XSymbols_linux.h.

◆ xGetWindowProperty

XGetWindowProperty juce::X11Symbols::xGetWindowProperty

Definition at line 274 of file juce_XSymbols_linux.h.

◆ xGetWMHints

XGetWMHints juce::X11Symbols::xGetWMHints

Definition at line 266 of file juce_XSymbols_linux.h.

◆ xGrabPointer

XGrabPointer juce::X11Symbols::xGrabPointer

Definition at line 278 of file juce_XSymbols_linux.h.

◆ xGrabServer

XGrabServer juce::X11Symbols::xGrabServer

Definition at line 282 of file juce_XSymbols_linux.h.

◆ xImageByteOrder

XImageByteOrder juce::X11Symbols::xImageByteOrder

Definition at line 286 of file juce_XSymbols_linux.h.

◆ xInitImage

XInitImage juce::X11Symbols::xInitImage

Definition at line 290 of file juce_XSymbols_linux.h.

◆ xInitThreads

XInitThreads juce::X11Symbols::xInitThreads

Definition at line 294 of file juce_XSymbols_linux.h.

◆ xInstallColormap

XInstallColormap juce::X11Symbols::xInstallColormap

Definition at line 298 of file juce_XSymbols_linux.h.

◆ xInternAtom

XInternAtom juce::X11Symbols::xInternAtom

Definition at line 302 of file juce_XSymbols_linux.h.

◆ xkbKeycodeToKeysym

XkbKeycodeToKeysym juce::X11Symbols::xkbKeycodeToKeysym

Definition at line 306 of file juce_XSymbols_linux.h.

◆ xKeysymToKeycode

XKeysymToKeycode juce::X11Symbols::xKeysymToKeycode

Definition at line 310 of file juce_XSymbols_linux.h.

◆ xListProperties

XListProperties juce::X11Symbols::xListProperties

Definition at line 314 of file juce_XSymbols_linux.h.

◆ xLockDisplay

XLockDisplay juce::X11Symbols::xLockDisplay

Definition at line 318 of file juce_XSymbols_linux.h.

◆ xLookupString

XLookupString juce::X11Symbols::xLookupString

Definition at line 322 of file juce_XSymbols_linux.h.

◆ xMapRaised

XMapRaised juce::X11Symbols::xMapRaised

Definition at line 326 of file juce_XSymbols_linux.h.

◆ xMapWindow

XMapWindow juce::X11Symbols::xMapWindow

Definition at line 330 of file juce_XSymbols_linux.h.

◆ xMoveResizeWindow

XMoveResizeWindow juce::X11Symbols::xMoveResizeWindow

Definition at line 334 of file juce_XSymbols_linux.h.

◆ xNextEvent

XNextEvent juce::X11Symbols::xNextEvent

Definition at line 338 of file juce_XSymbols_linux.h.

◆ xOpenDisplay

XOpenDisplay juce::X11Symbols::xOpenDisplay

Definition at line 342 of file juce_XSymbols_linux.h.

◆ xPeekEvent

XPeekEvent juce::X11Symbols::xPeekEvent

Definition at line 346 of file juce_XSymbols_linux.h.

◆ xPending

XPending juce::X11Symbols::xPending

Definition at line 350 of file juce_XSymbols_linux.h.

◆ xPutImage

XPutImage juce::X11Symbols::xPutImage

Definition at line 354 of file juce_XSymbols_linux.h.

◆ xPutPixel

XPutPixel juce::X11Symbols::xPutPixel

Definition at line 358 of file juce_XSymbols_linux.h.

◆ xQueryBestCursor

XQueryBestCursor juce::X11Symbols::xQueryBestCursor

Definition at line 362 of file juce_XSymbols_linux.h.

◆ xQueryExtension

XQueryExtension juce::X11Symbols::xQueryExtension

Definition at line 366 of file juce_XSymbols_linux.h.

◆ xQueryPointer

XQueryPointer juce::X11Symbols::xQueryPointer

Definition at line 370 of file juce_XSymbols_linux.h.

◆ xQueryTree

XQueryTree juce::X11Symbols::xQueryTree

Definition at line 374 of file juce_XSymbols_linux.h.

◆ xRefreshKeyboardMapping

XRefreshKeyboardMapping juce::X11Symbols::xRefreshKeyboardMapping

Definition at line 378 of file juce_XSymbols_linux.h.

◆ xReparentWindow

XReparentWindow juce::X11Symbols::xReparentWindow

Definition at line 382 of file juce_XSymbols_linux.h.

◆ xResizeWindow

XResizeWindow juce::X11Symbols::xResizeWindow

Definition at line 386 of file juce_XSymbols_linux.h.

◆ xRestackWindows

XRestackWindows juce::X11Symbols::xRestackWindows

Definition at line 390 of file juce_XSymbols_linux.h.

◆ xrmUniqueQuark

XrmUniqueQuark juce::X11Symbols::xrmUniqueQuark

Definition at line 474 of file juce_XSymbols_linux.h.

◆ xRootWindow

XRootWindow juce::X11Symbols::xRootWindow

Definition at line 394 of file juce_XSymbols_linux.h.

◆ xSaveContext

XSaveContext juce::X11Symbols::xSaveContext

Definition at line 398 of file juce_XSymbols_linux.h.

◆ xScreenCount

XScreenCount juce::X11Symbols::xScreenCount

Definition at line 402 of file juce_XSymbols_linux.h.

◆ xScreenNumberOfScreen

XScreenNumberOfScreen juce::X11Symbols::xScreenNumberOfScreen

Definition at line 406 of file juce_XSymbols_linux.h.

◆ xSelectInput

XSelectInput juce::X11Symbols::xSelectInput

Definition at line 410 of file juce_XSymbols_linux.h.

◆ xSendEvent

XSendEvent juce::X11Symbols::xSendEvent

Definition at line 414 of file juce_XSymbols_linux.h.

◆ xSetClassHint

XSetClassHint juce::X11Symbols::xSetClassHint

Definition at line 418 of file juce_XSymbols_linux.h.

◆ xSetErrorHandler

XSetErrorHandler juce::X11Symbols::xSetErrorHandler

Definition at line 422 of file juce_XSymbols_linux.h.

◆ xSetInputFocus

XSetInputFocus juce::X11Symbols::xSetInputFocus

Definition at line 430 of file juce_XSymbols_linux.h.

◆ xSetIOErrorHandler

XSetIOErrorHandler juce::X11Symbols::xSetIOErrorHandler

Definition at line 426 of file juce_XSymbols_linux.h.

◆ xSetSelectionOwner

XSetSelectionOwner juce::X11Symbols::xSetSelectionOwner

Definition at line 434 of file juce_XSymbols_linux.h.

◆ xSetWMHints

XSetWMHints juce::X11Symbols::xSetWMHints

Definition at line 438 of file juce_XSymbols_linux.h.

◆ xSetWMIconName

XSetWMIconName juce::X11Symbols::xSetWMIconName

Definition at line 442 of file juce_XSymbols_linux.h.

◆ xSetWMName

XSetWMName juce::X11Symbols::xSetWMName

Definition at line 446 of file juce_XSymbols_linux.h.

◆ xSetWMNormalHints

XSetWMNormalHints juce::X11Symbols::xSetWMNormalHints

Definition at line 450 of file juce_XSymbols_linux.h.

◆ xStringListToTextProperty

XStringListToTextProperty juce::X11Symbols::xStringListToTextProperty

Definition at line 454 of file juce_XSymbols_linux.h.

◆ xSync

XSync juce::X11Symbols::xSync

Definition at line 462 of file juce_XSymbols_linux.h.

◆ xSynchronize

XSynchronize juce::X11Symbols::xSynchronize

Definition at line 466 of file juce_XSymbols_linux.h.

◆ xTranslateCoordinates

XTranslateCoordinates juce::X11Symbols::xTranslateCoordinates

Definition at line 470 of file juce_XSymbols_linux.h.

◆ xUngrabPointer

XUngrabPointer juce::X11Symbols::xUngrabPointer

Definition at line 478 of file juce_XSymbols_linux.h.

◆ xUngrabServer

XUngrabServer juce::X11Symbols::xUngrabServer

Definition at line 482 of file juce_XSymbols_linux.h.

◆ xUnlockDisplay

XUnlockDisplay juce::X11Symbols::xUnlockDisplay

Definition at line 486 of file juce_XSymbols_linux.h.

◆ xUnmapWindow

XUnmapWindow juce::X11Symbols::xUnmapWindow

Definition at line 490 of file juce_XSymbols_linux.h.

◆ xutf8TextListToTextProperty

Xutf8TextListToTextProperty juce::X11Symbols::xutf8TextListToTextProperty

Definition at line 458 of file juce_XSymbols_linux.h.

◆ xWarpPointer

XWarpPointer juce::X11Symbols::xWarpPointer

Definition at line 494 of file juce_XSymbols_linux.h.


The documentation for this class was generated from the following files: