![]() |
Langmuir
Simulation
|
A class to get point cloud properties from the user. More...
#include <pointdialog.h>
Public Slots | |
| void | init () |
| initialize dialog More... | |
| void | update () |
| update dialog More... | |
| void | remember () |
| remember settings (for undo) More... | |
| void | reset () |
| undo settings More... | |
| void | updateComboBoxElectrons (PointCloud::Mode mode) |
| update combo box text More... | |
| void | updateComboBoxDefects (PointCloud::Mode mode) |
| update combo box text More... | |
| void | updateComboBoxHoles (PointCloud::Mode mode) |
| update combo box text More... | |
| void | updateComboBoxTraps (PointCloud::Mode mode) |
| update combo box text More... | |
| void | updateSpinBoxElectrons (float d) |
| update spin box value More... | |
| void | updateSpinBoxDefects (float d) |
| update spin box value More... | |
| void | updateSpinBoxHoles (float d) |
| update spin box value More... | |
| void | updateSpinBoxTraps (float d) |
| update spin box value More... | |
| void | updateCheckBoxElectrons (bool checked) |
| update check box state More... | |
| void | updateCheckBoxDefects (bool checked) |
| update check box state More... | |
| void | updateCheckBoxHoles (bool checked) |
| update check box state More... | |
| void | updateCheckBoxTraps (bool checked) |
| update check box state More... | |
| void | on_comboBoxElectrons_currentTextChanged (const QString &text) |
| set pointcloud render mode More... | |
| void | on_comboBoxDefects_currentTextChanged (const QString &text) |
| set pointcloud render mode More... | |
| void | on_comboBoxHoles_currentTextChanged (const QString &text) |
| set pointcloud render mode More... | |
| void | on_comboBoxTraps_currentTextChanged (const QString &text) |
| set pointcloud render mode More... | |
| void | on_spinBoxElectrons_valueChanged (double d) |
| set pointcloud point size More... | |
| void | on_spinBoxDefects_valueChanged (double d) |
| set pointcloud point size More... | |
| void | on_spinBoxHoles_valueChanged (double d) |
| set pointcloud point size More... | |
| void | on_spinBoxTraps_valueChanged (double d) |
| set pointcloud point size More... | |
| void | on_checkBoxElectrons_stateChanged (int state) |
| set pointcloud visible state More... | |
| void | on_checkBoxDefects_stateChanged (int state) |
| set pointcloud visible state More... | |
| void | on_checkBoxHoles_stateChanged (int state) |
| set pointcloud visible state More... | |
| void | on_checkBoxTraps_stateChanged (int state) |
| set pointcloud visible state More... | |
| void | on_pushButtonReset_clicked () |
| reset values More... | |
| void | on_buttonBox_rejected () |
| reset values More... | |
Public Member Functions | |
| PointDialog (LangmuirViewer &viewer, QWidget *parent=0) | |
| create the PointDialog More... | |
| ~PointDialog () | |
| destroy the PointDialog More... | |
Private Attributes | |
| Ui::PointDialog * | ui |
| dialog UI More... | |
| LangmuirViewer & | m_viewer |
| reference to OpenGL widget More... | |
| float | e_pointSize_old |
| old pointSize (for undo) More... | |
| float | d_pointSize_old |
| old pointSize (for undo) More... | |
| float | h_pointSize_old |
| old pointSize (for undo) More... | |
| float | t_pointSize_old |
| old pointSize (for undo) More... | |
| PointCloud::Mode | e_mode_old |
| old mode (for undo) More... | |
| PointCloud::Mode | d_mode_old |
| old mode (for undo) More... | |
| PointCloud::Mode | h_mode_old |
| old mode (for undo) More... | |
| PointCloud::Mode | t_mode_old |
| old mode (for undo) More... | |
| bool | e_visible |
| old visible state (for undo) More... | |
| bool | d_visible |
| old visible state (for undo) More... | |
| bool | h_visible |
| old visible state (for undo) More... | |
| bool | t_visible |
| old visible state (for undo) More... | |
A class to get point cloud properties from the user.
|
explicit |
create the PointDialog
| viewer | the viewer |
| parent | QObject this belongs to |
| LangmuirView::PointDialog::~PointDialog | ( | ) |
destroy the PointDialog
|
slot |
initialize dialog
|
slot |
reset values
|
slot |
set pointcloud visible state
| state | visible state |
|
slot |
set pointcloud visible state
| state | visible state |
|
slot |
set pointcloud visible state
| state | visible state |
|
slot |
set pointcloud visible state
| state | visible state |
|
slot |
set pointcloud render mode
| text | mode as string |
|
slot |
set pointcloud render mode
| text | mode as string |
|
slot |
set pointcloud render mode
| text | mode as string |
|
slot |
set pointcloud render mode
| text | mode as string |
|
slot |
reset values
|
slot |
set pointcloud point size
| d | point size |
|
slot |
set pointcloud point size
| d | point size |
|
slot |
set pointcloud point size
| d | point size |
|
slot |
set pointcloud point size
| d | point size |
|
slot |
remember settings (for undo)
|
slot |
undo settings
|
slot |
update dialog
|
slot |
update check box state
| checked | true if checked |
|
slot |
update check box state
| checked | true if checked |
|
slot |
update check box state
| checked | true if checked |
|
slot |
update check box state
| checked | true if checked |
|
slot |
update combo box text
| mode | selection number |
|
slot |
update combo box text
| mode | selection number |
|
slot |
update combo box text
| mode | selection number |
|
slot |
update combo box text
| mode | selection number |
|
slot |
update spin box value
| d | value |
|
slot |
update spin box value
| d | value |
|
slot |
update spin box value
| d | value |
|
slot |
update spin box value
| d | value |
|
private |
old mode (for undo)
|
private |
old pointSize (for undo)
|
private |
old visible state (for undo)
|
private |
old mode (for undo)
|
private |
old pointSize (for undo)
|
private |
old visible state (for undo)
|
private |
old mode (for undo)
|
private |
old pointSize (for undo)
|
private |
old visible state (for undo)
|
private |
reference to OpenGL widget
|
private |
old mode (for undo)
|
private |
old pointSize (for undo)
|
private |
old visible state (for undo)
|
private |
dialog UI