33 #ifndef _pqFileDialogEventTranslator_h 34 #define _pqFileDialogEventTranslator_h 36 #include "pqCoreModule.h" 38 #include <pqWidgetEventTranslator.h> 49 public pqWidgetEventTranslator
52 typedef pqWidgetEventTranslator Superclass;
57 using Superclass::translateEvent;
58 virtual bool translateEvent(QObject* Object, QEvent* Event,
bool& Error);
64 QPointer<pqFileDialog> CurrentObject;
67 void onFilesSelected(
const QString&);
71 #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...