Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <even_odd_cell_with_ellipsis.h>
Public Member Functions | |
EvenOddCellWithEllipsis () | |
Public Member Functions inherited from EvenOddCell | |
EvenOddCell () | |
virtual void | setEven (bool even) |
virtual KDColor | backgroundColor () const |
void | drawRect (KDContext *ctx, KDRect rect) const override |
Public Member Functions inherited from HighlightCell | |
HighlightCell () | |
virtual void | setHighlighted (bool highlight) |
bool | isHighlighted () const |
virtual void | reloadCell () |
virtual Responder * | responder () |
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) |
virtual KDSize | minimalSizeForOptimalDisplay () const |
Additional Inherited Members | |
Protected Member Functions inherited from View | |
void | markRectAsDirty (KDRect rect) |
Protected Attributes inherited from EvenOddCell | |
bool | m_even |
Protected Attributes inherited from HighlightCell | |
bool | m_highlighted |
Protected Attributes inherited from View | |
KDRect | m_frame |
Definition at line 8 of file even_odd_cell_with_ellipsis.h.
EvenOddCellWithEllipsis::EvenOddCellWithEllipsis | ( | ) |
Definition at line 3 of file even_odd_cell_with_ellipsis.cpp.