|
ParaView
|
Provides functionality to ensuring that Qt objects can be uniquely identified for recording and playback of regression tests. More...
#include <pqObjectNaming.h>
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. | |
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.
| 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.
1.7.5.1