|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <apps_window.h>
Public Member Functions | |
| AppsWindow () | |
| void | setTitle (I18n::Message title) |
| bool | updateBatteryLevel () |
| bool | updateIsChargingState () |
| bool | updatePluggedState () |
| void | refreshPreferences () |
| bool | updateAlphaLock () |
| void | hideTitleBarView (bool hide) |
Public Member Functions inherited from Window | |
| 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 |
Additional Inherited Members | |
Protected Member Functions inherited from View | |
| void | markRectAsDirty (KDRect rect) |
Protected Attributes inherited from Window | |
| View * | m_contentView |
Protected Attributes inherited from View | |
| KDRect | m_frame |
Definition at line 7 of file apps_window.h.
| AppsWindow::AppsWindow | ( | ) |
Definition at line 7 of file apps_window.cpp.
| void AppsWindow::hideTitleBarView | ( | bool | hide | ) |
Definition at line 38 of file apps_window.cpp.
| void AppsWindow::refreshPreferences | ( | ) |
Definition at line 30 of file apps_window.cpp.
| void AppsWindow::setTitle | ( | I18n::Message | title | ) |
Definition at line 14 of file apps_window.cpp.
| bool AppsWindow::updateAlphaLock | ( | ) |
Definition at line 34 of file apps_window.cpp.
| bool AppsWindow::updateBatteryLevel | ( | ) |
Definition at line 18 of file apps_window.cpp.
| bool AppsWindow::updateIsChargingState | ( | ) |
Definition at line 22 of file apps_window.cpp.
| bool AppsWindow::updatePluggedState | ( | ) |
Definition at line 26 of file apps_window.cpp.