comparison OrthancStone/Sources/Viewport/IViewport.h @ 1558:314b6dc507d9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2020 11:38:56 +0200
parents 244ad1e4e76a
children 92fca2b3ba3d
comparison
equal deleted inserted replaced
1557:a6f339d8e4c2 1558:314b6dc507d9
19 **/ 19 **/
20 20
21 #pragma once 21 #pragma once
22 22
23 #include "../Scene2D/ICompositor.h" 23 #include "../Scene2D/ICompositor.h"
24 #include "../Scene2DViewport/ViewportController.h"
25 24
26 namespace OrthancStone 25 namespace OrthancStone
27 { 26 {
27 class ViewportController;
28
28 /** 29 /**
29 * Class that combines a Scene2D with a canvas where to draw the 30 * Class that combines a Scene2D with a canvas where to draw the
30 * scene. A call to "Refresh()" will update the content of the 31 * scene. A call to "Refresh()" will update the content of the
31 * canvas. A "IViewport" can possibly be accessed from several 32 * canvas. A "IViewport" can possibly be accessed from several
32 * threads depending on the rendering back-end (e.g. in SDL or Qt): 33 * threads depending on the rendering back-end (e.g. in SDL or Qt):