![]() |
VR-Forces 4.0.4 Class Documentation
|
Contains makVrv::DtUniqueElementAttribute class. More...
Go to the source code of this file.
Classes | |
| class | makVrv::DtTypedElementAttribute< T > |
| class | makVrv::DtUniqueElementAttribute< T, AttributeId > |
Namespaces | |
| namespace | makVrv |
include <vrvCoreQt/DtPersistenceControlsInterface.h> | |
Defines | |
| #define | AddTypeId(typeStr, number) template <> struct TypeIds<typeStr> { enum { id = number }; } |
| #define | DtUniqueElementAttribute_INL_ |
Typedefs | |
| typedef std::pair< int, int > | makVrv::pairInts |
Functions | |
| makVrv::AddTypeId (unsigned char, 1) | |
| makVrv::AddTypeId (unsigned short, 2) | |
| makVrv::AddTypeId (unsigned int, 3) | |
| makVrv::AddTypeId (unsigned long int, 4) | |
| makVrv::AddTypeId (char, 5) | |
| makVrv::AddTypeId (short, 6) | |
| makVrv::AddTypeId (int, 7) | |
| makVrv::AddTypeId (long int, 8) | |
| makVrv::AddTypeId (float, 9) | |
| makVrv::AddTypeId (double, 10) | |
| makVrv::AddTypeId (bool, 11) | |
| makVrv::AddTypeId (std::string, 12) | |
| makVrv::AddTypeId (pairInts, 13) | |
Contains makVrv::DtUniqueElementAttribute class.
| #define AddTypeId | ( | typeStr, | |
| number | |||
| ) | template <> struct TypeIds<typeStr> { enum { id = number }; } |
| #define DtUniqueElementAttribute_INL_ |