LibreOffice Module vcl (master) 1
|
#include <salgdi.h>
Public Member Functions | |
X11Common () | |
const SalColormap & | GetColormap () const |
const SalDisplay * | GetDisplay () const |
const SalVisual & | GetVisual () const |
Display * | GetXDisplay () const |
Drawable | GetDrawable () const |
Public Attributes | |
Drawable | m_hDrawable |
const SalColormap * | m_pColormap |
Definition at line 66 of file unx/salgdi.h.
X11Common::X11Common | ( | ) |
|
inline |
Definition at line 74 of file unx/salgdi.h.
References m_pColormap.
Referenced by GetDisplay(), GetVisual(), and GetXDisplay().
|
inline |
Definition at line 75 of file unx/salgdi.h.
References GetColormap(), and SalColormap::GetDisplay().
Referenced by X11SalGraphics::GetDisplay().
|
inline |
Definition at line 78 of file unx/salgdi.h.
References m_hDrawable.
Referenced by X11SalGraphics::GetDrawable().
|
inline |
Definition at line 76 of file unx/salgdi.h.
References GetColormap(), and SalColormap::GetVisual().
Referenced by X11SalGraphics::GetVisual().
|
inline |
Definition at line 77 of file unx/salgdi.h.
References GetColormap(), and SalColormap::GetXDisplay().
Referenced by X11SalGraphics::GetXDisplay().
Drawable X11Common::m_hDrawable |
Definition at line 69 of file unx/salgdi.h.
Referenced by GetDrawable().
const SalColormap* X11Common::m_pColormap |
Definition at line 70 of file unx/salgdi.h.
Referenced by GetColormap().