184 template <
typename T>
187 #if !defined( QA_TEST ) // Dynamic casts give the linker a siezure in the test framework 196 template <
typename T>
200 #if !defined( QA_TEST ) // Dynamic casts give the linker a siezure in the test framework 201 wxASSERT( dynamic_cast<T*>( m ) );
203 return static_cast<T*>( m );
Class CAIRO_GAL is the cairo implementation of the graphics abstraction layer.
An interface for classes handling user events controlling the view behavior such as zooming,...
A base class for most all the KiCad significant classes used in schematics and boards.
Hold a (potentially large) number of VIEW_ITEMs and renders them on a graphics device provided by the...