KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PDF_PLOTTER::OUTLINE_NODE Struct Reference

#include <plotters_pslike.h>

Public Member Functions

 ~OUTLINE_NODE ()
 
OUTLINE_NODEAddChild (int aActionHandle, const wxString &aTitle, int aEntryHandle)
 

Public Attributes

int actionHandle
 Handle to action.
 
wxString title
 Title of outline node.
 
int entryHandle
 Allocated handle for this outline entry.
 
std::vector< OUTLINE_NODE * > children
 Ordered list of children.
 

Detailed Description

Definition at line 380 of file plotters_pslike.h.

Constructor & Destructor Documentation

◆ ~OUTLINE_NODE()

PDF_PLOTTER::OUTLINE_NODE::~OUTLINE_NODE ( )
inline

Definition at line 388 of file plotters_pslike.h.

References children.

Member Function Documentation

◆ AddChild()

OUTLINE_NODE * PDF_PLOTTER::OUTLINE_NODE::AddChild ( int  aActionHandle,
const wxString &  aTitle,
int  aEntryHandle 
)
inline

Definition at line 397 of file plotters_pslike.h.

References children.

Referenced by PDF_PLOTTER::addOutlineNode().

Member Data Documentation

◆ actionHandle

int PDF_PLOTTER::OUTLINE_NODE::actionHandle

Handle to action.

Definition at line 382 of file plotters_pslike.h.

Referenced by PDF_PLOTTER::emitOutlineNode().

◆ children

std::vector<OUTLINE_NODE*> PDF_PLOTTER::OUTLINE_NODE::children

Ordered list of children.

Definition at line 386 of file plotters_pslike.h.

Referenced by AddChild(), PDF_PLOTTER::ClosePage(), PDF_PLOTTER::emitOutlineNode(), and ~OUTLINE_NODE().

◆ entryHandle

int PDF_PLOTTER::OUTLINE_NODE::entryHandle

Allocated handle for this outline entry.

Definition at line 384 of file plotters_pslike.h.

Referenced by PDF_PLOTTER::emitOutlineNode().

◆ title

wxString PDF_PLOTTER::OUTLINE_NODE::title

Title of outline node.

Definition at line 383 of file plotters_pslike.h.

Referenced by PDF_PLOTTER::emitOutlineNode().


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