|
LibreOffice Module vcl (master) 1
|
#include <strings.hrc>#include <svdata.hxx>#include <brdwin.hxx>#include <window.h>#include <vcl/textrectinfo.hxx>#include <vcl/event.hxx>#include <vcl/decoview.hxx>#include <vcl/syswin.hxx>#include <vcl/dockwin.hxx>#include <vcl/toolkit/floatwin.hxx>#include <vcl/help.hxx>#include <vcl/toolkit/edit.hxx>#include <vcl/settings.hxx>#include <vcl/toolbox.hxx>#include <vcl/ptrstyle.hxx>Go to the source code of this file.
Namespaces | |
| namespace | vcl |
Macros | |
| #define | MIN_CAPTION_HEIGHT 18 |
Functions | |
| static void | ImplDrawBrdWinSymbol (vcl::RenderContext *pDev, const tools::Rectangle &rRect, SymbolType eSymbol) |
| static void | ImplDrawBrdWinSymbolButton (vcl::RenderContext *pDev, const tools::Rectangle &rRect, SymbolType eSymbol, DrawButtonFlags nState) |
| #define MIN_CAPTION_HEIGHT 18 |
Definition at line 40 of file brdwin.cxx.
|
static |
Definition at line 64 of file brdwin.cxx.
References DecorationView::DrawSymbol(), psp::eSymbol, StyleSettings::GetButtonTextColor(), OutputDevice::GetSettings(), AllSettings::GetStyleSettings(), and vcl::Window::ImplCalcSymbolRect().
Referenced by ImplDrawBrdWinSymbolButton().
|
static |
Definition at line 75 of file brdwin.cxx.
References tools::Rectangle::AdjustBottom(), tools::Rectangle::AdjustLeft(), tools::Rectangle::AdjustRight(), tools::Rectangle::AdjustTop(), DecorationView::DrawButton(), OutputDevice::DrawRect(), vcl::Window::DrawSelectionBackground(), psp::eSymbol, Flat, OutputDevice::GetOwnerWindow(), OutputDevice::GetSettings(), AllSettings::GetStyleSettings(), StyleSettings::GetWindowColor(), Highlight, ImplDrawBrdWinSymbol(), nState, Pressed, OutputDevice::SetFillColor(), and OutputDevice::SetLineColor().
Referenced by ImplStdBorderWindowView::DrawWindow().