Main Page | Namespace List | Class List | Directories | File List | Class Members | File Members

cMainWindow Class Reference

Class that manages the main window layout. More...

#include <main_window.h>

List of all members.

Public Slots

void changeStatusText (QString newStatusText)
 Changes text displayed by Status bar.

Public Member Functions

 cMainWindow (QWidget *parent=0, const char *name=0)
 Constructor.

Private Attributes

QStatusBar * statusBar
 Pointer to a QStatusBar object.


Detailed Description

Class that manages the main window layout.

Author:
stonedz
Since:
pre-alpha
This class inherits from QWidget class, wich is part of Qt librairies. It creates a widget that will be filled with all the wigets needed for the correct functionality of the application ( buttons, status bar, text area).


Constructor & Destructor Documentation

cMainWindow::cMainWindow QWidget *  parent = 0,
const char *  name = 0
 

Constructor.

Constructor for the class, it creates a new cMainWindow object, it takes two optional parameters, the parent widget and its name.

Author:
stonedz
Since:
pre-alpha
Parameters:
parent Parent widget.
name Widget name.
Precondition:
None.


Member Function Documentation

cMainWindow::changeStatusText QString  newStatusText  )  [slot]
 

Changes text displayed by Status bar.

This slot changes the text displayed by the status bar widget.

Author:
stonedz
Since:
pre-alpha
Parameters:
newStatusText New text to be displayed in status bar.
Precondition:
None.


Member Data Documentation

cMainWindow::statusBar [private]
 

Pointer to a QStatusBar object.

This pointer will hold the address of a QStatusBar object that is created in cMainWindow constructor.

Author:
stonedz
Since:
pre-alpha
See also:
cMainWindow


The documentation for this class was generated from the following files:
Generated on Sun Mar 27 03:07:06 2005 for lirica. by  doxygen 1.3.9.1