| 
    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 464 of file plotters_pslike.h.
      
  | 
  inline | 
Definition at line 472 of file plotters_pslike.h.
References children.
      
  | 
  inline | 
Definition at line 481 of file plotters_pslike.h.
References children.
Referenced by PDF_PLOTTER::addOutlineNode().
| int PDF_PLOTTER::OUTLINE_NODE::actionHandle | 
Handle to action.
Definition at line 466 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 470 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 468 of file plotters_pslike.h.
Referenced by PDF_PLOTTER::emitOutlineNode().
| wxString PDF_PLOTTER::OUTLINE_NODE::title | 
Title of outline node.
Definition at line 467 of file plotters_pslike.h.
Referenced by PDF_PLOTTER::ClosePage(), and PDF_PLOTTER::emitOutlineNode().