5 #ifndef pqFileDialogEventTranslator_h 6 #define pqFileDialogEventTranslator_h 8 #include "pqCoreModule.h" 10 #include <pqWidgetEventTranslator.h> 23 typedef pqWidgetEventTranslator Superclass;
28 using Superclass::translateEvent;
29 bool translateEvent(QObject* Object, QEvent* Event,
bool& Error)
override;
35 QPointer<pqFileDialog> CurrentObject;
38 void onFilesSelected(
const QString&);
42 #endif // !pqFileDialogEventTranslator_h Translates low-level Qt events into high-level ParaView events that can be recorded as test cases...
Provides a standard file dialog "front-end" for the pqFileDialogModel "back-end", i...