KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIGFX::QUERY_VISITOR< CONTAINER > Struct Template Reference

Public Types

typedef CONTAINER::value_type item_type
 

Public Member Functions

 QUERY_VISITOR (CONTAINER &aCont, int aLayer)
 
bool operator() (VIEW_ITEM *aItem)
 

Public Attributes

CONTAINERm_cont
 
int m_layer
 

Detailed Description

template<class CONTAINER>
struct KIGFX::QUERY_VISITOR< CONTAINER >

Definition at line 404 of file view.cpp.

Member Typedef Documentation

◆ item_type

template<class CONTAINER >
typedef CONTAINER::value_type KIGFX::QUERY_VISITOR< CONTAINER >::item_type

Definition at line 406 of file view.cpp.

Constructor & Destructor Documentation

◆ QUERY_VISITOR()

template<class CONTAINER >
KIGFX::QUERY_VISITOR< CONTAINER >::QUERY_VISITOR ( CONTAINER aCont,
int  aLayer 
)
inline

Definition at line 408 of file view.cpp.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ m_cont

template<class CONTAINER >
CONTAINER& KIGFX::QUERY_VISITOR< CONTAINER >::m_cont

Definition at line 421 of file view.cpp.

Referenced by KIGFX::QUERY_VISITOR< CONTAINER >::operator()().

◆ m_layer

template<class CONTAINER >
int KIGFX::QUERY_VISITOR< CONTAINER >::m_layer

Definition at line 422 of file view.cpp.

Referenced by KIGFX::QUERY_VISITOR< CONTAINER >::operator()().


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