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_themepart.h File Reference

(0ccf980226462398d5097987466bcffd8236e1e9)

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

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

Enumeration Type Documentation

◆ CFWL_PartState

enum class pdfium::CFWL_PartState : uint16_t
strong

Definition at line 22 of file cfwl_themepart.h.