#include <x11_display.hpp>
Inheritance diagram for X11Display:
Public Types | |
typedef void(X11Display::* | MakePixelFunc_t )(uint8_t *pPixel, uint8_t r, uint8_t g, uint8_t b, uint8_t a) const |
Type of function to put RGBA values into a pixel. | |
Public Member Functions | |
Display * | getDisplay () const |
Get the display. | |
Visual * | getVisual () const |
Get the visual. | |
int | getPixelSize () const |
Get the pixel size. | |
GC | getGC () const |
Get the graphics context. | |
Colormap | getColormap () const |
Get the colormap. | |
MakePixelFunc_t | getBlendPixel () const |
Get a pointer on the right blendPixel implementation. | |
MakePixelFunc_t | getPutPixel () const |
Get a pointer on the right putPixel implementation. | |
unsigned long | getPixelValue (uint8_t r, uint8_t g, uint8_t b) const |
Get the pixel value corresponding to the given colors. | |
Window | getMainWindow () const |
Get the main window ID. |
Definition at line 40 of file x11_display.hpp.