KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ZONE_PREVIEW_NOTEBOOK_PAGE Class Reference
Inheritance diagram for ZONE_PREVIEW_NOTEBOOK_PAGE:

Public Member Functions

 ZONE_PREVIEW_NOTEBOOK_PAGE (wxWindow *aParent, BOARD *aBoard, ZONE *aZone, PCB_LAYER_ID aLayer, GAL_DISPLAY_OPTIONS_IMPL &aOpts)
 
int GetLayer () const
 
ZONE_PREVIEW_CANVASGetCanvas () const
 

Private Attributes

int m_layer
 
ZONE_PREVIEW_CANVASm_canvas
 

Detailed Description

Definition at line 50 of file zone_preview_notebook.cpp.

Constructor & Destructor Documentation

◆ ZONE_PREVIEW_NOTEBOOK_PAGE()

ZONE_PREVIEW_NOTEBOOK_PAGE::ZONE_PREVIEW_NOTEBOOK_PAGE ( wxWindow * aParent,
BOARD * aBoard,
ZONE * aZone,
PCB_LAYER_ID aLayer,
GAL_DISPLAY_OPTIONS_IMPL & aOpts )
inline

Definition at line 53 of file zone_preview_notebook.cpp.

References ZONE::Clone(), m_canvas, and m_layer.

Member Function Documentation

◆ GetCanvas()

ZONE_PREVIEW_CANVAS * ZONE_PREVIEW_NOTEBOOK_PAGE::GetCanvas ( ) const
inline

◆ GetLayer()

int ZONE_PREVIEW_NOTEBOOK_PAGE::GetLayer ( ) const
inline

Definition at line 65 of file zone_preview_notebook.cpp.

References m_layer.

Member Data Documentation

◆ m_canvas

ZONE_PREVIEW_CANVAS* ZONE_PREVIEW_NOTEBOOK_PAGE::m_canvas
private

Definition at line 70 of file zone_preview_notebook.cpp.

Referenced by GetCanvas(), and ZONE_PREVIEW_NOTEBOOK_PAGE().

◆ m_layer

int ZONE_PREVIEW_NOTEBOOK_PAGE::m_layer
private

Definition at line 69 of file zone_preview_notebook.cpp.

Referenced by GetLayer(), and ZONE_PREVIEW_NOTEBOOK_PAGE().


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