Numworks Epsilon
1.4.1
Graphing Calculator Operating System
pic_view.h
Go to the documentation of this file.
1
#ifndef PICVIEW_PIC_VIEW_H
2
#define PICVIEW_PIC_VIEW_H
3
4
#include <
escher.h
>
5
6
class
PicView
:
public
View
{
7
public
:
8
PicView
();
9
void
drawRect
(
KDContext
* ctx,
KDRect
rect)
const override
;
10
};
11
12
#endif
PicView::drawRect
void drawRect(KDContext *ctx, KDRect rect) const override
Definition:
pic_view.cpp:10
escher.h
PicView
Definition:
pic_view.h:6
PicView::PicView
PicView()
Definition:
pic_view.cpp:4
KDContext
Definition:
context.h:8
KDRect
Definition:
rect.h:26
View
Definition:
view.h:23
epsilon
apps
picview
pic_view.h
Generated by
1.8.14