LibreOffice Module vcl (master) 1
|
Public Attributes | |
std::unique_ptr< ImplCalcToTopData > | mpNext |
VclPtr< vcl::Window > | mpWindow |
std::unique_ptr< vcl::Region > | mpInvalidateRegion |
Definition at line 42 of file stacking.cxx.
std::unique_ptr<vcl::Region> ImplCalcToTopData::mpInvalidateRegion |
Definition at line 46 of file stacking.cxx.
Referenced by vcl::Window::ImplStartToTop().
std::unique_ptr<ImplCalcToTopData> ImplCalcToTopData::mpNext |
Definition at line 44 of file stacking.cxx.
Referenced by vcl::Window::ImplCalcToTop(), and vcl::Window::ImplStartToTop().
VclPtr<vcl::Window> ImplCalcToTopData::mpWindow |
Definition at line 45 of file stacking.cxx.
Referenced by vcl::Window::ImplStartToTop().