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

(5a424f4a7b188b75da63eb697f63558af0b17f6f)

#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  CFWL_ListBox
 
class  CFWL_ListBox::Item
 

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 24 of file cfwl_listbox.h.

◆ FWL_STYLEEXT_LTB_CenterAlign

#define FWL_STYLEEXT_LTB_CenterAlign   (1L << 4)

Definition at line 22 of file cfwl_listbox.h.

◆ FWL_STYLEEXT_LTB_LeftAlign

#define FWL_STYLEEXT_LTB_LeftAlign   (0L << 4)

Definition at line 21 of file cfwl_listbox.h.

◆ FWL_STYLEEXT_LTB_MultiSelection

#define FWL_STYLEEXT_LTB_MultiSelection   (1L << 0)

Definition at line 20 of file cfwl_listbox.h.

◆ FWL_STYLEEXT_LTB_RightAlign

#define FWL_STYLEEXT_LTB_RightAlign   (2L << 4)

Definition at line 23 of file cfwl_listbox.h.

◆ FWL_STYLEEXT_LTB_ShowScrollBarFocus

#define FWL_STYLEEXT_LTB_ShowScrollBarFocus   (1L << 10)

Definition at line 25 of file cfwl_listbox.h.