#include <StatusBar.h>
Inheritance diagram for StatusBar::
Public Slots | |
void | setZoom (int z) |
Sets the current zoom factor (in percent). | |
Public Methods | |
StatusBar (QWidget *=NULL, const char *=0) | |
Constructor. | |
~StatusBar () | |
Destructor. | |
void | setSelected (int sel) |
Display sel as the number of selected objects. | |
void | setPosition (double x, double y) |
Sets the cursor position to x, y. | |
Private Attributes | |
QLabel * | selected |
Label showing the number of selected objects. | |
QLabel * | zoom |
Label showing the current zoom factor. | |
QLabel * | position |
Label showing the current mouse cursor position. | |
QLabel * | lmessage |
Label showing messages. |