21 #include "ui_principalcomponentsdialog.h"    48 void PrincipalComponentsDialog::on_buttonBox_accepted()
    50     QString name = ui->nameLineEdit->text();
    51     if (!analyzer_.isNull()){
    53             analyzer_->PrincipalComponents(name);
    55             workspace_->main_window()->DisplayExceptionWarning(e);
    66 void PrincipalComponentsDialog::on_buttonBox_rejected()
 
PrincipalComponentsDialog(QWidget *parent, QSharedPointer< VespucciWorkspace > ws, QSharedPointer< AbstractDataAnalyzer > analyzer)
PrincipalComponentsDialog::PrincipalComponentsDialog. 
~PrincipalComponentsDialog()
The PrincipalComponentsDialog class Dialog for performing principal components analysis.