ParaView
Static Public Member Functions
pqObjectNaming Class Reference

Provides functionality to ensuring that Qt objects can be uniquely identified for recording and playback of regression tests. More...

#include <pqObjectNaming.h>

List of all members.

Static Public Member Functions

static const QString GetName (QObject &Object)
 Returns a unique identifier for the given object that can be serialized for later regression test playback.
static QObject * GetObject (const QString &Name)
 Given a unique identifier returned by GetName(), returns the corresponding object, or NULL.
static void DumpHierarchy (QStringList &results)
 Dumps the widget hierarchy to a string.
static void DumpHierarchy (QObject &Object, QStringList &results)
 Dumps a subtree of the widget hierarchy to a string.

Detailed Description

Provides functionality to ensuring that Qt objects can be uniquely identified for recording and playback of regression tests.

Definition at line 43 of file pqObjectNaming.h.


Member Function Documentation

static const QString pqObjectNaming::GetName ( QObject &  Object) [static]

Returns a unique identifier for the given object that can be serialized for later regression test playback.

static QObject* pqObjectNaming::GetObject ( const QString &  Name) [static]

Given a unique identifier returned by GetName(), returns the corresponding object, or NULL.

static void pqObjectNaming::DumpHierarchy ( QStringList &  results) [static]

Dumps the widget hierarchy to a string.

static void pqObjectNaming::DumpHierarchy ( QObject &  Object,
QStringList &  results 
) [static]

Dumps a subtree of the widget hierarchy to a string.


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