Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <calculation_cell.h>
Public Member Functions | |
CalculationCell (Responder *parentResponder=nullptr, char *draftTextBuffer=nullptr, TextFieldDelegate *textFieldDelegate=nullptr) | |
Responder * | responder () override |
void | setResponder (bool shouldbeResponder) |
void | setHighlighted (bool highlight) override |
KDSize | minimalSizeForOptimalDisplay () const override |
void | drawRect (KDContext *ctx, KDRect rect) const override |
EditableTextCell * | editableTextCell () |
MessageTextView * | messageTextView () |
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 | |
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) |
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 calculation_cell.h.
Probability::CalculationCell::CalculationCell | ( | Responder * | parentResponder = nullptr , |
char * | draftTextBuffer = nullptr , |
||
TextFieldDelegate * | textFieldDelegate = nullptr |
||
) |
Definition at line 8 of file calculation_cell.cpp.
Reimplemented from View.
Definition at line 36 of file calculation_cell.cpp.
EditableTextCell * Probability::CalculationCell::editableTextCell | ( | ) |
Definition at line 44 of file calculation_cell.cpp.
MessageTextView * Probability::CalculationCell::messageTextView | ( | ) |
Definition at line 48 of file calculation_cell.cpp.
|
overridevirtual |
Reimplemented from View.
Definition at line 31 of file calculation_cell.cpp.
|
overridevirtual |
Reimplemented from HighlightCell.
Definition at line 15 of file calculation_cell.cpp.
|
overridevirtual |
Reimplemented from HighlightCell.
Definition at line 26 of file calculation_cell.cpp.
void Probability::CalculationCell::setResponder | ( | bool | shouldbeResponder | ) |
Definition at line 22 of file calculation_cell.cpp.