Numworks Epsilon  1.4.1
Graphing Calculator Operating System
AppsWindow Class Reference

#include <apps_window.h>

Inheritance diagram for AppsWindow:
Window View

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
 
Viewoperator= (const View &other)=delete
 
Viewoperator= (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
 
Viewsubview (int index)
 
virtual KDSize minimalSizeForOptimalDisplay () const
 

Additional Inherited Members

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

Detailed Description

Definition at line 7 of file apps_window.h.

Constructor & Destructor Documentation

◆ AppsWindow()

AppsWindow::AppsWindow ( )

Definition at line 7 of file apps_window.cpp.

Member Function Documentation

◆ hideTitleBarView()

void AppsWindow::hideTitleBarView ( bool  hide)

Definition at line 38 of file apps_window.cpp.

◆ refreshPreferences()

void AppsWindow::refreshPreferences ( )

Definition at line 30 of file apps_window.cpp.

◆ setTitle()

void AppsWindow::setTitle ( I18n::Message  title)

Definition at line 14 of file apps_window.cpp.

◆ updateAlphaLock()

bool AppsWindow::updateAlphaLock ( )

Definition at line 34 of file apps_window.cpp.

◆ updateBatteryLevel()

bool AppsWindow::updateBatteryLevel ( )

Definition at line 18 of file apps_window.cpp.

◆ updateIsChargingState()

bool AppsWindow::updateIsChargingState ( )

Definition at line 22 of file apps_window.cpp.

◆ updatePluggedState()

bool AppsWindow::updatePluggedState ( )

Definition at line 26 of file apps_window.cpp.


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