Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
qSlicerSettingsCachePanel Class Reference

#include <Base/QTGUI/qSlicerSettingsCachePanel.h>

Inheritance diagram for qSlicerSettingsCachePanel:
Collaboration diagram for qSlicerSettingsCachePanel:

Public Types

typedef ctkSettingsPanel Superclass
 Superclass typedef.
 

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.
 
virtual void setCacheManager (vtkCacheManager *cacheManager)
 
 ~qSlicerSettingsCachePanel () override
 Destructor.
 

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: