ImagingTools Core SDK
Public Types | List of all members
imtauth::IAddressabstract

#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 }
 

Detailed Description

Interface descibing location of an object.

Definition at line 18 of file IAddress.h.

Member Enumeration Documentation

◆ MetaInfoTypes

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.