Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <image_cell.h>
Public Member Functions | |
ImageCell () | |
void | setHighlighted (bool highlight) override |
void | setImage (const Image *image, const Image *focusedImage) |
Public Member Functions inherited from HighlightCell | |
HighlightCell () | |
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 () |
virtual void | drawRect (KDContext *ctx, KDRect rect) const |
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 |
Static Public Attributes | |
static constexpr KDCoordinate | k_width = 39 |
static constexpr KDCoordinate | k_height = 23 |
Additional Inherited Members | |
Protected Member Functions inherited from View | |
void | markRectAsDirty (KDRect rect) |
Protected Attributes inherited from HighlightCell | |
bool | m_highlighted |
Protected Attributes inherited from View | |
KDRect | m_frame |
Definition at line 8 of file image_cell.h.
Probability::ImageCell::ImageCell | ( | ) |
Definition at line 6 of file image_cell.cpp.
|
overridevirtual |
Reimplemented from HighlightCell.
Definition at line 13 of file image_cell.cpp.
Definition at line 22 of file image_cell.cpp.
|
static |
Definition at line 14 of file image_cell.h.
|
static |
Definition at line 13 of file image_cell.h.