Qt 4.8
Public Functions | List of all members
QScriptToolTipProviderInterface Class Referenceabstract

#include <qscripttooltipproviderinterface_p.h>

Inheritance diagram for QScriptToolTipProviderInterface:
QScriptDebuggerPrivate

Public Functions

virtual void showToolTip (const QPoint &pos, int frameIndex, int lineNumber, const QStringList &path)=0
 
virtual ~QScriptToolTipProviderInterface ()
 

Detailed Description

Definition at line 63 of file qscripttooltipproviderinterface_p.h.

Constructors and Destructors

◆ ~QScriptToolTipProviderInterface()

virtual QScriptToolTipProviderInterface::~QScriptToolTipProviderInterface ( )
inlinevirtual

Definition at line 66 of file qscripttooltipproviderinterface_p.h.

66 {}

Functions

◆ showToolTip()

virtual void QScriptToolTipProviderInterface::showToolTip ( const QPoint pos,
int  frameIndex,
int  lineNumber,
const QStringList path 
)
pure virtual

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