ParaView
Public Member Functions
pqPluginTreeWidgetEventTranslator Class Reference

#include <pqPluginTreeWidgetEventTranslator.h>

Inheritance diagram for pqPluginTreeWidgetEventTranslator:
Inheritance graph
[legend]
Collaboration diagram for pqPluginTreeWidgetEventTranslator:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Definition at line 43 of file pqPluginTreeWidgetEventTranslator.h.


Constructor & Destructor Documentation

pqPluginTreeWidgetEventTranslator::pqPluginTreeWidgetEventTranslator ( QObject *  parentObject = 0)
pqPluginTreeWidgetEventTranslator::~pqPluginTreeWidgetEventTranslator ( )

Member Function Documentation

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.


The documentation for this class was generated from the following file: