Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Probability::ImageCell Class Reference

#include <image_cell.h>

Inheritance diagram for Probability::ImageCell:
HighlightCell View

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 Responderresponder ()
 
- Public Member Functions inherited from View
 View ()
 
virtual ~View ()
 
 View (const View &other)=delete
 
 View (View &&other)=delete
 
Viewoperator= (const View &other)=delete
 
Viewoperator= (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
 
Viewsubview (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
 

Detailed Description

Definition at line 8 of file image_cell.h.

Constructor & Destructor Documentation

◆ ImageCell()

Probability::ImageCell::ImageCell ( )

Definition at line 6 of file image_cell.cpp.

Member Function Documentation

◆ setHighlighted()

void Probability::ImageCell::setHighlighted ( bool  highlight)
overridevirtual

Reimplemented from HighlightCell.

Definition at line 13 of file image_cell.cpp.

◆ setImage()

void Probability::ImageCell::setImage ( const Image image,
const Image focusedImage 
)

Definition at line 22 of file image_cell.cpp.

Member Data Documentation

◆ k_height

constexpr KDCoordinate Probability::ImageCell::k_height = 23
static

Definition at line 14 of file image_cell.h.

◆ k_width

constexpr KDCoordinate Probability::ImageCell::k_width = 39
static

Definition at line 13 of file image_cell.h.


The documentation for this class was generated from the following files: