Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <window.h>
Public Member Functions | |
Window () | |
void | redraw (bool force=false) |
void | setContentView (View *contentView) |
Public Member Functions inherited from View | |
View () | |
virtual | ~View () |
View (const View &other)=delete | |
View (View &&other)=delete | |
View & | operator= (const View &other)=delete |
View & | operator= (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 |
View * | subview (int index) |
virtual KDSize | minimalSizeForOptimalDisplay () const |
Protected Member Functions | |
virtual int | numberOfSubviews () const override |
virtual void | layoutSubviews () override |
virtual View * | subviewAtIndex (int index) override |
Protected Member Functions inherited from View | |
void | markRectAsDirty (KDRect rect) |
Protected Attributes | |
View * | m_contentView |
Protected Attributes inherited from View | |
KDRect | m_frame |
Window::Window | ( | ) |
Definition at line 7 of file window.cpp.
|
overrideprotectedvirtual |
Reimplemented from View.
Definition at line 39 of file window.cpp.
|
overrideprotectedvirtual |
Reimplemented from View.
Definition at line 30 of file window.cpp.
Definition at line 12 of file window.cpp.
void Window::setContentView | ( | View * | contentView | ) |
Definition at line 20 of file window.cpp.
|
overrideprotectedvirtual |
Reimplemented from View.
Definition at line 34 of file window.cpp.