#include <HistoryPanel.h>


Public Member Functions | |
| HistoryPanel (QWidget *parent=0, Qt::WindowFlags flags=0) | |
| Constructor of the HistoryPanel class. | |
| virtual | ~HistoryPanel () |
| Destructor of the HistoryPanel class. | |
| virtual void | fillToolBars (QToolBar *mainToolBar, QToolBar *panelToolBar) |
| Fills the given tool bars with actions for the history panel. | |
| void | addItem (const QString &text) |
| Adds the given text to the history list. | |
| HistoryPanel::HistoryPanel | ( | QWidget * | parent = 0, |
|
| Qt::WindowFlags | flags = 0 | |||
| ) |
Constructor of the HistoryPanel class.
Constructors and Destructors.
| parent | The parent widget the created instance will be a child of. | |
| flags | Extra widget options. |
| parent | The parent widget the created instance will be a child of. | |
| flags | Extra widget options. |
| HistoryPanel::~HistoryPanel | ( | ) | [virtual] |
Destructor of the HistoryPanel class.
Defined virtual to guarantee that the destructor of a derived class will be called if the instance of the derived class is saved in a variable of its parent class type.
| void HistoryPanel::fillToolBars | ( | QToolBar * | mainToolBar, | |
| QToolBar * | panelToolBar | |||
| ) | [virtual] |
Fills the given tool bars with actions for the history panel.
Public Functions.
| mainToolBar | The main tool bar to fill with actions. | |
| panelToolBar | The panel tool bar to fill with actions. |
| mainToolBar | The main tool bar to fill with actions. | |
| panelToolBar | The panel tool bar to fill with actions. |
Reimplemented from Panel.
| void HistoryPanel::addItem | ( | const QString & | text | ) |
Adds the given text to the history list.
| text | The text to add to the history list. |
1.5.9