#include "Basis/String.h"#include "Basis/Quid.h"Include dependency graph for Quids.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Impala |
Functions | |
| int | Impala::StringToQuidClass (CString s) |
| String | Impala::QuidClassToString (int c) |
| String | Impala::QuidClassToString (Quid q) |
| Quid | Impala::MakeQuidShot (int qSet, int qObject, int id) |
| Quid | Impala::MakeQuidKeyframe (int qSet, int qObject, int id) |
| Quid | Impala::MakeQuidFrame (int qSet, int qObject, int id) |
| Quid | Impala::MakeQuidLabel (int id) |
| Quid | Impala::MakeQuidImage (int qSet, int id) |
| Quid | Impala::MakeQuidVideo (int qSet, int id) |
| Quid | Impala::MakeQuidCodebook (int qDataClass, int qSet, int id) |
Variables | |
| static const int | Impala::QUID_CLASS_UNKNOWN = 0 |
| static const int | Impala::QUID_CLASS_SHOT = 1 |
| static const int | Impala::QUID_CLASS_KEYFRAME = 2 |
| static const int | Impala::QUID_CLASS_FRAME = 3 |
| static const int | Impala::QUID_CLASS_LABEL = 4 |
| static const int | Impala::QUID_CLASS_IMAGE = 5 |
| static const int | Impala::QUID_CLASS_VIDEO = 6 |
| static const int | Impala::QUID_CLASS_CODEBOOK = 7 |
| static const int | Impala::QUID_CLASS_BOX = 8 |
1.5.1