Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Home::AppCell Class Reference

#include <app_cell.h>

Inheritance diagram for Home::AppCell:
HighlightCell View

Public Member Functions

 AppCell ()
 
void drawRect (KDContext *ctx, KDRect rect) const override
 
int numberOfSubviews () const override
 
ViewsubviewAtIndex (int index) override
 
void layoutSubviews () override
 
void setVisible (bool visible)
 
void reloadCell () override
 
void setAppDescriptor (::App::Descriptor *appDescriptor)
 
- 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 8 of file app_cell.h.

Constructor & Destructor Documentation

◆ AppCell()

Home::AppCell::AppCell ( )

Definition at line 6 of file app_cell.cpp.

Member Function Documentation

◆ drawRect()

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

Reimplemented from View.

Definition at line 14 of file app_cell.cpp.

◆ layoutSubviews()

void Home::AppCell::layoutSubviews ( )
overridevirtual

Reimplemented from View.

Definition at line 28 of file app_cell.cpp.

◆ numberOfSubviews()

int Home::AppCell::numberOfSubviews ( ) const
overridevirtual

Reimplemented from View.

Definition at line 19 of file app_cell.cpp.

◆ reloadCell()

void Home::AppCell::reloadCell ( )
overridevirtual

Reimplemented from HighlightCell.

Definition at line 47 of file app_cell.cpp.

◆ setAppDescriptor()

void Home::AppCell::setAppDescriptor ( ::App::Descriptor appDescriptor)

Definition at line 34 of file app_cell.cpp.

◆ setVisible()

void Home::AppCell::setVisible ( bool  visible)

Definition at line 40 of file app_cell.cpp.

◆ subviewAtIndex()

View * Home::AppCell::subviewAtIndex ( int  index)
overridevirtual

Reimplemented from View.

Definition at line 23 of file app_cell.cpp.


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