KiCad PCB EDA Suite
|
#include <plotters_pslike.h>
Public Member Functions | |
~OUTLINE_NODE () | |
OUTLINE_NODE * | AddChild (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. | |
Definition at line 383 of file plotters_pslike.h.
|
inline |
Definition at line 391 of file plotters_pslike.h.
References children.
|
inline |
Definition at line 400 of file plotters_pslike.h.
References children.
Referenced by PDF_PLOTTER::addOutlineNode().
int PDF_PLOTTER::OUTLINE_NODE::actionHandle |
Handle to action.
Definition at line 385 of file plotters_pslike.h.
Referenced by PDF_PLOTTER::emitOutlineNode().
std::vector<OUTLINE_NODE*> PDF_PLOTTER::OUTLINE_NODE::children |
Ordered list of children.
Definition at line 389 of file plotters_pslike.h.
Referenced by AddChild(), PDF_PLOTTER::ClosePage(), PDF_PLOTTER::emitOutlineNode(), and ~OUTLINE_NODE().
int PDF_PLOTTER::OUTLINE_NODE::entryHandle |
Allocated handle for this outline entry.
Definition at line 387 of file plotters_pslike.h.
Referenced by PDF_PLOTTER::emitOutlineNode().
wxString PDF_PLOTTER::OUTLINE_NODE::title |
Title of outline node.
Definition at line 386 of file plotters_pslike.h.
Referenced by PDF_PLOTTER::emitOutlineNode().