Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Slots | Public Member Functions | Protected Slots | Protected Attributes
qSlicerSettingsCachePanel Class Reference

#include <Base/QTGUI/qSlicerSettingsCachePanel.h>

Inheritance diagram for qSlicerSettingsCachePanel:
Inheritance graph
[legend]
Collaboration diagram for qSlicerSettingsCachePanel:
Collaboration graph
[legend]

Public Types

typedef ctkSettingsPanel Superclass
 Superclass typedef. More...
 

Public Slots

void clearCache ()
 
void setCacheFreeBufferSize (int sizeInMB)
 
void setCachePath (const QString &path)
 
void setCacheSize (int sizeInMB)
 
void setForceRedownload (bool force)
 

Public Member Functions

 qSlicerSettingsCachePanel (QWidget *parent=nullptr)
 Constructor. More...
 
virtual void setCacheManager (vtkCacheManager *cacheManager)
 
 ~qSlicerSettingsCachePanel () override
 Destructor. More...
 

Protected Slots

void updateFromCacheManager ()
 

Protected Attributes

QScopedPointer< qSlicerSettingsCachePanelPrivate > d_ptr
 

Detailed Description

Definition at line 37 of file qSlicerSettingsCachePanel.h.

Member Typedef Documentation

◆ Superclass

typedef ctkSettingsPanel qSlicerSettingsCachePanel::Superclass

Superclass typedef.

Definition at line 44 of file qSlicerSettingsCachePanel.h.

Constructor & Destructor Documentation

◆ qSlicerSettingsCachePanel()

qSlicerSettingsCachePanel::qSlicerSettingsCachePanel ( QWidget *  parent = nullptr)
explicit

Constructor.

◆ ~qSlicerSettingsCachePanel()

qSlicerSettingsCachePanel::~qSlicerSettingsCachePanel ( )
override

Destructor.

Member Function Documentation

◆ clearCache

void qSlicerSettingsCachePanel::clearCache ( )
slot

◆ setCacheFreeBufferSize

void qSlicerSettingsCachePanel::setCacheFreeBufferSize ( int  sizeInMB)
slot

◆ setCacheManager()

virtual void qSlicerSettingsCachePanel::setCacheManager ( vtkCacheManager cacheManager)
virtual

◆ setCachePath

void qSlicerSettingsCachePanel::setCachePath ( const QString &  path)
slot

◆ setCacheSize

void qSlicerSettingsCachePanel::setCacheSize ( int  sizeInMB)
slot

◆ setForceRedownload

void qSlicerSettingsCachePanel::setForceRedownload ( bool  force)
slot

◆ updateFromCacheManager

void qSlicerSettingsCachePanel::updateFromCacheManager ( )
protectedslot

Member Data Documentation

◆ d_ptr

QScopedPointer<qSlicerSettingsCachePanelPrivate> qSlicerSettingsCachePanel::d_ptr
protected

Definition at line 65 of file qSlicerSettingsCachePanel.h.


The documentation for this class was generated from the following file: