#include <mainwindow.h>
List of all members.
Detailed Description
Main window for the Home application. Contains a MHome widget.
Constructor & Destructor Documentation
MainWindow::~MainWindow |
( |
|
) |
|
Member Function Documentation
void MainWindow::closeEvent |
( |
QCloseEvent * |
event |
) |
[virtual] |
QGLContext * MainWindow::glContext |
( |
|
) |
[static] |
Returns the OpenGL context.
- Returns:
- the GL context
MainWindow * MainWindow::instance |
( |
bool |
create = false |
) |
[static] |
Returns an instance to MainWindow, creating it if requested. The ownership of the created MainWindow is transferred to the caller.
- Parameters:
-
| create | true if a MainWindow should be created if it doesn't exist, false otherwise |
- Returns:
- an instance to MainWindow or NULL if it has not been created
void MainWindow::keyPressEvent |
( |
QKeyEvent * |
event |
) |
[virtual] |
The documentation for this class was generated from the following files:
- /home/bifh4/cs2009q3-i386/work/meegotouchhome-1.0.4/src/libmeegotouchhome/mainwindow.h
- /home/bifh4/cs2009q3-i386/work/meegotouchhome-1.0.4/src/libmeegotouchhome/mainwindow.cpp