![]() |
CustusX
18.04-rc5
An IGT application
|
#include <cxMultiViewCache.h>
Public Member Functions | |
| MultiViewCache (RenderWindowFactoryPtr factory) | |
| ViewWidget * | retrieveView (QWidget *widget, View::Type type, bool offScreenRendering) |
| void | clearViews () |
| void | clearCache () |
Static Public Member Functions | |
| static MultiViewCachePtr | create (RenderWindowFactoryPtr factory) |
Definition at line 44 of file cxMultiViewCache.h.
| cx::MultiViewCache::MultiViewCache | ( | RenderWindowFactoryPtr | factory | ) |
Definition at line 20 of file cxMultiViewCache.cpp.
| void cx::MultiViewCache::clearCache | ( | ) |
Definition at line 55 of file cxMultiViewCache.cpp.
| void cx::MultiViewCache::clearViews | ( | ) |
Definition at line 47 of file cxMultiViewCache.cpp.
|
inlinestatic |
Definition at line 47 of file cxMultiViewCache.h.
| ViewWidget * cx::MultiViewCache::retrieveView | ( | QWidget * | widget, |
| View::Type | type, | ||
| bool | offScreenRendering | ||
| ) |
Definition at line 33 of file cxMultiViewCache.cpp.