|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <tab_view_cell.h>
Public Member Functions | |
| TabViewCell () | |
| void | drawRect (KDContext *ctx, KDRect rect) const override |
| void | setNamedController (ViewController *controller) |
| void | setActive (bool active) |
| void | setSelected (bool selected) |
| KDSize | minimalSizeForOptimalDisplay () const override |
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 9 of file tab_view_cell.h.
| TabViewCell::TabViewCell | ( | ) |
Definition at line 7 of file tab_view_cell.cpp.
Reimplemented from View.
Definition at line 34 of file tab_view_cell.cpp.
|
overridevirtual |
Reimplemented from View.
Definition at line 30 of file tab_view_cell.cpp.
| void TabViewCell::setActive | ( | bool | active | ) |
Definition at line 20 of file tab_view_cell.cpp.
| void TabViewCell::setNamedController | ( | ViewController * | controller | ) |
Definition at line 15 of file tab_view_cell.cpp.
| void TabViewCell::setSelected | ( | bool | selected | ) |
Definition at line 25 of file tab_view_cell.cpp.