Abstract interface for an object that can playback high-level ParaView events by translating them into low-level Qt events, for test-cases, demos, tutorials, etc.
Abstract interface for an object that can playback high-level
ParaView events by translating them into low-level Qt events,
for test-cases, demos, tutorials, etc.
\sa pqEventPlayer
*/
...
...
@@ -49,8 +51,14 @@ class QTTESTING_EXPORT pqWidgetEventPlayer
public:
virtual~pqWidgetEventPlayer(){}
/// Derivatives should implement this and play-back the given command, returning "true" if they handled the command, and setting Error to "true" if there were any problems.
@@ -37,7 +37,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <QObject>
/**
Abstract interface for an object that can translate low-level Qt events into high-level, serializable ParaView events, for test-cases, demos, tutorials, etc.
Abstract interface for an object that can translate
low-level Qt events into high-level, serializable ParaView
events, for test-cases, demos, tutorials, etc.
\sa pqEventTranslator
*/
...
...
@@ -49,7 +51,9 @@ class QTTESTING_EXPORT pqWidgetEventTranslator :
public:
virtual~pqWidgetEventTranslator(){}
/// Derivatives should implement this and translate events into commands, returning "true" if they handled the event, and setting Error to "true" if there were any problems
/** Derivatives should implement this and translate events into commands,
returning "true" if they handled the event, and setting Error