• Moved everything related to the subject being captured by the preview renderer into a preview render content class which will become an interface in the next iteration
• Extracted all of the thumbnail specific code from the common preview render class as a step towards separating it from the thumbnail system completely • Created a capture request structure that stores all of the info related to the content being captured and callbacks for success and failure • Request to capture any kind of content can be added to the renderer using this structure Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
+2
@@ -102,6 +102,8 @@ set(FILES
|
||||
Source/Thumbnails/Preview/CommonPreviewer.ui
|
||||
Source/Thumbnails/Preview/CommonPreviewerFactory.cpp
|
||||
Source/Thumbnails/Preview/CommonPreviewerFactory.h
|
||||
Source/Thumbnails/Rendering/CommonPreviewContent.cpp
|
||||
Source/Thumbnails/Rendering/CommonPreviewContent.h
|
||||
Source/Thumbnails/Rendering/CommonPreviewRenderer.cpp
|
||||
Source/Thumbnails/Rendering/CommonPreviewRenderer.h
|
||||
Source/Thumbnails/Rendering/CommonPreviewRendererState.h
|
||||
|
||||
Reference in New Issue
Block a user