32 #ifndef pqLineEditEventPlayer_h 33 #define pqLineEditEventPlayer_h 35 #include "pqAbstractStringEventPlayer.h" 36 #include "pqWidgetsModule.h" 44 typedef pqAbstractStringEventPlayer Superclass;
49 using Superclass::playEvent;
50 bool playEvent(QObject* Object,
const QString& Command,
const QString& Arguments,
bool& Error);
pqLineEditEventPlayer extends pqAbstractStringEventPlayer to ensure that pqLineEdit fires textChanged...