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
appearance.h
Go to the documentation of this file.
1// Copyright 2021 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CONSTANTS_APPEARANCE_H_
6#define CONSTANTS_APPEARANCE_H_
7
8namespace pdfium {
9namespace appearance {
10
11extern const char kR[];
12extern const char kBC[];
13extern const char kBG[];
14extern const char kCA[];
15extern const char kRC[];
16extern const char kAC[];
17extern const char kI[];
18extern const char kRI[];
19extern const char kIX[];
20
21} // namespace appearance
22} // namespace pdfium
23
24#endif // CONSTANTS_APPEARANCE_H_
const char kRC[]
const char kIX[]
const char kBC[]
const char kAC[]
const char kCA[]
const char kI[]
const char kBG[]
const char kR[]
const char kRI[]