20#ifndef APPSETTINGSEVENTROUTER_H
21#define APPSETTINGSEVENTROUTER_H
26#include "ui_appSettingsTab.h"
51 virtual void GetWebHelp(std::vector<std::pair<string, string>> &help)
const;
82 void invalidateText();
83 virtual void _confirmText();
84 virtual void _updateTab();
86 bool _settingsChanged;
virtual void wheelEvent(QWheelEvent *)
Ignore wheel event in tab (to avoid confusion)
void trackMouseChanged(bool)
virtual ~AppSettingsEventRouter()
void lowerAccuracyChanged(bool)
virtual void GetWebHelp(std::vector< std::pair< string, string > > &help) const
void chooseAutoSaveFilename()
void appSettingsReturnPressed()
void setAppSettingsTextChanged(const QString &qs)
void silenceAllMessages(bool)
virtual void hookUpTab()
Connect signals and slots from tab.
static string GetClassType()
virtual void confirmText()
AppSettingsEventRouter(QWidget *parent, VAPoR::ControlExec *ce)
void warningChanged(bool)
A pure virtual class specifying the common properties of all the parameter tabs in the VAPOR GUI.
Provides API for VAPOR visualizer User Interfaces (UIs)