![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cpdf_contentmarkitem.h>
Public Types | |
| enum | ParamType { kNone , kPropertiesDict , kDirectDict } |
Public Member Functions | |
| const ByteString & | GetName () const |
| ParamType | GetParamType () const |
| RetainPtr< const CPDF_Dictionary > | GetParam () const |
| RetainPtr< CPDF_Dictionary > | GetParam () |
| const ByteString & | GetPropertyName () const |
| void | SetDirectDict (RetainPtr< CPDF_Dictionary > pDict) |
| void | SetPropertiesHolder (RetainPtr< CPDF_Dictionary > pHolder, const ByteString &property_name) |
| Public Member Functions inherited from fxcrt::Retainable | |
| Retainable ()=default | |
| bool | HasOneRef () const |
Public Attributes | |
| CONSTRUCT_VIA_MAKE_RETAIN | |
Private Member Functions | |
| ~CPDF_ContentMarkItem () override | |
Additional Inherited Members | |
| Protected Member Functions inherited from fxcrt::Retainable | |
| virtual | ~Retainable ()=default |
Definition at line 15 of file cpdf_contentmarkitem.h.
| Enumerator | |
|---|---|
| kNone | |
| kPropertiesDict | |
| kDirectDict | |
Definition at line 17 of file cpdf_contentmarkitem.h.
|
overrideprivatedefault |
|
inline |
Definition at line 21 of file cpdf_contentmarkitem.h.
Referenced by CPDF_OCContext::CheckPageObjectVisible().
| RetainPtr< CPDF_Dictionary > CPDF_ContentMarkItem::GetParam | ( | ) |
Definition at line 29 of file cpdf_contentmarkitem.cpp.
| RetainPtr< const CPDF_Dictionary > CPDF_ContentMarkItem::GetParam | ( | ) | const |
Definition at line 18 of file cpdf_contentmarkitem.cpp.
References kNone.
Referenced by CPDF_OCContext::CheckPageObjectVisible().
|
inline |
Definition at line 22 of file cpdf_contentmarkitem.h.
Referenced by CPDF_OCContext::CheckPageObjectVisible().
|
inline |
Definition at line 25 of file cpdf_contentmarkitem.h.
| void CPDF_ContentMarkItem::SetDirectDict | ( | RetainPtr< CPDF_Dictionary > | pDict | ) |
Definition at line 34 of file cpdf_contentmarkitem.cpp.
References kDirectDict.
| void CPDF_ContentMarkItem::SetPropertiesHolder | ( | RetainPtr< CPDF_Dictionary > | pHolder, |
| const ByteString & | property_name ) |
Definition at line 39 of file cpdf_contentmarkitem.cpp.
References kPropertiesDict.
| CPDF_ContentMarkItem::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 19 of file cpdf_contentmarkitem.h.