LibreOffice Module vcl (master) 1
|
#include <saldata.hxx>
Classes | |
struct | XErrorStackEntry |
Public Member Functions | |
X11SalData () | |
virtual | ~X11SalData () override |
virtual void | Init () |
virtual void | Dispose () override |
void | DeleteDisplay () |
SalXLib * | GetLib () const |
virtual void | ErrorTrapPush () override |
virtual bool | ErrorTrapPop (bool bIgnoreError=true) override |
void | XError (Display *pDisp, XErrorEvent *pEvent) |
bool | HasXErrorOccurred () const |
void | ResetXErrorOccurred () |
void | PushXErrorLevel (bool bIgnore) |
void | PopXErrorLevel () |
Public Member Functions inherited from GenericUnixSalData | |
GenericUnixSalData () | |
virtual | ~GenericUnixSalData () override |
virtual void | Dispose () |
SalGenericDisplay * | GetDisplay () const |
void | SetDisplay (SalGenericDisplay *pDisp) |
const OUString & | GetHostname () |
OUString & | GetUnicodeCommand () |
FreetypeManager * | GetFreetypeManager () |
psp::PrintFontManager * | GetPrintFontManager () |
virtual void | ErrorTrapPush ()=0 |
virtual bool | ErrorTrapPop (bool bIgnoreError=true)=0 |
Public Member Functions inherited from SalData | |
SalData () | |
virtual | ~SalData () |
SalData () | |
~SalData () | |
NSCursor * | getCursor (PointerStyle i_eStyle) |
virtual | ~SalData () |
SalData () | |
~SalData () | |
void | initKeyCodeMap () |
bool | IsKnownMenuHandle (HMENU hMenu) |
Static Public Member Functions | |
static void | Timeout () |
Static Public Member Functions inherited from SalData | |
static void | ensureThreadAutoreleasePool () |
static void | ensureThreadAutoreleasePool () |
static NSStatusItem * | getStatusItem () |
static void | initNWF () |
static void | deInitNWF () |
Private Attributes | |
std::vector< XErrorStackEntry > | m_aXErrorHandlerStack |
XIOErrorHandler | m_aOrigXIOErrorHandler |
std::unique_ptr< SalXLib > | pXLib_ |
Definition at line 33 of file unx/saldata.hxx.
X11SalData::X11SalData | ( | ) |
|
overridevirtual |
void X11SalData::DeleteDisplay | ( | ) |
|
overridevirtual |
Reimplemented from GenericUnixSalData.
|
overridevirtual |
Implements GenericUnixSalData.
|
overridevirtual |
Implements GenericUnixSalData.
|
inline |
Definition at line 55 of file unx/saldata.hxx.
References pXLib_.
|
inline |
Definition at line 63 of file unx/saldata.hxx.
References m_aXErrorHandlerStack.
|
virtual |
void X11SalData::PopXErrorLevel | ( | ) |
void X11SalData::PushXErrorLevel | ( | bool | bIgnore | ) |
|
inline |
Definition at line 65 of file unx/saldata.hxx.
References m_aXErrorHandlerStack.
|
static |
void X11SalData::XError | ( | Display * | pDisp, |
XErrorEvent * | pEvent | ||
) |
|
private |
Definition at line 42 of file unx/saldata.hxx.
|
private |
Definition at line 41 of file unx/saldata.hxx.
Referenced by HasXErrorOccurred(), and ResetXErrorOccurred().
|
private |
Definition at line 44 of file unx/saldata.hxx.
Referenced by GetLib().