| 
    KiCad PCB EDA Suite
    
   | 
 
#include <odb_eda_data.h>
  
Public Member Functions | |
| OUTLINE_RECT (const VECTOR2I &aLowerLeft, size_t aWidth, size_t aHeight) | |
| OUTLINE_RECT (const BOX2I &aBox) | |
| void | Write (std::ostream &ost) const override | 
Public Attributes | |
| VECTOR2I | m_lower_left | 
| size_t | m_width | 
| size_t | m_height | 
Definition at line 275 of file odb_eda_data.h.
      
  | 
  inline | 
Definition at line 278 of file odb_eda_data.h.
References m_height, m_lower_left, and m_width.
Referenced by OUTLINE_RECT().
      
  | 
  inline | 
Definition at line 283 of file odb_eda_data.h.
References OUTLINE_RECT().
      
  | 
  overridevirtual | 
Implements PKG_OUTLINE.
Definition at line 179 of file odb_eda_data.cpp.
References ODB::Data2String(), m_height, m_lower_left, and m_width.
| size_t OUTLINE_RECT::m_height | 
Definition at line 290 of file odb_eda_data.h.
Referenced by OUTLINE_RECT(), and Write().
| VECTOR2I OUTLINE_RECT::m_lower_left | 
Definition at line 288 of file odb_eda_data.h.
Referenced by OUTLINE_RECT(), and Write().
| size_t OUTLINE_RECT::m_width | 
Definition at line 289 of file odb_eda_data.h.
Referenced by OUTLINE_RECT(), and Write().