Qubet  1.0
The ultimate QGL addicting videogame!
 All Classes Functions Variables Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Window Class Reference

This class is the QMainWindow, it is used to contain Qubet widget. More...

#include <window.h>

Inheritance diagram for Window:
Inheritance graph
Collaboration diagram for Window:
Collaboration graph

Public Member Functions

 Window (QWidget *parent=0)
 Create the QMainWindow. More...
 
 ~Window ()
 Destroy the QMainWindow (for what it worths).
 

Private Member Functions

void closeEvent (QCloseEvent *event)
 This function is invoked when the user closes the Window. It is used to perform cleaning operations. More...
 

Private Attributes

QubetqubetWidget
 

Detailed Description

This class is the QMainWindow, it is used to contain Qubet widget.

Version
1.0
Author
#34

Constructor & Destructor Documentation

Window::Window ( QWidget *  parent = 0)
explicit

Create the QMainWindow.

Parameters
parentis a callback variable to the parent of the window.

Member Function Documentation

void Window::closeEvent ( QCloseEvent *  event)
private

This function is invoked when the user closes the Window. It is used to perform cleaning operations.

Parameters
eventis the QCloseEvent*.

Here is the call graph for this function:

Member Data Documentation

Qubet* Window::qubetWidget
private

This variable refers to the Qubet instance.


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