KVIrc
4.9.2
DeveloperAPIs
|
Describes the tree widget hierarchy. More...
#include <ClassEditorWindow.h>
Signals | |
void | rightButtonPressed (QTreeWidgetItem *pItem, QPoint pos) |
Emitted when we press the mouse right button. More... | |
Public Member Functions | |
ClassEditorTreeWidget (QWidget *pParent) | |
Construct the tree widget. More... | |
~ClassEditorTreeWidget () | |
Destroys the tree widget. More... | |
Protected Member Functions | |
virtual void | mousePressEvent (QMouseEvent *e) |
Describes the tree widget hierarchy.
ClassEditorTreeWidget::ClassEditorTreeWidget | ( | QWidget * | pParent | ) |
Construct the tree widget.
pParent | The parent widget |
References __tr2qs_ctx().
ClassEditorTreeWidget::~ClassEditorTreeWidget | ( | ) |
Destroys the tree widget.
References clear().
|
protectedvirtual |
References rightButtonPressed().
|
signal |
Emitted when we press the mouse right button.
pItem | The item clicked |
pos | The position of the cursor |
Referenced by mousePressEvent().