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

#include <calculation_cell.h>

Inheritance diagram for Probability::CalculationCell:
HighlightCell View

Public Member Functions

 CalculationCell (Responder *parentResponder=nullptr, char *draftTextBuffer=nullptr, TextFieldDelegate *textFieldDelegate=nullptr)
 
Responderresponder () override
 
void setResponder (bool shouldbeResponder)
 
void setHighlighted (bool highlight) override
 
KDSize minimalSizeForOptimalDisplay () const override
 
void drawRect (KDContext *ctx, KDRect rect) const override
 
EditableTextCelleditableTextCell ()
 
MessageTextViewmessageTextView ()
 
- Public Member Functions inherited from HighlightCell
 HighlightCell ()
 
bool isHighlighted () const
 
virtual void reloadCell ()
 
- 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)
 

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

Constructor & Destructor Documentation

◆ CalculationCell()

Probability::CalculationCell::CalculationCell ( Responder parentResponder = nullptr,
char *  draftTextBuffer = nullptr,
TextFieldDelegate textFieldDelegate = nullptr 
)

Definition at line 8 of file calculation_cell.cpp.

Member Function Documentation

◆ drawRect()

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

Reimplemented from View.

Definition at line 36 of file calculation_cell.cpp.

◆ editableTextCell()

EditableTextCell * Probability::CalculationCell::editableTextCell ( )

Definition at line 44 of file calculation_cell.cpp.

◆ messageTextView()

MessageTextView * Probability::CalculationCell::messageTextView ( )

Definition at line 48 of file calculation_cell.cpp.

◆ minimalSizeForOptimalDisplay()

KDSize Probability::CalculationCell::minimalSizeForOptimalDisplay ( ) const
overridevirtual

Reimplemented from View.

Definition at line 31 of file calculation_cell.cpp.

◆ responder()

Responder * Probability::CalculationCell::responder ( )
overridevirtual

Reimplemented from HighlightCell.

Definition at line 15 of file calculation_cell.cpp.

◆ setHighlighted()

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

Reimplemented from HighlightCell.

Definition at line 26 of file calculation_cell.cpp.

◆ setResponder()

void Probability::CalculationCell::setResponder ( bool  shouldbeResponder)

Definition at line 22 of file calculation_cell.cpp.


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