KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
COMPONENT_CLASS_CACHE_PROXY Class Reference

#include <component_class_cache_proxy.h>

Public Member Functions

 COMPONENT_CLASS_CACHE_PROXY (FOOTPRINT *footprint)
 
void SetStaticComponentClass (const COMPONENT_CLASS *compClass)
 Sets the static component class Static component classes are assigned in the schematic, and are transferred through the netlist.
 
const COMPONENT_CLASSGetStaticComponentClass () const
 Gets the static component class.
 
const COMPONENT_CLASSGetComponentClass () const
 Gets the full component class (static + dynamic resultant component class)
 
void RecomputeComponentClass (COMPONENT_CLASS_MANAGER *manager=nullptr) const
 Forces recomputation of the component class.
 
void InvalidateCache ()
 Invalidates the cache The component class will be recalculated on the next access.
 

Protected Attributes

FOOTPRINTm_footprint
 
const COMPONENT_CLASSm_staticComponentClass { nullptr }
 
const COMPONENT_CLASSm_dynamicComponentClass { nullptr }
 
const COMPONENT_CLASSm_finalComponentClass { nullptr }
 
long long int m_lastTickerValue { -1 }
 

Detailed Description

Definition at line 34 of file component_class_cache_proxy.h.

Constructor & Destructor Documentation

◆ COMPONENT_CLASS_CACHE_PROXY()

COMPONENT_CLASS_CACHE_PROXY::COMPONENT_CLASS_CACHE_PROXY ( FOOTPRINT footprint)
inlineexplicit

Definition at line 37 of file component_class_cache_proxy.h.

Member Function Documentation

◆ GetComponentClass()

const COMPONENT_CLASS * COMPONENT_CLASS_CACHE_PROXY::GetComponentClass ( ) const

Gets the full component class (static + dynamic resultant component class)

Definition at line 26 of file component_class_cache_proxy.cpp.

References BOARD_ITEM::GetBoard(), BOARD::GetComponentClassManager(), COMPONENT_CLASS_MANAGER::GetTicker(), m_finalComponentClass, m_footprint, m_lastTickerValue, and RecomputeComponentClass().

◆ GetStaticComponentClass()

const COMPONENT_CLASS * COMPONENT_CLASS_CACHE_PROXY::GetStaticComponentClass ( ) const
inline

Gets the static component class.

Definition at line 48 of file component_class_cache_proxy.h.

References m_staticComponentClass.

◆ InvalidateCache()

void COMPONENT_CLASS_CACHE_PROXY::InvalidateCache ( )
inline

Invalidates the cache The component class will be recalculated on the next access.

Definition at line 58 of file component_class_cache_proxy.h.

References m_lastTickerValue.

◆ RecomputeComponentClass()

◆ SetStaticComponentClass()

void COMPONENT_CLASS_CACHE_PROXY::SetStaticComponentClass ( const COMPONENT_CLASS compClass)
inline

Sets the static component class Static component classes are assigned in the schematic, and are transferred through the netlist.

Definition at line 42 of file component_class_cache_proxy.h.

References m_staticComponentClass.

Member Data Documentation

◆ m_dynamicComponentClass

const COMPONENT_CLASS* COMPONENT_CLASS_CACHE_PROXY::m_dynamicComponentClass { nullptr }
mutableprotected

Definition at line 64 of file component_class_cache_proxy.h.

Referenced by RecomputeComponentClass().

◆ m_finalComponentClass

const COMPONENT_CLASS* COMPONENT_CLASS_CACHE_PROXY::m_finalComponentClass { nullptr }
mutableprotected

Definition at line 65 of file component_class_cache_proxy.h.

Referenced by GetComponentClass(), and RecomputeComponentClass().

◆ m_footprint

FOOTPRINT* COMPONENT_CLASS_CACHE_PROXY::m_footprint
protected

Definition at line 61 of file component_class_cache_proxy.h.

Referenced by GetComponentClass(), and RecomputeComponentClass().

◆ m_lastTickerValue

long long int COMPONENT_CLASS_CACHE_PROXY::m_lastTickerValue { -1 }
mutableprotected

◆ m_staticComponentClass

const COMPONENT_CLASS* COMPONENT_CLASS_CACHE_PROXY::m_staticComponentClass { nullptr }
protected

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