APVQuiz  1
A multiplayer multithreaded quizzing application
Signals | Public Member Functions | Protected Member Functions | List of all members
Mainwindow Class Reference

Mainwindow class. More...

#include <mainwindow.h>

Inheritance diagram for Mainwindow:
Inheritance graph
[legend]
Collaboration diagram for Mainwindow:
Collaboration graph
[legend]

Signals

void window_loaded ()
 

Public Member Functions

 Mainwindow (Player usr, QString ip, QWidget *parent=0)
 Constructor for mainwindow. More...
 

Protected Member Functions

void showEvent (QShowEvent *ev)
 Overridden showEvent function. More...
 

Detailed Description

Mainwindow class.

Manages all activities of main window. Is live whenever main window is open.

Constructor & Destructor Documentation

Mainwindow::Mainwindow ( Player  usr,
QString  ip,
QWidget *  parent = 0 
)
explicit

Constructor for mainwindow.

Sets up the UI, converts to window from dialog and initializes member varibles formm the passed arguments

Member Function Documentation

void Mainwindow::showEvent ( QShowEvent *  ev)
protected

Overridden showEvent function.

Overridden showEvent function first calls its parent's showEvent function and then emitss SIGNAL window_loaded()


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