| 
    KiCad PCB EDA Suite
    
   | 
 
Timestamper that returns predefined values from a vector. More...
  
Public Types | |
| using | STAMP_LIST = std::vector<int> | 
Public Member Functions | |
| PREDEF_TIMESTAMPER (const STAMP_LIST &aStamps) | |
| ACCELERATING_ZOOM_CONTROLLER::TIME_PT | GetTimestamp () override | 
Public Attributes | |
| const STAMP_LIST | m_stamps | 
| STAMP_LIST::const_iterator | m_iter | 
Timestamper that returns predefined values from a vector.
Definition at line 83 of file test_zoom_controller.cpp.
| using PREDEF_TIMESTAMPER::STAMP_LIST = std::vector<int> | 
Definition at line 86 of file test_zoom_controller.cpp.
      
  | 
  inline | 
Definition at line 88 of file test_zoom_controller.cpp.
      
  | 
  inlineoverridevirtual | 
Implements KIGFX::ACCELERATING_ZOOM_CONTROLLER::TIMESTAMP_PROVIDER.
Definition at line 96 of file test_zoom_controller.cpp.
References BOOST_REQUIRE(), m_iter, and m_stamps.
| STAMP_LIST::const_iterator PREDEF_TIMESTAMPER::m_iter | 
Definition at line 105 of file test_zoom_controller.cpp.
Referenced by GetTimestamp(), and PREDEF_TIMESTAMPER().
| const STAMP_LIST PREDEF_TIMESTAMPER::m_stamps | 
Definition at line 104 of file test_zoom_controller.cpp.
Referenced by GetTimestamp(), and PREDEF_TIMESTAMPER().