#include <TreeViewContent.h>
|
bool | eventFilter (QObject *target, QEvent *event) |
|
void | keyPressEvent (QKeyEvent *event) |
|
void | leaveEvent (QEvent *event) |
|
void | mouseDoubleClickEvent (QMouseEvent *event) |
|
void | mouseMoveEvent (QMouseEvent *event) |
|
void | mousePressEvent (QMouseEvent *event) |
|
void | mouseReleaseEvent (QMouseEvent *event) |
|
void | paintEvent (QPaintEvent *event) |
|
void | resizeEvent (QResizeEvent *event) |
|
void | scrollContentsBy (int dx, int dy) |
|
|
| TreeViewContent (const TreeViewContent &other) |
|
TreeViewContent & | operator= (const TreeViewContent &other) |
|
void | nullify () |
|
void | paintItemText (QPainter *, int, QPoint, QPoint) |
|
void | drawCollapsedArrow (QPainter *, QRect) |
|
void | drawExpandedArrow (QPainter *, QRect) |
|
QRect | getArrowRect (AbstractTreeItem *item) const |
|
|
static const int | ITEM_PADDING = 4 |
|
static const int | ITEM_INDENTATION = 23 |
|
- Author
- ????-??-?? Unknown
- History:
2012-09-28 Kimberly Oyama - Changed member variables to be prefixed with "m_".
2017-07-25 Summer Stapleton - Removed the CnetViz namespace. Fixes #5054.
Definition at line 29 of file TreeViewContent.h.
◆ m_hoveredItem
The bool is true if the mouse is hovering over the arrow.
Definition at line 92 of file TreeViewContent.h.
◆ m_pressedItem
The bool is true if the arrow in the item was pressed.
Definition at line 89 of file TreeViewContent.h.
The documentation for this class was generated from the following files: