Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::ThumbnailPropertyCtrl Class Reference

Used by PropertyAssetCtrl to display thumbnail preview of the asset as well as additional drop-down actions. More...

#include <ThumbnailPropertyCtrl.h>

Inherits QWidget.

Signals

void clicked ()
 

Public Member Functions

 ThumbnailPropertyCtrl (QWidget *parent=nullptr)
 
void SetThumbnailKey (Thumbnailer::SharedThumbnailKey key)
 Call this to set what thumbnail widget will display.
 
void ClearThumbnail ()
 Remove current thumbnail.
 
void ShowDropDownArrow (bool visible)
 Display a clickable dropdown arrow next to the thumbnail.
 
void SetCustomThumbnailEnabled (bool enabled)
 Override the thumbnail widget with a custom image.
 
void SetCustomThumbnailPixmap (const QPixmap &pixmap)
 Assign a custom image to display in place of thumbnail.
 

Detailed Description

Used by PropertyAssetCtrl to display thumbnail preview of the asset as well as additional drop-down actions.


The documentation for this class was generated from the following file: