Home
last modified time | relevance | path

Searched refs:KTreemapTile (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/k4dirstat/k4dirstat-3.3.0/src/
H A Dktreemapview.h28 class KTreemapTile; variable
52 KTreemapTile *tileAt(QPoint pos);
64 KTreemapTile *selectedTile() const { return _selectedTile; } in selectedTile()
69 KTreemapTile *rootTile() const { return _rootTile; } in rootTile()
83 KTreemapTile *findTile(KFileInfo *node);
98 void selectTile(KTreemapTile *tile, bool emitEvent = true);
269 void contextMenu(KTreemapTile *tile, const QPoint &pos);
318 KTreemapTile *_rootTile;
319 KTreemapTile *_selectedTile;
368 void highlight(KTreemapTile *tile);
H A Dktreemaptile.h107 class KTreemapTile : public QGraphicsRectItem {
116 KTreemapTile(KTreemapView *parentView, KTreemapTile *parentTile,
125 KTreemapTile(KTreemapView *parentView, KTreemapTile *parentTile,
134 virtual ~KTreemapTile();
150 KTreemapTile *parentTile() const { return _parentTile; } in parentTile()
257 KTreemapTile *_parentTile;
H A Dktreemaptile.cpp41 KTreemapTile::KTreemapTile(KTreemapView *parentView, KTreemapTile *parentTile, in KTreemapTile() function in KTreemapTile
54 KTreemapTile::KTreemapTile(KTreemapView *parentView, KTreemapTile *parentTile, in KTreemapTile() function in KTreemapTile
67 KTreemapTile::~KTreemapTile() { in ~KTreemapTile()
71 void KTreemapTile::init() { in init()
89 void KTreemapTile::createChildren(const QRectF &rect, in createChildren()
132 KTreemapTile *tile = new KTreemapTile(_parentView, this, sorted[i], childRect, childDir); in createChildrenSimple()
284 KTreemapTile *tile = in layoutRow()
313 void KTreemapTile::paint(QPainter *painter, in paint()
361 QPixmap KTreemapTile::renderCushion() { in renderCushion()
430 void KTreemapTile::ensureContrast(QImage &image) { in ensureContrast()
[all …]
H A Dktreemapview.cpp111 KTreemapTile *KTreemapView::tileAt(QPoint pos) { in tileAt()
112 KTreemapTile *tile = 0; in tileAt()
114 tile = dynamic_cast<KTreemapTile *>(it); in tileAt()
125 KTreemapTile *tile = tileAt(event->pos()); in mousePressEvent()
183 KTreemapTile *tile = tileAt(event->pos()); in contentsMouseDoubleClickEvent()
221 KTreemapTile *newRootTile = _selectedTile; in zoomIn()
260 KTreemapTile *newRootTile = _selectedTile; in canZoomIn()
312 _rootTile = new KTreemapTile(this, // parentView in rebuildTreemap()
362 KTreemapTile *oldSelection = _selectedTile; in selectTile()
392 KTreemapTile *KTreemapView::findTile(KFileInfo *node) { in findTile()
[all …]
H A Dk4dirstat.h38 class KTreemapTile; variable
188 void contextMenu(KTreemapTile *tile, const QPoint &pos);
H A Dk4dirstat.cpp661 void k4dirstat::contextMenu(KTreemapTile *tile, const QPoint &pos) { in contextMenu()
685 connect(_treemapView, SIGNAL(contextMenu(KTreemapTile *, const QPoint &)), in createTreemapView()
686 this, SLOT(contextMenu(KTreemapTile *, const QPoint &))); in createTreemapView()