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
CPDF_ArrayLocker Class Reference

#include <cpdf_array.h>

Collaboration diagram for CPDF_ArrayLocker:

Public Types

using const_iterator = CPDF_Array::const_iterator

Public Member Functions

 FX_STACK_ALLOCATED ()
 CPDF_ArrayLocker (const CPDF_Array *pArray)
 CPDF_ArrayLocker (RetainPtr< CPDF_Array > pArray)
 CPDF_ArrayLocker (RetainPtr< const CPDF_Array > pArray)
 ~CPDF_ArrayLocker ()
const_iterator begin () const
const_iterator end () const

Detailed Description

Definition at line 175 of file cpdf_array.h.

Member Typedef Documentation

◆ const_iterator

Constructor & Destructor Documentation

◆ CPDF_ArrayLocker() [1/3]

CPDF_ArrayLocker::CPDF_ArrayLocker ( const CPDF_Array * pArray)
explicit

Definition at line 279 of file cpdf_array.cpp.

References CPDF_ArrayLocker().

Referenced by CPDF_ArrayLocker(), CPDF_FormField::IsSelectedIndex(), CPDF_FormField::IsSelectedOption(), and CPDF_FormField::UseSelectedIndicesObject().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CPDF_ArrayLocker() [2/3]

CPDF_ArrayLocker::CPDF_ArrayLocker ( RetainPtr< CPDF_Array > pArray)
explicit

Definition at line 284 of file cpdf_array.cpp.

References CPDF_ArrayLocker().

Referenced by CPDF_ArrayLocker().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CPDF_ArrayLocker() [3/3]

CPDF_ArrayLocker::CPDF_ArrayLocker ( RetainPtr< const CPDF_Array > pArray)
explicit

◆ ~CPDF_ArrayLocker()

CPDF_ArrayLocker::~CPDF_ArrayLocker ( )

Definition at line 294 of file cpdf_array.cpp.

Member Function Documentation

◆ begin()

const_iterator CPDF_ArrayLocker::begin ( ) const
inline

Definition at line 185 of file cpdf_array.h.

◆ end()

const_iterator CPDF_ArrayLocker::end ( ) const
inline

Definition at line 189 of file cpdf_array.h.

◆ FX_STACK_ALLOCATED()

CPDF_ArrayLocker::FX_STACK_ALLOCATED ( )

The documentation for this class was generated from the following files: