My Project
 
Loading...
Searching...
No Matches
Window Class Reference

#include <window.h>

Inheritance diagram for Window:
Collaboration diagram for Window:

Public Member Functions

 Window ()
 
 Window (int width, int height)
 
 Window (int width, int height, NinePatch *chrome)
 
virtual void onBackPressed ()
 
void hide ()
 
virtual void resize (int w, int h)
 
virtual void destroy ()
 
virtual void onSignal (Keys::Key *key)
 

Public Attributes

int width
 
int height
 
TouchArea * blocker
 
ShadowBoxshadow
 
NinePatch * chrome
 

Static Public Attributes

static const int TITLE_COLOR = 0xFFFF44
 

Constructor & Destructor Documentation

◆ Window() [1/3]

Window::Window ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Window() [2/3]

Window::Window ( int width,
int height )
Here is the call graph for this function:

◆ Window() [3/3]

Window::Window ( int width,
int height,
NinePatch * chrome )

Member Function Documentation

◆ destroy()

void Window::destroy ( )
virtual

◆ hide()

void Window::hide ( )
inline
Here is the caller graph for this function:

◆ onBackPressed()

virtual void Window::onBackPressed ( )
inlinevirtual

Reimplemented in WndChallenges.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ onSignal()

void Window::onSignal ( Keys::Key * key)
virtual

◆ resize()

void Window::resize ( int w,
int h )
virtual

Reimplemented in WndTabbed.

Here is the caller graph for this function:

Member Data Documentation

◆ blocker

TouchArea* Window::blocker

◆ chrome

NinePatch* Window::chrome

◆ height

int Window::height

◆ shadow

ShadowBox* Window::shadow

◆ TITLE_COLOR

const int Window::TITLE_COLOR = 0xFFFF44
static

◆ width

int Window::width

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