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

(acbcf08a6dffdfe90a6eaf661fcd6923f0de2447)

#include <stdint.h>
+ Include dependency graph for annotation_flags.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  pdfium
 
namespace  pdfium::annotation_flags
 

Variables

constexpr uint32_t pdfium::annotation_flags::kInvisible = 1 << 0
 
constexpr uint32_t pdfium::annotation_flags::kHidden = 1 << 1
 
constexpr uint32_t pdfium::annotation_flags::kPrint = 1 << 2
 
constexpr uint32_t pdfium::annotation_flags::kNoZoom = 1 << 3
 
constexpr uint32_t pdfium::annotation_flags::kNoRotate = 1 << 4
 
constexpr uint32_t pdfium::annotation_flags::kNoView = 1 << 5
 
constexpr uint32_t pdfium::annotation_flags::kReadOnly = 1 << 6
 
constexpr uint32_t pdfium::annotation_flags::kLocked = 1 << 7
 
constexpr uint32_t pdfium::annotation_flags::kToggleNoView = 1 << 8
 
constexpr uint32_t pdfium::annotation_flags::kLockedContents = 1 << 9