Numworks Epsilon  1.4.1
Graphing Calculator Operating System
scroll_view_data_source.h
Go to the documentation of this file.
1 #ifndef ESCHER_SCROLL_VIEW_DATA_SOURCE_H
2 #define ESCHER_SCROLL_VIEW_DATA_SOURCE_H
3 
4 #include <kandinsky.h>
5 
7 public:
9  KDPoint offset() const;
10  bool setOffset(KDPoint offset);
11 private:
12  KDPoint m_offset;
13 };
14 
15 #endif
bool setOffset(KDPoint offset)
Definition: point.h:6