![]() |
Fraxinus
17.12-rc3
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 65 of file cxMultiViewCache.h.
| cx::MultiViewCache::MultiViewCache | ( | RenderWindowFactoryPtr | factory | ) |
Definition at line 41 of file cxMultiViewCache.cpp.
| void cx::MultiViewCache::clearCache | ( | ) |
Definition at line 76 of file cxMultiViewCache.cpp.
| void cx::MultiViewCache::clearViews | ( | ) |
Definition at line 68 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 54 of file cxMultiViewCache.cpp.