![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>#include "core/fxcrt/fx_coordinates.h"#include "core/fxcrt/fx_memory.h"#include "core/fxcrt/mask.h"#include "core/fxcrt/unowned_ptr.h"#include "xfa/fwl/theme/cfwl_utils.h"Go to the source code of this file.
Classes | |
| class | pdfium::CFWL_ThemePart |
| class | CFWL_ThemePart |
Namespaces | |
| namespace | pdfium |
Enumerations | |
| enum class | pdfium::CFWL_PartState : uint16_t { pdfium::kNormal = 0 , pdfium::kChecked = 1 << 1 , pdfium::kDefault = 1 << 2 , pdfium::kDisabled = 1 << 3 , pdfium::kFlagged = 1 << 4 , pdfium::kFocused = 1 << 5 , pdfium::kHightLight = 1 << 6 , pdfium::kHovered = 1 << 7 , pdfium::kNeutral = 1 << 9 , pdfium::kPressed = 1 << 10 , pdfium::kReadOnly = 1 << 11 , pdfium::kLSelected = 1 << 12 , pdfium::kRSelected = 1 << 13 , pdfium::kSelected = 1 << 14 } |
| enum class | CFWL_PartState |
|
strong |
Definition at line 22 of file cfwl_themepart.h.