#include <Modules/Loadable/VolumeRendering/Widgets/qSlicerGPUMemoryComboBox.h>
|
| QScopedPointer< qSlicerGPUMemoryComboBoxPrivate > | d_ptr |
| |
Definition at line 32 of file qSlicerGPUMemoryComboBox.h.
◆ Superclass
◆ currentGPUMemory
| double qSlicerGPUMemoryComboBox::currentGPUMemory |
|
readwrite |
◆ currentGPUMemoryString
| QString qSlicerGPUMemoryComboBox::currentGPUMemoryString |
|
readwrite |
◆ qSlicerGPUMemoryComboBox()
| qSlicerGPUMemoryComboBox::qSlicerGPUMemoryComboBox |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~qSlicerGPUMemoryComboBox()
| qSlicerGPUMemoryComboBox::~qSlicerGPUMemoryComboBox |
( |
| ) |
|
|
override |
◆ currentGPUMemory()
| Q_INVOKABLE double qSlicerGPUMemoryComboBox::currentGPUMemory |
( |
| ) |
const |
Return currently selected GPU memory in MB or percentage (% value between 0-1)
◆ currentGPUMemoryAsString()
| Q_INVOKABLE QString qSlicerGPUMemoryComboBox::currentGPUMemoryAsString |
( |
| ) |
const |
Return currently selected GPU memory as string.
◆ currentGPUMemoryInMB()
| Q_INVOKABLE int qSlicerGPUMemoryComboBox::currentGPUMemoryInMB |
( |
| ) |
const |
Return currently selected GPU memory in MB.
◆ setCurrentGPUMemory
| void qSlicerGPUMemoryComboBox::setCurrentGPUMemory |
( |
double |
memory | ) |
|
|
slot |
Set currently selected GPU memory in MB or percentage (% value between 0-1)
◆ setCurrentGPUMemoryFromString
| void qSlicerGPUMemoryComboBox::setCurrentGPUMemoryFromString |
( |
const QString & |
memoryString | ) |
|
|
slot |
Set currently selected GPU memory from string (
- See also
- qSlicerGPUMemoryComboBoxPrivate::memoryFromString)
◆ totalGPUMemoryInMB()
| Q_INVOKABLE int qSlicerGPUMemoryComboBox::totalGPUMemoryInMB |
( |
| ) |
const |
Return total memory available in the GPU.
◆ d_ptr
| QScopedPointer<qSlicerGPUMemoryComboBoxPrivate> qSlicerGPUMemoryComboBox::d_ptr |
|
protected |
The documentation for this class was generated from the following file: