#include <elementinspector.h>
Inheritance diagram for ElementInspector:

Signals | |
| void | visibilityToggled () |
Public Member Functions | |
| ElementInspector (QWidget *parent=0, Qt::WindowFlags flags=0) | |
Protected Member Functions | |
| void | showEvent (QShowEvent *e) |
| void | hideEvent (QHideEvent *e) |
| virtual void | customEvent (QEvent *e) |
| void | elementSelectionChangedEvent (VElementSelectionChangedEvent *) |
| ElementInspector::ElementInspector | ( | QWidget * | parent = 0, |
|
| Qt::WindowFlags | flags = 0 | |||
| ) |
Constructs an element inspector with the given parent and flags.
| void ElementInspector::visibilityToggled | ( | ) | [signal] |
| void ElementInspector::showEvent | ( | QShowEvent * | event | ) | [protected] |
Passes event onto QDialog and then emits visibilityToggled().
| void ElementInspector::hideEvent | ( | QHideEvent * | event | ) | [protected] |
Passes event onto QDialog and then emits visibilityToggled().
| virtual void ElementInspector::customEvent | ( | QEvent * | e | ) | [inline, protected, virtual] |
| void ElementInspector::elementSelectionChangedEvent | ( | VElementSelectionChangedEvent * | ) | [protected, virtual] |
Reimplemented from AbstractDiagramView.
1.5.2