#include <vcl/dllapi.h>
#include <deque>
#include <memory>
#include <vector>
#include <vcl/ctrl.hxx>
#include <vcl/quickselectionengine.hxx>
#include <vcl/image.hxx>
#include <tools/gen.hxx>
#include <tools/contnr.hxx>
#include <vcl/toolkit/treelist.hxx>
#include <vcl/transfer.hxx>
#include <o3tl/typed_flags_set.hxx>
Go to the source code of this file.
|
enum | SvButtonState {
SvButtonState::Unchecked,
SvButtonState::Checked,
SvButtonState::Tristate
} |
|
enum | SvLBoxTabFlags {
SvLBoxTabFlags::NONE = 0x0000,
SvLBoxTabFlags::DYNAMIC = 0x0001,
SvLBoxTabFlags::ADJUST_RIGHT = 0x0002,
SvLBoxTabFlags::ADJUST_LEFT = 0x0004,
SvLBoxTabFlags::ADJUST_CENTER = 0x0008,
SvLBoxTabFlags::SHOW_SELECTION = 0x0010,
SvLBoxTabFlags::EDITABLE = 0x0020,
SvLBoxTabFlags::FORCE = 0x0040
} |
|
enum | SvTreeFlags {
SvTreeFlags::CHKBTN = 0x01,
SvTreeFlags::USESEL = 0x02,
SvTreeFlags::MANINS = 0x04,
SvTreeFlags::RECALCTABS = 0x08,
SvTreeFlags::FIXEDHEIGHT = 0x10
} |
|
enum | SvLBoxItemType {
SvLBoxItemType::String,
SvLBoxItemType::Button,
SvLBoxItemType::ContextBmp
} |
|
enum | DragDropMode {
DragDropMode::NONE = 0x0000,
DragDropMode::CTRL_MOVE = 0x0001,
DragDropMode::APP_COPY = 0x0004,
DragDropMode::ENABLE_TOP = 0x0010,
DragDropMode::ALL = 0x0015
} |
|
enum | SvTreeListBoxFlags {
SvTreeListBoxFlags::NONE = 0x0000,
SvTreeListBoxFlags::IN_EDT = 0x0001,
SvTreeListBoxFlags::EDT_ENABLED = 0x0002,
SvTreeListBoxFlags::TARGEMPH_VIS = 0x0004,
SvTreeListBoxFlags::EDTEND_CALLED = 0x0008
} |
|
#define SV_ENTRYHEIGHTOFFS_PIXEL 2 |
Enumerator |
---|
NONE |
|
CTRL_MOVE |
|
APP_COPY |
|
ENABLE_TOP |
|
ALL |
|
Definition at line 146 of file treelistbox.hxx.
Enumerator |
---|
NONE |
|
DYNAMIC |
|
ADJUST_RIGHT |
|
ADJUST_LEFT |
|
ADJUST_CENTER |
|
SHOW_SELECTION |
|
EDITABLE |
|
FORCE |
|
Definition at line 62 of file treelistbox.hxx.
Enumerator |
---|
CHKBTN |
|
USESEL |
|
MANINS |
|
RECALCTABS |
|
FIXEDHEIGHT |
|
Definition at line 87 of file treelistbox.hxx.
Enumerator |
---|
NONE |
|
IN_EDT |
|
EDT_ENABLED |
|
TARGEMPH_VIS |
|
EDTEND_CALLED |
|
Definition at line 161 of file treelistbox.hxx.