![]() |
KVIrc 5.2.0
Developer APIs
|
Describes the tree widget hierarchy. More...
#include <ClassEditorWindow.h>
Signals | |
void | rightButtonPressed (QTreeWidgetItem *pItem, QPoint pos) |
Emitted when we press the mouse right button. | |
Public Member Functions | |
ClassEditorTreeWidget (QWidget *pParent) | |
Construct the tree widget. | |
~ClassEditorTreeWidget () | |
Destroys the tree widget. | |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *e) override |
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().
|
overrideprotected |
References e, and rightButtonPressed().
|
signal |
Emitted when we press the mouse right button.
pItem | The item clicked |
pos | The position of the cursor |
Referenced by mousePressEvent().