LibreOffice Module vcl (master)
1
|
#include <salsys.hxx>
Public Member Functions | |
SalSystem () | |
virtual | ~SalSystem () |
virtual unsigned int | GetDisplayScreenCount ()=0 |
virtual bool | IsUnifiedDisplay () |
virtual unsigned int | GetDisplayBuiltInScreen () |
virtual tools::Rectangle | GetDisplayScreenPosSizePixel (unsigned int nScreen)=0 |
virtual int | ShowNativeMessageBox (const OUString &rTitle, const OUString &rMessage)=0 |
Definition at line 30 of file salsys.hxx.
|
inline |
Definition at line 33 of file salsys.hxx.
|
virtual |
Definition at line 155 of file salvtables.cxx.
|
inlinevirtual |
Reimplemented in WinSalSystem, X11SalSystem, and GtkSalSystem.
Definition at line 56 of file salsys.hxx.
Referenced by Application::GetDisplayBuiltInScreen().
|
pure virtual |
Implemented in SvpSalSystem, WinSalSystem, AquaSalSystem, X11SalSystem, GtkSalSystem, and Qt5System.
Referenced by Application::GetScreenCount().
|
pure virtual |
Implemented in SvpSalSystem, WinSalSystem, AquaSalSystem, X11SalSystem, GtkSalSystem, and Qt5System.
Referenced by Application::GetScreenPosSizePixel().
|
inlinevirtual |
Reimplemented in X11SalSystem, and GtkSalSystem.
Definition at line 49 of file salsys.hxx.
Referenced by Application::IsUnifiedDisplay().
|
pure virtual |
Implemented in WinSalSystem, AquaSalSystem, and SalGenericSystem.
Referenced by Application::ShowNativeErrorBox().