|
GammaRay
2.0.0
|
Declares various utility methods needed when writing a GammaRay plugin. More...
#include "gammaray_core_export.h"#include <QString>#include <QVariant>Go to the source code of this file.
Namespaces | |
| GammaRay | |
| GammaRay::Util | |
| GammaRay utilities. | |
Constant Groups | |
| GammaRay | |
| GammaRay::Util | |
| GammaRay utilities. | |
Functions | |
| QString | GammaRay::Util::addressToString (const void *p) |
| bool | GammaRay::Util::descendantOf (const QObject *ascendant, const QObject *object) |
| QString | GammaRay::Util::displayString (const QObject *object) |
| void | GammaRay::Util::drawTransparencyPattern (QPainter *painter, const QRect &rect, int squareSize=8) |
| QString | GammaRay::Util::enumToString (const QVariant &value, const char *typeName=0, QObject *object=0) |
| template<typename T > | |
| T * | GammaRay::Util::findParentOfType (QObject *object) |
| QVariant | GammaRay::Util::iconForObject (QObject *object) |
GammaRay