#include <SourceControlThumbnail.h>
Inherits AzToolsFramework::Thumbnailer::Thumbnail, and SourceControlThumbnailRequestBus::Handler.
|
|
void | Update () override |
| |
|
virtual void | Update () |
| |
|
|
| SourceControlThumbnail (SharedThumbnailKey key) |
| |
|
void | FileStatusChanged (const char *filename) override |
| |
|
| Thumbnail (SharedThumbnailKey key) |
| |
|
bool | operator== (const Thumbnail &other) const |
| |
|
virtual void | Load () |
| |
|
const QPixmap & | GetPixmap () const |
| |
|
SharedThumbnailKey | GetKey () const |
| |
|
State | GetState () const |
| |
|
AZStd::chrono::steady_clock::time_point | GetLastTimeUpdated () const |
| |
|
bool | CanAttemptReload () const |
| |
|
|
static bool | ReadyForUpdate () |
| |
|
| enum class | State { Unloaded
, Loading
, Ready
, Failed
} |
| |
|
void | ThumbnailUpdated () const |
| |
|
void | QueueThumbnailUpdated () |
| |
|
AZStd::chrono::steady_clock::time_point | m_lastTimeUpdated = AZStd::chrono::steady_clock::now() |
| |
|
AZStd::atomic< State > | m_state |
| |
|
SharedThumbnailKey | m_key |
| |
|
QPixmap | m_pixmap |
| |
SourceControlThumbnail currently replicates the source control functionality within Material Browser Additionally source control status is refreshed whenever an operation is performed through context menu
The documentation for this class was generated from the following file:
- Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnail.h