comparison Framework/Scene2D/Internals/ICairoContextProvider.h @ 848:80829436ce0c am-mainline

starting to re-implement radiography editor with latest framework
author Alain Mazy <alain@mazy.be>
date Thu, 13 Jun 2019 16:47:02 +0200
parents 6e471e6cf09b
children 6e79e8c9021c
comparison
equal deleted inserted replaced
842:2b245953b44b 848:80829436ce0c
36 { 36 {
37 } 37 }
38 38
39 virtual cairo_t* GetCairoContext() = 0; 39 virtual cairo_t* GetCairoContext() = 0;
40 40
41 virtual unsigned int GetCairoWidth() = 0; 41 virtual unsigned int GetWidth() const = 0;
42 42
43 virtual unsigned int GetCairoHeight() = 0; 43 virtual unsigned int GetHeight() const = 0;
44 }; 44 };
45 } 45 }
46 } 46 }