comparison Applications/BasicApplicationContext.h @ 231:5027cb2feb51 am

viewport is now part of the Application itself and not global anymore
author am@osimis.io
date Thu, 14 Jun 2018 18:49:19 +0200
parents 84844649a8fd
children 092db46c6291
comparison
equal deleted inserted replaced
230:7d2631320615 231:5027cb2feb51
33 33
34 public: 34 public:
35 BasicApplicationContext() {} 35 BasicApplicationContext() {}
36 36
37 virtual IWebService& GetWebService() = 0; 37 virtual IWebService& GetWebService() = 0;
38 virtual IWidget& SetCentralWidget(IWidget* widget) = 0; // Takes ownership 38 // virtual IWidget& SetCentralWidget(IWidget* widget) = 0; // Takes ownership
39 39
40 virtual ~BasicApplicationContext() {} 40 virtual ~BasicApplicationContext() {}
41 }; 41 };
42 } 42 }