![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <memory>#include <vector>#include "core/fxcrt/unowned_ptr.h"#include "xfa/fwl/cfwl_edit.h"#include "xfa/fwl/cfwl_event.h"#include "xfa/fwl/cfwl_listbox.h"#include "xfa/fwl/cfwl_widget.h"#include "xfa/fwl/fwl_widgetdef.h"Go to the source code of this file.
Classes | |
| class | pdfium::CFWL_ListBox |
| class | pdfium::CFWL_ListBox::Item |
| class | CFWL_ListBox |
Namespaces | |
| namespace | pdfium |
Macros | |
| #define | FWL_STYLEEXT_LTB_MultiSelection (1L << 0) |
| #define | FWL_STYLEEXT_LTB_LeftAlign (0L << 4) |
| #define | FWL_STYLEEXT_LTB_CenterAlign (1L << 4) |
| #define | FWL_STYLEEXT_LTB_RightAlign (2L << 4) |
| #define | FWL_STYLEEXT_LTB_AlignMask (3L << 4) |
| #define | FWL_STYLEEXT_LTB_ShowScrollBarFocus (1L << 10) |
| #define FWL_STYLEEXT_LTB_AlignMask (3L << 4) |
Definition at line 26 of file cfwl_listbox.h.
| #define FWL_STYLEEXT_LTB_CenterAlign (1L << 4) |
Definition at line 24 of file cfwl_listbox.h.
| #define FWL_STYLEEXT_LTB_LeftAlign (0L << 4) |
Definition at line 23 of file cfwl_listbox.h.
| #define FWL_STYLEEXT_LTB_MultiSelection (1L << 0) |
Definition at line 22 of file cfwl_listbox.h.
| #define FWL_STYLEEXT_LTB_RightAlign (2L << 4) |
Definition at line 25 of file cfwl_listbox.h.
| #define FWL_STYLEEXT_LTB_ShowScrollBarFocus (1L << 10) |
Definition at line 27 of file cfwl_listbox.h.