KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
struct | CONST_ZOOM_CASE |
class | PREDEF_TIMESTAMPER |
Timestamper that returns predefined values from a vector. More... | |
struct | ACCEL_ZOOM_CASE |
Functions | |
BOOST_AUTO_TEST_CASE (ConstController) | |
Check basic setting and getting of values. | |
BOOST_AUTO_TEST_CASE (AccelController) | |
Check basic setting and getting of values. | |
Variables | |
static const std::vector< CONST_ZOOM_CASE > | const_zoom_cases |
static const std::vector< ACCEL_ZOOM_CASE > | accel_cases |
BOOST_AUTO_TEST_CASE | ( | AccelController | ) |
Check basic setting and getting of values.
Definition at line 128 of file test_zoom_controller.cpp.
References accel_cases, KIGFX::ACCELERATING_ZOOM_CONTROLLER::DEFAULT_ACCELERATION_SCALE, and KIGFX::ACCELERATING_ZOOM_CONTROLLER::GetScaleForRotation().
BOOST_AUTO_TEST_CASE | ( | ConstController | ) |
Check basic setting and getting of values.
Definition at line 61 of file test_zoom_controller.cpp.
References const_zoom_cases, and KIGFX::CONSTANT_ZOOM_CONTROLLER::GetScaleForRotation().
|
static |
Definition at line 117 of file test_zoom_controller.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 51 of file test_zoom_controller.cpp.
Referenced by BOOST_AUTO_TEST_CASE().