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

Handle to a canvas (child of context, two-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.
 

Detailed Description

Handle to a canvas (child of context, two-level index).

Member Function Documentation

◆ node()

ojson * fdl_canvas::node ( ) const

Resolve handle to its JSON node.

Returns
Pointer to ojson node.

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