|
LibreOffice Module svx (master) 1
|
#include <comphelper/lok.hxx>#include <osl/diagnose.h>#include <svx/sdrpaintwindow.hxx>#include <sdr/overlay/overlaymanagerbuffered.hxx>#include <svx/svdpntv.hxx>#include <vcl/gdimtf.hxx>#include <vcl/svapp.hxx>#include <vcl/settings.hxx>#include <vcl/window.hxx>#include <svtools/optionsdrawinglayer.hxx>#include <set>#include <vector>Go to the source code of this file.
Functions | |
| IMPL_LINK (CandidateMgr, WindowEventListener, VclWindowEvent &, rEvent, void) | |
| void | PaintTransparentChildren (vcl::Window const &rWindow, tools::Rectangle const &rPixelRect) |
| paint the transparent children of rWin that overlap rPixelRect (for example, transparent form controls like check boxes) More... | |
| IMPL_LINK | ( | CandidateMgr | , |
| WindowEventListener | , | ||
| VclWindowEvent & | , | ||
| rEvent | , | ||
| void | |||
| ) |
Definition at line 51 of file sdrpaintwindow.cxx.
| void CandidateMgr::PaintTransparentChildren | ( | vcl::Window const & | rWindow, |
| tools::Rectangle const & | rPixelRect | ||
| ) |
paint the transparent children of rWin that overlap rPixelRect (for example, transparent form controls like check boxes)
Definition at line 70 of file sdrpaintwindow.cxx.
References vcl::Window::IsChildTransparentModeEnabled().
Referenced by sdr::overlay::IMPL_LINK_NOARG().