Numworks Epsilon  1.4.1
Graphing Calculator Operating System
scroll_view_data_source.cpp
Go to the documentation of this file.
2 
4  m_offset(KDPointZero)
5 {
6 }
7 
9  return m_offset;
10 }
11 
13  if (offset != m_offset) {
14  m_offset = offset;
15  return true;
16  }
17  return false;
18 }
19 
bool setOffset(KDPoint offset)
constexpr KDPoint KDPointZero
Definition: point.h:25
Definition: point.h:6