OpenMS
TOPPViewPrefDialog Class Reference

Preferences dialog for TOPPView. More...

#include <OpenMS/VISUAL/DIALOGS/TOPPViewPrefDialog.h>

Inheritance diagram for TOPPViewPrefDialog:
[legend]
Collaboration diagram for TOPPViewPrefDialog:
[legend]

Public Member Functions

 TOPPViewPrefDialog (QWidget *parent)
 
 ~TOPPViewPrefDialog () override
 
void setParam (const Param &param)
 initialize GUI values with these parameters More...
 
Param getParam () const
 

Protected Slots

void browseDefaultPath_ ()
 
void browsePluginsPath_ ()
 

Private Attributes

Ui::TOPPViewPrefDialogTemplate * ui_
 
Param param_
 is updated in getParam() More...
 
Param tsg_param_
 params for TheoreticalSpectrumGenerator in the TSG tab More...
 

Detailed Description

Preferences dialog for TOPPView.

Constructor & Destructor Documentation

◆ TOPPViewPrefDialog()

TOPPViewPrefDialog ( QWidget parent)

◆ ~TOPPViewPrefDialog()

~TOPPViewPrefDialog ( )
override

Member Function Documentation

◆ browseDefaultPath_

void browseDefaultPath_ ( )
protectedslot

◆ browsePluginsPath_

void browsePluginsPath_ ( )
protectedslot

◆ getParam()

Param getParam ( ) const

update the parameters given the current GUI state. Can be used to obtain default parameters and their names.

Referenced by TOPPViewBase::preferencesDialog().

◆ setParam()

void setParam ( const Param param)

initialize GUI values with these parameters

Referenced by TOPPViewBase::preferencesDialog().

Member Data Documentation

◆ param_

Param param_
mutableprivate

is updated in getParam()

◆ tsg_param_

Param tsg_param_
private

params for TheoreticalSpectrumGenerator in the TSG tab

◆ ui_

Ui::TOPPViewPrefDialogTemplate* ui_
private