An Qt Widget that takes care of setting cacheing information.
More...
#include <qVCacheInfoFrame.hpp>
|
|
typedef vector< WeakPtr< QViewer > > | ViewerList_t |
| | A list of GL viewers.
|
| |
|
|
void | resizeGLCache () |
| |
|
void | resizeGPUCache () |
| |
|
void | resizeRAMCache () |
| |
|
|
void | mouseReleaseEvent (QMouseEvent *e) override |
| |
|
| qVCacheInfoFrame (QWidget *parent) |
| |
|
void | setCacheInfo (int current, int max, long GPUcurrent, long GPUmax) |
| |
|
|
RefPtr< CacheGUI > | GLCache |
| |
|
RefPtr< CacheGUI > | GPUCache |
| |
|
RefPtr< CacheGUI > | RAMCache |
| |
|
QPointer< QTimer > | tick |
| |
|
ViewerList_t | ViewerList |
| | The list of Q Viewer that is managed by this CacheInfoFrame.
|
| |
An Qt Widget that takes care of setting cacheing information.
The documentation for this struct was generated from the following files:
- qVCacheInfoFrame.hpp
- qVCacheInfoFrame.cpp