185    template <
typename T>
 
  188#if !defined( QA_TEST )    
 
  197    template <
typename T>
 
  201#if !defined( QA_TEST )    
  202        wxASSERT( 
dynamic_cast<T*
>( m ) );
 
  204        return static_cast<T*
>( m );
 
 
 
A base class for most all the KiCad significant classes used in schematics and boards.
 
An interface for classes handling user events controlling the view behavior such as zooming,...
 
Hold a (potentially large) number of VIEW_ITEMs and renders them on a graphics device provided by the...
 
The Cairo implementation of the graphics abstraction layer.