LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
X11Common Class Reference

#include <salgdi.h>

Collaboration diagram for X11Common:
[legend]

Public Member Functions

 X11Common ()
 
const SalColormapGetColormap () const
 
const SalDisplayGetDisplay () const
 
const SalVisualGetVisual () const
 
DisplayGetXDisplay () const
 
Drawable GetDrawable () const
 

Public Attributes

Drawable m_hDrawable
 
const SalColormapm_pColormap
 

Detailed Description

Definition at line 66 of file unx/salgdi.h.

Constructor & Destructor Documentation

◆ X11Common()

X11Common::X11Common ( )

Member Function Documentation

◆ GetColormap()

const SalColormap & X11Common::GetColormap ( ) const
inline

Definition at line 74 of file unx/salgdi.h.

References m_pColormap.

Referenced by GetDisplay(), GetVisual(), and GetXDisplay().

◆ GetDisplay()

const SalDisplay * X11Common::GetDisplay ( ) const
inline

Definition at line 75 of file unx/salgdi.h.

References GetColormap(), and SalColormap::GetDisplay().

Referenced by X11SalGraphics::GetDisplay().

◆ GetDrawable()

Drawable X11Common::GetDrawable ( ) const
inline

Definition at line 78 of file unx/salgdi.h.

References m_hDrawable.

Referenced by X11SalGraphics::GetDrawable().

◆ GetVisual()

const SalVisual & X11Common::GetVisual ( ) const
inline

Definition at line 76 of file unx/salgdi.h.

References GetColormap(), and SalColormap::GetVisual().

Referenced by X11SalGraphics::GetVisual().

◆ GetXDisplay()

Display * X11Common::GetXDisplay ( ) const
inline

Definition at line 77 of file unx/salgdi.h.

References GetColormap(), and SalColormap::GetXDisplay().

Referenced by X11SalGraphics::GetXDisplay().

Member Data Documentation

◆ m_hDrawable

Drawable X11Common::m_hDrawable

Definition at line 69 of file unx/salgdi.h.

Referenced by GetDrawable().

◆ m_pColormap

const SalColormap* X11Common::m_pColormap

Definition at line 70 of file unx/salgdi.h.

Referenced by GetColormap().


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