FDL Core Library
ASC Framing Decision List — C/C++ Reference Implementation
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
fdl_framing_decision Struct Reference

Handle to a framing decision (child of canvas, three-level index). More...

#include <fdl_handles.h>

Public Member Functions

jsoncons::ojson * node () const
 Resolve handle to its JSON node.
 

Data Fields

fdl_docowner
 Owning document.
 
uint32_t ctx_index
 Index into "contexts" array.
 
uint32_t cvs_index
 Index into context's "canvases" array.
 
uint32_t fd_index
 Index into canvas's "framing_decisions" array.
 

Detailed Description

Handle to a framing decision (child of canvas, three-level index).

Member Function Documentation

◆ node()

ojson * fdl_framing_decision::node ( ) const

Resolve handle to its JSON node.

Returns
Pointer to ojson node.

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