Numworks Epsilon  1.4.1
Graphing Calculator Operating System
TabViewCell Class Reference

#include <tab_view_cell.h>

Inheritance diagram for TabViewCell:
View

Public Member Functions

 TabViewCell ()
 
void drawRect (KDContext *ctx, KDRect rect) const override
 
void setNamedController (ViewController *controller)
 
void setActive (bool active)
 
void setSelected (bool selected)
 
KDSize minimalSizeForOptimalDisplay () const override
 
- 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)
 

Additional Inherited Members

- Protected Member Functions inherited from View
void markRectAsDirty (KDRect rect)
 
- Protected Attributes inherited from View
KDRect m_frame
 

Detailed Description

Definition at line 9 of file tab_view_cell.h.

Constructor & Destructor Documentation

◆ TabViewCell()

TabViewCell::TabViewCell ( )

Definition at line 7 of file tab_view_cell.cpp.

Member Function Documentation

◆ drawRect()

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

Reimplemented from View.

Definition at line 34 of file tab_view_cell.cpp.

◆ minimalSizeForOptimalDisplay()

KDSize TabViewCell::minimalSizeForOptimalDisplay ( ) const
overridevirtual

Reimplemented from View.

Definition at line 30 of file tab_view_cell.cpp.

◆ setActive()

void TabViewCell::setActive ( bool  active)

Definition at line 20 of file tab_view_cell.cpp.

◆ setNamedController()

void TabViewCell::setNamedController ( ViewController controller)

Definition at line 15 of file tab_view_cell.cpp.

◆ setSelected()

void TabViewCell::setSelected ( bool  selected)

Definition at line 25 of file tab_view_cell.cpp.


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