GridTileDelegate

Search for usage in LXR

GridTileDelegate Class Reference

Inherits QtQuick::Templates::ItemDelegate.

Properties

list< QtObjectactions
 
alias actionsAnchors
 
Item thumbnailArea
 
bool thumbnailAvailable
 
alias tile
 
string toolTip
 

Detailed Description

Base delegate for KControlmodules based on Grid views of thumbnails Use the onClicked signal handler for managing the main action when the user clicks on the tile, modified from the original GridDelegate from the KCM module @inherits QtQuick.Templates.ItemDelegate.

Definition at line 19 of file GridTileDelegate.qml.

Property Documentation

◆ actions

list<QtObject> GridTileDelegate::actions
read

actions: list<Action> A list of extra actions for the thumbnails.

They will be shown as icons on the bottom-right corner of the tile on mouse over

Definition at line 42 of file GridTileDelegate.qml.

◆ actionsAnchors

alias GridTileDelegate::actionsAnchors
read

actionsAnchors: anchors The anchors of the actions listing

Definition at line 47 of file GridTileDelegate.qml.

◆ thumbnailArea

Item GridTileDelegate::thumbnailArea
read

thumbnailArea: Item The item that will contain the thumbnail within the delegate

Definition at line 52 of file GridTileDelegate.qml.

◆ thumbnailAvailable

bool GridTileDelegate::thumbnailAvailable
read

thumbnailAvailable: bool Set it to true when a tile is actually available: when false, a default icon will be shown instead of the actual tile.

Definition at line 36 of file GridTileDelegate.qml.

◆ tile

alias GridTileDelegate::tile
read

tile: Item the item actually implementing the tile: the visualization is up to the implementation

Definition at line 30 of file GridTileDelegate.qml.

◆ toolTip

string GridTileDelegate::toolTip
read

toolTip: string string for a tooltip for the whole delegate

Definition at line 25 of file GridTileDelegate.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:21:35 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.