Numworks Epsilon  1.4.1
Graphing Calculator Operating System
HighlightCell Class Reference

#include <highlight_cell.h>

Inheritance diagram for HighlightCell:
View Button Code::ConsoleEditCell Code::ConsoleLineCell Code::ConsoleLineCell::ScrollableConsoleLineView::ConsoleLineView Code::ScriptNodeCell::ScriptNodeView EditableTextCell EvenOddCell Home::AppCell Probability::CalculationCell Probability::Cell Probability::ImageCell Probability::ResponderImageCell TableCell VariableBoxLeafCell

Public Member Functions

 HighlightCell ()
 
virtual void setHighlighted (bool highlight)
 
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 ()
 
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
 
Viewsubview (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)
 

Detailed Description

Definition at line 7 of file highlight_cell.h.

Constructor & Destructor Documentation

◆ HighlightCell()

HighlightCell::HighlightCell ( )

Definition at line 3 of file highlight_cell.cpp.

Member Function Documentation

◆ isHighlighted()

bool HighlightCell::isHighlighted ( ) const
inline

Definition at line 11 of file highlight_cell.h.

◆ reloadCell()

◆ responder()

◆ setHighlighted()

Member Data Documentation

◆ m_highlighted

bool HighlightCell::m_highlighted
protected

Definition at line 17 of file highlight_cell.h.


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