A Widget that can be reused to provide fidelity selection in any renderer EventRouter class.
More...
#include <FidelityWidget.h>
|
| void | setNumRefinements (int num) |
| | Connected to the image file text editor.
|
| |
| void | setCompRatio (int num) |
| | Connected to the compression ratio selector, setting the lod index.
|
| |
| void | setFidelity (int buttonID) |
| | Connected to the fidelity button selector, setting the fidelity index.
|
| |
| void | SetFidelityDefault () |
| |
A Widget that can be reused to provide fidelity selection in any renderer EventRouter class.
- Author
- Scott Pearse
- Version
- 3.0
- Date
- December 2017
Definition at line 28 of file FidelityWidget.h.
◆ FidelityWidget()
| FidelityWidget::FidelityWidget |
( |
QWidget * |
parent | ) |
|
◆ GetCurrentLodString()
| std::string FidelityWidget::GetCurrentLodString |
( |
| ) |
const |
◆ GetCurrentMultiresString()
| std::string FidelityWidget::GetCurrentMultiresString |
( |
| ) |
const |
◆ GetFidelityButtons()
| QButtonGroup * FidelityWidget::GetFidelityButtons |
( |
| ) |
|
◆ GetFidelityLodIdx()
| std::vector< int > FidelityWidget::GetFidelityLodIdx |
( |
| ) |
const |
◆ Reinit()
◆ setCompRatio
| void FidelityWidget::setCompRatio |
( |
int |
num | ) |
|
|
protectedslot |
Connected to the compression ratio selector, setting the lod index.
◆ setFidelity
| void FidelityWidget::setFidelity |
( |
int |
buttonID | ) |
|
|
protectedslot |
Connected to the fidelity button selector, setting the fidelity index.
◆ SetFidelityDefault
| void FidelityWidget::SetFidelityDefault |
( |
| ) |
|
|
protectedslot |
Connected to the fidelity setDefault button, setting current fidelity as default
◆ setNumRefinements
| void FidelityWidget::setNumRefinements |
( |
int |
num | ) |
|
|
protectedslot |
Connected to the image file text editor.
◆ Update()
The documentation for this class was generated from the following file: