|
ImagingTools Core SDK
|
#include <IAddress.h>
Inherits iser::IObject.
Inherited by imtauth::CAddress [virtual].
Public Types | |
| enum | MetaInfoTypes { MIT_COUNTRY = 1024 , MIT_CITY , MIT_POSTAL_CODE , MIT_STREET } |
Interface descibing location of an object.
Definition at line 18 of file IAddress.h.
| Enumerator | |
|---|---|
| MIT_COUNTRY | Country given as QString. |
| MIT_CITY | City given as QString. |
| MIT_POSTAL_CODE | Postal code given as int. |
| MIT_STREET | Street given as QString. |
Definition at line 21 of file IAddress.h.