|
ParaView
|
#include <pqPluginTreeWidgetEventTranslator.h>


Public Member Functions | |
| pqPluginTreeWidgetEventTranslator (QObject *parentObject=0) | |
| ~pqPluginTreeWidgetEventTranslator () | |
| virtual bool | translateEvent (QObject *Object, QEvent *Event, bool &Error) |
| 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. | |
Definition at line 43 of file pqPluginTreeWidgetEventTranslator.h.
| pqPluginTreeWidgetEventTranslator::pqPluginTreeWidgetEventTranslator | ( | QObject * | parentObject = 0 | ) |
| pqPluginTreeWidgetEventTranslator::~pqPluginTreeWidgetEventTranslator | ( | ) |
| virtual bool pqPluginTreeWidgetEventTranslator::translateEvent | ( | QObject * | Object, |
| QEvent * | Event, | ||
| bool & | Error | ||
| ) | [virtual] |
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.
Implements pqWidgetEventTranslator.
1.7.5.1