Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfwl_listbox.h File Reference

(0ccf980226462398d5097987466bcffd8236e1e9)

#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"
Include dependency graph for cfwl_listbox.h:
This graph shows which files directly or indirectly include this file:

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)

Macro Definition Documentation

◆ FWL_STYLEEXT_LTB_AlignMask

#define FWL_STYLEEXT_LTB_AlignMask   (3L << 4)

Definition at line 26 of file cfwl_listbox.h.

◆ FWL_STYLEEXT_LTB_CenterAlign

#define FWL_STYLEEXT_LTB_CenterAlign   (1L << 4)

Definition at line 24 of file cfwl_listbox.h.

◆ FWL_STYLEEXT_LTB_LeftAlign

#define FWL_STYLEEXT_LTB_LeftAlign   (0L << 4)

Definition at line 23 of file cfwl_listbox.h.

◆ FWL_STYLEEXT_LTB_MultiSelection

#define FWL_STYLEEXT_LTB_MultiSelection   (1L << 0)

Definition at line 22 of file cfwl_listbox.h.

◆ FWL_STYLEEXT_LTB_RightAlign

#define FWL_STYLEEXT_LTB_RightAlign   (2L << 4)

Definition at line 25 of file cfwl_listbox.h.

◆ FWL_STYLEEXT_LTB_ShowScrollBarFocus

#define FWL_STYLEEXT_LTB_ShowScrollBarFocus   (1L << 10)

Definition at line 27 of file cfwl_listbox.h.