43 #include "../disp_global.h" 44 #include "abstractview.h" 59 class ApplyToViewWidget;
83 Qt::WindowFlags f = Qt::Widget);
104 void selectAll(
bool);
110 void selectClear(
bool);
118 QList<QString> getSelectedViews();
127 void updateGuiMode(GuiMode mode);
135 void updateProcessingMode(ProcessingMode mode);
137 QString m_sSettingsPath;
139 QList<QString> m_lViewList;
141 Ui::ApplyToViewWidget* m_pUi;
146 #endif // APPLYTOVIEW_H
The AbstractView class provides the base calss for all Disp viewers.
#define DISPSHARED_EXPORT