| Numworks Epsilon
    1.4.1
    Graphing Calculator Operating System | 
#include <round_cursor_view.h>
 
  
 | Public Member Functions | |
| RoundCursorView (KDColor color=KDColorBlack) | |
| void | drawRect (KDContext *ctx, KDRect rect) const override | 
| KDSize | minimalSizeForOptimalDisplay () const override | 
| void | setColor (KDColor color) | 
|  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) | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from View | |
| void | markRectAsDirty (KDRect rect) | 
|  Protected Attributes inherited from View | |
| KDRect | m_frame | 
Definition at line 8 of file round_cursor_view.h.
| Shared::RoundCursorView::RoundCursorView | ( | KDColor | color = KDColorBlack | ) | 
Definition at line 5 of file round_cursor_view.cpp.
Reimplemented from View.
Definition at line 26 of file round_cursor_view.cpp.
| 
 | overridevirtual | 
Reimplemented from View.
Definition at line 30 of file round_cursor_view.cpp.
| void Shared::RoundCursorView::setColor | ( | KDColor | color | ) | 
Definition at line 34 of file round_cursor_view.cpp.