Numworks Epsilon  1.4.1
Graphing Calculator Operating System
StackView Class Reference

#include <stack_view.h>

Inheritance diagram for StackView:
View

Public Member Functions

 StackView ()
 
void drawRect (KDContext *ctx, KDRect rect) const override
 
void setNamedController (ViewController *controller)
 
void setTextColor (KDColor textColor)
 
void setBackgroundColor (KDColor backgroundColor)
 
void setSeparatorColor (KDColor separatorColor)
 
- 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 View
KDRect m_frame
 

Detailed Description

Definition at line 7 of file stack_view.h.

Constructor & Destructor Documentation

◆ StackView()

StackView::StackView ( )

Definition at line 6 of file stack_view.cpp.

Member Function Documentation

◆ drawRect()

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

Reimplemented from View.

Definition at line 32 of file stack_view.cpp.

◆ setBackgroundColor()

void StackView::setBackgroundColor ( KDColor  backgroundColor)

Definition at line 17 of file stack_view.cpp.

◆ setNamedController()

void StackView::setNamedController ( ViewController controller)

Definition at line 27 of file stack_view.cpp.

◆ setSeparatorColor()

void StackView::setSeparatorColor ( KDColor  separatorColor)

Definition at line 22 of file stack_view.cpp.

◆ setTextColor()

void StackView::setTextColor ( KDColor  textColor)

Definition at line 12 of file stack_view.cpp.


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