Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <ok_view.h>
Public Member Functions | |
void | drawRect (KDContext *ctx, KDRect rect) const override |
KDSize | minimalSizeForOptimalDisplay () const override |
View () | |
View (const View &other)=delete | |
View (View &&other)=delete | |
Public Member Functions inherited from View | |
View () | |
virtual | ~View () |
View (const View &other)=delete | |
View (View &&other)=delete | |
View & | operator= (const View &other)=delete |
View & | operator= (View &&other)=delete |
void | resetSuperview () |
void | setSize (KDSize size) |
void | setFrame (KDRect frame) |
KDPoint | pointFromPointInView (View *view, KDPoint point) |
KDRect | bounds () const |
View * | subview (int index) |
Static Public Attributes | |
static constexpr KDCoordinate | k_okSize = 20 |
Additional Inherited Members | |
Protected Member Functions inherited from View | |
void | markRectAsDirty (KDRect rect) |
Protected Attributes inherited from View | |
KDRect | m_frame |
Reimplemented from View.
Definition at line 30 of file ok_view.cpp.
|
overridevirtual |
Reimplemented from View.
Definition at line 37 of file ok_view.cpp.
|
delete |
|
delete |
|
static |