|
LibreOffice Module vcl (master) 1
|
#include <memory>#include <vcl/dllapi.h>#include <tools/link.hxx>#include <vcl/image.hxx>#include <vcl/toolkit/treelistbox.hxx>#include <o3tl/typed_flags_set.hxx>Go to the source code of this file.
Classes | |
| struct | o3tl::typed_flags< SvItemStateFlags > |
| class | SvLBoxButtonData |
| class | SvLBoxString |
| class | SvLBoxButton |
| class | SvLBoxContextBmp |
Namespaces | |
| namespace | o3tl |
Enumerations | |
| enum class | SvBmp { UNCHECKED = 0 , CHECKED = 1 , TRISTATE = 2 , HIUNCHECKED = 3 , HICHECKED = 4 , HITRISTATE = 5 } |
| enum class | SvItemStateFlags { NONE = 0x00 , UNCHECKED = 0x01 , CHECKED = 0x02 , TRISTATE = 0x04 , HIGHLIGHTED = 0x08 } |
|
strong |
| Enumerator | |
|---|---|
| UNCHECKED | |
| CHECKED | |
| TRISTATE | |
| HIUNCHECKED | |
| HICHECKED | |
| HITRISTATE | |
Definition at line 37 of file svlbitm.hxx.
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| UNCHECKED | |
| CHECKED | |
| TRISTATE | |
| HIGHLIGHTED | |
Definition at line 47 of file svlbitm.hxx.