StatusBar Class Reference
#include <statusbar.h>
Inheritance diagram for StatusBar:

Public Member Functions | |
StatusBar (QWidget *parent=0, const char *name=0) | |
~StatusBar () | |
void | addWidget (QWidget *widget, int stretch=0, bool permanent=FALSE) |
Private Slots | |
void | cursorPositionChanged () |
void | activePartChanged (KParts::Part *part) |
void | setStatus (const QString &str) |
void | setCursorPosition (int line, int col) |
Private Attributes | |
QLabel * | _status |
KTextEditor::ViewCursorInterface * | _cursorIface |
KParts::Part * | _activePart |
Constructor & Destructor Documentation
|
Definition at line 34 of file statusbar.cpp. References _status, activePartChanged(), addWidget(), and StatusBar(). Referenced by StatusBar(). |
|
Definition at line 53 of file statusbar.cpp. |
Member Function Documentation
|
Definition at line 56 of file statusbar.cpp. References _activePart, _cursorIface, _status, activePartChanged(), cursorPositionChanged(), setStatus(), and KParts::Part::widget(). Referenced by activePartChanged(), and StatusBar(). |
|
Definition at line 131 of file statusbar.cpp. References addWidget(). Referenced by addWidget(), and StatusBar(). |
|
Definition at line 104 of file statusbar.cpp. References _cursorIface, KTextEditor::ViewCursorInterface::cursorPosition(), and setCursorPosition(). Referenced by activePartChanged(). |
|
Definition at line 126 of file statusbar.cpp. References _status, and setCursorPosition(). Referenced by cursorPositionChanged(), and setCursorPosition(). |
|
Definition at line 114 of file statusbar.cpp. References _activePart, _status, and setStatus(). Referenced by activePartChanged(), and setStatus(). |
Member Data Documentation
|
Definition at line 53 of file statusbar.h. Referenced by activePartChanged(), and setStatus(). |
|
Definition at line 47 of file statusbar.h. Referenced by activePartChanged(), and cursorPositionChanged(). |
|
Definition at line 45 of file statusbar.h. Referenced by activePartChanged(), setCursorPosition(), setStatus(), and StatusBar(). |
The documentation for this class was generated from the following files:
- src/statusbar.h
- src/statusbar.cpp