LibreOffice Module vcl (master)
1
|
#include <saldisp.hxx>
Public Member Functions | |
SalXLib () | |
virtual | ~SalXLib () |
virtual void | Init () |
virtual bool | Yield (bool bWait, bool bHandleAllCurrentEvents) |
virtual void | Wakeup () |
void | TriggerUserEventProcessing () |
virtual void | Insert (int fd, void *data, YieldFunc pending, YieldFunc queued, YieldFunc handle) |
virtual void | Remove (int fd) |
virtual void | StartTimer (sal_uInt64 nMS) |
virtual void | StopTimer () |
virtual bool | CheckTimeout (bool bExecuteTimers=true) |
SalI18N_InputMethod * | GetInputMethod () const |
Display * | GetDisplay () const |
Protected Attributes | |
timeval | m_aTimeout |
sal_uLong | m_nTimeoutMS |
int | m_pTimeoutFDS [2] |
int | nFDs_ |
fd_set | aReadFDS_ |
fd_set | aExceptionFDS_ |
Display * | m_pDisplay |
std::unique_ptr< SalI18N_InputMethod > | m_pInputMethod |
Definition at line 165 of file saldisp.hxx.
SalXLib::SalXLib | ( | ) |
|
virtual |
|
virtual |
|
inline |
Definition at line 200 of file saldisp.hxx.
References m_pDisplay.
|
inline |
Definition at line 199 of file saldisp.hxx.
Referenced by SalDisplay::GetInputMethod().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
void SalXLib::TriggerUserEventProcessing | ( | ) |
|
virtual |
|
virtual |
|
protected |
Definition at line 174 of file saldisp.hxx.
|
protected |
Definition at line 173 of file saldisp.hxx.
|
protected |
Definition at line 168 of file saldisp.hxx.
|
protected |
Definition at line 169 of file saldisp.hxx.
|
protected |
Definition at line 176 of file saldisp.hxx.
Referenced by GetDisplay().
|
protected |
Definition at line 177 of file saldisp.hxx.
|
protected |
Definition at line 170 of file saldisp.hxx.
|
protected |
Definition at line 172 of file saldisp.hxx.