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

#include <cell.h>

Inheritance diagram for Probability::Cell:
HighlightCell View

Public Member Functions

 Cell ()
 
void reloadCell () override
 
void setLabel (I18n::Message message)
 
void setImage (const Image *image, const Image *focusedImage)
 
void drawRect (KDContext *ctx, KDRect rect) const override
 
- Public Member Functions inherited from HighlightCell
 HighlightCell ()
 
virtual void setHighlighted (bool highlight)
 
bool isHighlighted () const
 
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 ()
 
void setSize (KDSize size)
 
void setFrame (KDRect frame)
 
KDPoint pointFromPointInView (View *view, KDPoint point)
 
KDRect bounds () const
 
Viewsubview (int index)
 
virtual KDSize minimalSizeForOptimalDisplay () const
 

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 cell.h.

Constructor & Destructor Documentation

◆ Cell()

Probability::Cell::Cell ( )

Definition at line 6 of file cell.cpp.

Member Function Documentation

◆ drawRect()

void Probability::Cell::drawRect ( KDContext ctx,
KDRect  rect 
) const
overridevirtual

Reimplemented from View.

Definition at line 57 of file cell.cpp.

◆ reloadCell()

void Probability::Cell::reloadCell ( )
overridevirtual

Reimplemented from HighlightCell.

Definition at line 37 of file cell.cpp.

◆ setImage()

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

Definition at line 52 of file cell.cpp.

◆ setLabel()

void Probability::Cell::setLabel ( I18n::Message  message)

Definition at line 48 of file cell.cpp.


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