GammaRay API Documentaion  2.6.0
Functions
GammaRay::ProbeFinder Namespace Reference

Functions to locate a suitable probe. More...

Functions

ProbeABI findBestMatchingABI (const ProbeABI &targetABI)
 
ProbeABI findBestMatchingABI (const ProbeABI &targetABI, const QVector< ProbeABI > &availableABIs)
 
QString findProbe (const QString &baseName, const ProbeABI &probeAbi)
 
QString findProbe (const ProbeABI &probeAbi, const QStringList &searchRoots=QStringList())
 
QVector< ProbeABIlistProbeABIs ()
 

Detailed Description

Functions to locate a suitable probe.

Function Documentation

ProbeABI GammaRay::ProbeFinder::findBestMatchingABI ( const ProbeABI targetABI)

Find the best matching probe for the given targetABI. An invalid ProbeABI instance is returned if there is no compatible probe installed.

QString GammaRay::ProbeFinder::findProbe ( const QString baseName,
const ProbeABI probeAbi 
)

Attempts to find the full path of the probe DLL.

Deprecated:
Use the findProbe() overload below.
QString GammaRay::ProbeFinder::findProbe ( const ProbeABI probeAbi,
const QStringList searchRoots = QStringList() 
)

Attempts to find the full path of the probe DLL with ABI probeAbi, considering the additional search paths searchRoots.

QVector<ProbeABI> GammaRay::ProbeFinder::listProbeABIs ( )

List all available probe ABIs.


Klarälvdalens Datakonsult AB (KDAB)
"The Qt Experts"
https://www.kdab.com/
GammaRay
Qt-application inspection and manipulation tool
https://www.kdab.com/gammaray/