![]() |
CustusX
16.12-rc5
An IGT application
|
#include <cxMultiViewCache.h>
Public Member Functions | |
| MultiViewCache () | |
| ViewWidget * | retrieveView (QWidget *widget, View::Type type, bool offScreenRendering) |
| void | clearViews () |
| void | clearCache () |
Static Public Member Functions | |
| static MultiViewCachePtr | create () |
Definition at line 65 of file cxMultiViewCache.h.
| cx::MultiViewCache::MultiViewCache | ( | ) |
Definition at line 39 of file cxMultiViewCache.cpp.
| void cx::MultiViewCache::clearCache | ( | ) |
Definition at line 73 of file cxMultiViewCache.cpp.
| void cx::MultiViewCache::clearViews | ( | ) |
Definition at line 65 of file cxMultiViewCache.cpp.
|
inlinestatic |
Definition at line 68 of file cxMultiViewCache.h.
| ViewWidget * cx::MultiViewCache::retrieveView | ( | QWidget * | widget, |
| View::Type | type, | ||
| bool | offScreenRendering | ||
| ) |
Definition at line 51 of file cxMultiViewCache.cpp.