shapeworks::ShapeScalarPanel
Inherits from QWidget
Public Slots
| Name | |
|---|---|
| void | run_clicked() |
| void | handle_job_progress(int progress) |
| void | handle_job_complete() |
Public Signals
| Name | |
|---|---|
| void | update_view() |
Public Functions
| Name | |
|---|---|
| ShapeScalarPanel(QWidget * parent =0) | |
| ~ShapeScalarPanel() | |
| void | set_session(QSharedPointer< Session > session) set the pointer to the session |
| void | reset() |
Public Slots Documentation
slot run_clicked
cpp
void run_clicked()
slot handle_job_progress
cpp
void handle_job_progress(
int progress
)
slot handle_job_complete
cpp
void handle_job_complete()
Public Signals Documentation
signal update_view
cpp
void update_view()
Public Functions Documentation
function ShapeScalarPanel
cpp
ShapeScalarPanel(
QWidget * parent =0
)
function ~ShapeScalarPanel
cpp
~ShapeScalarPanel()
function set_session
cpp
void set_session(
QSharedPointer< Session > session
)
set the pointer to the session
function reset
cpp
void reset()
Updated on 2026-03-31 at 16:02:10 +0000