LibreOffice Module vcl (master)
1
|
#include <memory>
#include <o3tl/safeint.hxx>
#include <sal/config.h>
#include <sal/log.hxx>
#include <vcl/layout.hxx>
#include <vcl/mnemonic.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/menu.hxx>
#include <vcl/event.hxx>
#include <vcl/syswin.hxx>
#include <vcl/taskpanelist.hxx>
#include <vcl/tabctrl.hxx>
#include <vcl/tabpage.hxx>
#include <vcl/virdev.hxx>
#include <rtl/strbuf.hxx>
#include <o3tl/string_view.hxx>
#include <accel.hxx>
#include <salframe.hxx>
#include <svdata.hxx>
#include <brdwin.hxx>
#include <window.h>
Go to the source code of this file.
Classes | |
class | SystemWindow::ImplData |
Functions | |
static void | ImplHandleControlAccelerator (const vcl::Window *pWindow, bool bShow) |
void | ImplWindowStateFromStr (WindowStateData &rData, std::string_view rStr) |
IMPL_LINK_NOARG (SystemWindow, ImplHandleLayoutTimerHdl, Timer *, void) | |
IMPL_LINK_NOARG | ( | SystemWindow | , |
ImplHandleLayoutTimerHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 1045 of file syswin.cxx.
References FirstChild, isLayoutEnabled(), SAL_WARN_IF, and Window.
|
static |
Definition at line 117 of file syswin.cxx.
References vcl::Window::GetText(), vcl::Window::ImplGetWindow(), vcl::Window::Invalidate(), Control::SetShowAccelerator(), and Update.
void ImplWindowStateFromStr | ( | WindowStateData & | rData, |
std::string_view | rStr | ||
) |
Definition at line 402 of file syswin.cxx.
References WindowStateData::GetHeight(), WindowStateData::GetMaximizedHeight(), WindowStateData::GetMaximizedWidth(), WindowStateData::GetMaximizedX(), WindowStateData::GetMaximizedY(), o3tl::getToken(), WindowStateData::GetWidth(), WindowStateData::GetX(), WindowStateData::GetY(), Height, MaximizedHeight, MaximizedWidth, MaximizedX, MaximizedY, nIndex, NONE, nState, WindowStateData::SetHeight(), WindowStateData::SetMask(), WindowStateData::SetMaximizedHeight(), WindowStateData::SetMaximizedWidth(), WindowStateData::SetMaximizedX(), WindowStateData::SetMaximizedY(), WindowStateData::SetState(), WindowStateData::SetWidth(), WindowStateData::SetX(), WindowStateData::SetY(), State, o3tl::toInt32(), Width, X, and Y.
Referenced by SystemWindow::SetWindowState().