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 | |
tools | |
o3tl | |
Enumerations | |
enum | DrawSymbolFlags { DrawSymbolFlags::NONE = 0x0000, DrawSymbolFlags::Mono = 0x0001, DrawSymbolFlags::Disable = 0x0002 } |
enum | DrawHighlightFrameStyle { DrawHighlightFrameStyle::In = 1, DrawHighlightFrameStyle::Out = 2 } |
enum | DrawButtonFlags { DrawButtonFlags::NONE = 0x0000, DrawButtonFlags::Default = 0x0001, DrawButtonFlags::NoLightBorder = 0x0002, DrawButtonFlags::Pressed = 0x0004, DrawButtonFlags::Checked = 0x0008, DrawButtonFlags::DontKnow = 0x0010, DrawButtonFlags::Mono = 0x0020, DrawButtonFlags::Disabled = 0x0040, DrawButtonFlags::Highlight = 0x0100, DrawButtonFlags::Flat = 0x0200, DrawButtonFlags::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.