LibreOffice Module vcl (master) 1
|
#include <vcl/dllapi.h>
#include <tools/color.hxx>
#include <vcl/toolkit/treelistbox.hxx>
#include <vcl/toolkit/treelistentries.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <optional>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< SvTLEntryFlags > |
class | SvTreeListEntry |
Namespaces | |
namespace | o3tl |
Enumerations | |
enum class | SvTLEntryFlags { NONE = 0x0000 , CHILDREN_ON_DEMAND = 0x0001 , DISABLE_DROP = 0x0002 , NO_NODEBMP = 0x0004 , IS_SEPARATOR = 0x0008 , HAD_CHILDREN = 0x0010 , SEMITRANSPARENT = 0x8000 } |
|
strong |
Enumerator | |
---|---|
NONE | |
CHILDREN_ON_DEMAND | |
DISABLE_DROP | |
NO_NODEBMP | |
IS_SEPARATOR | |
HAD_CHILDREN | |
SEMITRANSPARENT |
Definition at line 37 of file treelistentry.hxx.