Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <highlight_cell.h>
Public Member Functions | |
HighlightCell () | |
virtual void | setHighlighted (bool highlight) |
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 |
Protected Attributes | |
bool | m_highlighted |
Protected Attributes inherited from View | |
KDRect | m_frame |
Additional Inherited Members | |
Protected Member Functions inherited from View | |
void | markRectAsDirty (KDRect rect) |
Definition at line 7 of file highlight_cell.h.
HighlightCell::HighlightCell | ( | ) |
Definition at line 3 of file highlight_cell.cpp.
|
inline |
Definition at line 11 of file highlight_cell.h.
|
virtual |
Reimplemented in Code::ConsoleLineCell, Calculation::OutputExpressionsView, Code::ScriptNodeCell, Calculation::HistoryViewCell, Home::AppCell, Probability::Cell, EvenOddDoubleBufferTextCell, and VariableBoxLeafCell.
Definition at line 16 of file highlight_cell.cpp.
|
inlinevirtual |
Reimplemented in Code::ConsoleEditCell, Code::ConsoleLineCell, Calculation::HistoryViewCell, Calculation::OutputExpressionsView, MessageTableCellWithEditableText, EditableTextCell, Button, Probability::ResponderImageCell, EvenOddEditableTextCell, EvenOddDoubleBufferTextCell, and Probability::CalculationCell.
Definition at line 13 of file highlight_cell.h.
|
virtual |
Reimplemented in Code::ConsoleLineCell, Calculation::HistoryViewCell, Code::ScriptNodeCell, Probability::ResponderImageCell, Calculation::OutputExpressionsView, MessageTableCellWithEditableText, Shared::FunctionExpressionCell, EditableTextCell, Button, Probability::CalculationCell, Sequence::SequenceTitleCell, EvenOddEditableTextCell, Graph::FunctionTitleCell, EvenOddDoubleBufferTextCell, Shared::NewFunctionCell, EvenOddBufferTextCell, EvenOddExpressionCell, EvenOddMessageTextCell, ExpressionTableCellWithPointer, MessageTableCell, Probability::ImageCell, ExpressionTableCell, MessageTableCellWithBuffer, MessageTableCellWithChevronAndExpression, MessageTableCellWithGauge, MessageTableCellWithChevronAndMessage, and MessageTableCellWithMessage.
Definition at line 9 of file highlight_cell.cpp.
|
protected |
Definition at line 17 of file highlight_cell.h.