StatusBar Class Reference

The statusbar for the MainWindow. More...

#include <statusbar.h>

List of all members.

Public Slots

void setCursorPosition (int line, int col)
void setSaveStatus (bool saved)

Public Member Functions

 StatusBar (QWidget *parent=0)
 ~StatusBar ()
void setNodeName (QString name)

Detailed Description

The statusbar for the MainWindow.

This StatusBar is used in the MainWindow to show some status informations.

Author:
Manuel Unglaub

Constructor & Destructor Documentation

StatusBar::StatusBar ( QWidget *  parent = 0  ) 

The constructor.

Constructs the StatusBar which is a child of parent.

Parameters:
parent The parent of this StatusBar.
StatusBar::~StatusBar (  ) 

The destructor.

Destroys the object.


Member Function Documentation

void StatusBar::setCursorPosition ( int  line,
int  col 
) [slot]

Display the current cursor position in this StatusBar.

Parameters:
line Set the line of the current cursor position.
col Set the column of the current cursor position.
void StatusBar::setNodeName ( QString  name  ) 

Display the currently selected nodes name.

Parameters:
name The string which will be shown in this StatusBar.
void StatusBar::setSaveStatus ( bool  saved  )  [slot]

Show if the currently selected node is saved.

Parameters:
saved If true it will show that the content is saved and if it is false it will show that the content is changend.

The documentation for this class was generated from the following files:
Generated on Fri May 14 19:12:52 2010 for Silence by  doxygen 1.6.3