|
LibreOffice Module vcl (master) 1
|
#include <vcl/dllapi.h>#include <vcl/outdev.hxx>#include <vcl/vclptr.hxx>#include <vcl/vclenum.hxx>#include <o3tl/typed_flags_set.hxx>Go to the source code of this file.
Classes | |
| struct | o3tl::typed_flags< DrawSymbolFlags > |
| struct | o3tl::typed_flags< DrawButtonFlags > |
| class | DecorationView |
Namespaces | |
| namespace | tools |
| namespace | o3tl |
Enumerations | |
| enum class | DrawSymbolFlags { NONE = 0x0000 , Mono = 0x0001 , Disable = 0x0002 } |
| enum class | DrawHighlightFrameStyle { In = 1 , Out = 2 } |
| enum class | DrawButtonFlags { NONE = 0x0000 , Default = 0x0001 , NoLightBorder = 0x0002 , Pressed = 0x0004 , Checked = 0x0008 , DontKnow = 0x0010 , Mono = 0x0020 , Disabled = 0x0040 , Highlight = 0x0100 , Flat = 0x0200 , NoLeftLightBorder = 0x1000 } |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| Default | |
| NoLightBorder | |
| Pressed | |
| Checked | |
| DontKnow | |
| Mono | |
| Disabled | |
| Highlight | |
| Flat | |
| NoLeftLightBorder | |
Definition at line 53 of file decoview.hxx.
|
strong |
| Enumerator | |
|---|---|
| In | |
| Out | |
Definition at line 46 of file decoview.hxx.
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| Mono | |
| Disable | |
Definition at line 34 of file decoview.hxx.