Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Shared::FunctionExpressionCell Class Reference

#include <function_expression_cell.h>

Inheritance diagram for Shared::FunctionExpressionCell:
EvenOddCell HighlightCell View

Public Member Functions

 FunctionExpressionCell ()
 
void setExpression (Poincare::ExpressionLayout *expressionLayout)
 
void setTextColor (KDColor color)
 
void setEven (bool even) override
 
void setHighlighted (bool highlight) override
 
int numberOfSubviews () const override
 
ViewsubviewAtIndex (int index) override
 
void layoutSubviews () override
 
void drawRect (KDContext *ctx, KDRect rect) const override
 
- Public Member Functions inherited from EvenOddCell
 EvenOddCell ()
 
virtual KDColor backgroundColor () const
 
void drawRect (KDContext *ctx, KDRect rect) const override
 
- 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 ()
 
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 EvenOddCell
bool m_even
 
- Protected Attributes inherited from HighlightCell
bool m_highlighted
 
- Protected Attributes inherited from View
KDRect m_frame
 

Detailed Description

Definition at line 9 of file function_expression_cell.h.

Constructor & Destructor Documentation

◆ FunctionExpressionCell()

Shared::FunctionExpressionCell::FunctionExpressionCell ( )

Definition at line 8 of file function_expression_cell.cpp.

Member Function Documentation

◆ drawRect()

void Shared::FunctionExpressionCell::drawRect ( KDContext ctx,
KDRect  rect 
) const
overridevirtual

Reimplemented from View.

Definition at line 48 of file function_expression_cell.cpp.

◆ layoutSubviews()

void Shared::FunctionExpressionCell::layoutSubviews ( )
overridevirtual

Reimplemented from View.

Definition at line 43 of file function_expression_cell.cpp.

◆ numberOfSubviews()

int Shared::FunctionExpressionCell::numberOfSubviews ( ) const
overridevirtual

Reimplemented from View.

Definition at line 34 of file function_expression_cell.cpp.

◆ setEven()

void Shared::FunctionExpressionCell::setEven ( bool  even)
overridevirtual

Reimplemented from EvenOddCell.

Definition at line 22 of file function_expression_cell.cpp.

◆ setExpression()

void Shared::FunctionExpressionCell::setExpression ( Poincare::ExpressionLayout expressionLayout)

Definition at line 14 of file function_expression_cell.cpp.

◆ setHighlighted()

void Shared::FunctionExpressionCell::setHighlighted ( bool  highlight)
overridevirtual

Reimplemented from HighlightCell.

Definition at line 27 of file function_expression_cell.cpp.

◆ setTextColor()

void Shared::FunctionExpressionCell::setTextColor ( KDColor  color)

Definition at line 18 of file function_expression_cell.cpp.

◆ subviewAtIndex()

View * Shared::FunctionExpressionCell::subviewAtIndex ( int  index)
overridevirtual

Reimplemented from View.

Definition at line 38 of file function_expression_cell.cpp.


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