#include <DocumentationPanel.h>


Public Slots | |
| void | setDocument (const QString &filename) |
| Sets the document to be displayed in the panel. | |
Public Member Functions | |
| DocumentationPanel (QWidget *parent=0, Qt::WindowFlags flags=0) | |
| Constructor of the DocumentationPanel class. | |
| virtual | ~DocumentationPanel () |
| Destructor of the DocumentationPanel class. | |
| virtual void | fillToolBars (QToolBar *mainToolBar, QToolBar *panelToolBar) |
| Fills the given tool bars with actions for the documentation panel. | |
Protected Member Functions | |
| void | focusInEvent (QFocusEvent *event) |
| Event handler that is called when the widget receives keyboard focus. | |
| DocumentationPanel::DocumentationPanel | ( | QWidget * | parent = 0, |
|
| Qt::WindowFlags | flags = 0 | |||
| ) |
Constructor of the DocumentationPanel 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. |
| DocumentationPanel::~DocumentationPanel | ( | ) | [virtual] |
Destructor of the DocumentationPanel 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 DocumentationPanel::fillToolBars | ( | QToolBar * | mainToolBar, | |
| QToolBar * | panelToolBar | |||
| ) | [virtual] |
Fills the given tool bars with actions for the documentation 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 DocumentationPanel::setDocument | ( | const QString & | filename | ) | [slot] |
Sets the document to be displayed in the panel.
Private Slots.
| filename | Path of the document. |
| filename | Path of the document. |
| void DocumentationPanel::focusInEvent | ( | QFocusEvent * | event | ) | [protected] |
Event handler that is called when the widget receives keyboard focus.
Protected Event Handlers.
| event | The object containing details about the event. |
| event | The object containing details about the event. |
1.5.9