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
6
class
ScrollViewDataSource
{
7
public
:
8
ScrollViewDataSource
();
9
KDPoint
offset
()
const
;
10
bool
setOffset
(
KDPoint
offset
);
11
private
:
12
KDPoint
m_offset;
13
};
14
15
#endif
ScrollViewDataSource::offset
KDPoint offset() const
Definition:
scroll_view_data_source.cpp:8
ScrollViewDataSource::ScrollViewDataSource
ScrollViewDataSource()
Definition:
scroll_view_data_source.cpp:3
ScrollViewDataSource::setOffset
bool setOffset(KDPoint offset)
Definition:
scroll_view_data_source.cpp:12
ScrollViewDataSource
Definition:
scroll_view_data_source.h:6
KDPoint
Definition:
point.h:6
kandinsky.h
epsilon
escher
include
escher
scroll_view_data_source.h
Generated by
1.8.14