Skip to content

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

void run_clicked()

slot handle_job_progress

void handle_job_progress(
    int progress
)

slot handle_job_complete

void handle_job_complete()

Public Signals Documentation

signal update_view

void update_view()

Public Functions Documentation

function ShapeScalarPanel

ShapeScalarPanel(
    QWidget * parent =0
)

function ~ShapeScalarPanel

~ShapeScalarPanel()

function set_session

void set_session(
    QSharedPointer< Session > session
)

set the pointer to the session

function reset

void reset()

Updated on 2024-03-17 at 12:58:44 -0600