Numworks Epsilon  1.4.1
Graphing Calculator Operating System
VariableBoxLeafCell Class Reference

#include <variable_box_leaf_cell.h>

Inheritance diagram for VariableBoxLeafCell:
HighlightCell View

Public Member Functions

 VariableBoxLeafCell ()
 
void displayExpression (bool displayExpression)
 
void reloadCell () override
 
void setLabel (const char *text)
 
void setSubtitle (const char *text)
 
void setExpressionLayout (Poincare::ExpressionLayout *expressionLayout)
 
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 7 of file variable_box_leaf_cell.h.

Constructor & Destructor Documentation

◆ VariableBoxLeafCell()

VariableBoxLeafCell::VariableBoxLeafCell ( )

Definition at line 6 of file variable_box_leaf_cell.cpp.

Member Function Documentation

◆ displayExpression()

void VariableBoxLeafCell::displayExpression ( bool  displayExpression)

Definition at line 15 of file variable_box_leaf_cell.cpp.

◆ drawRect()

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

Reimplemented from View.

Definition at line 83 of file variable_box_leaf_cell.cpp.

◆ reloadCell()

void VariableBoxLeafCell::reloadCell ( )
overridevirtual

Reimplemented from HighlightCell.

Definition at line 62 of file variable_box_leaf_cell.cpp.

◆ setExpressionLayout()

void VariableBoxLeafCell::setExpressionLayout ( Poincare::ExpressionLayout expressionLayout)

Definition at line 79 of file variable_box_leaf_cell.cpp.

◆ setLabel()

void VariableBoxLeafCell::setLabel ( const char *  text)

Definition at line 70 of file variable_box_leaf_cell.cpp.

◆ setSubtitle()

void VariableBoxLeafCell::setSubtitle ( const char *  text)

Definition at line 74 of file variable_box_leaf_cell.cpp.


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