|
ImagingTools Core SDK
|
#include <IAccountBaseInfo.h>
Inherits iser::IObject.
Public Types | |
| enum | MetaInfoTypes { MIT_ACCOUNT_NAME , MIT_ACCOUNT_DESCRIPTION , MIT_MAIL } |
Public Member Functions | |
| virtual QByteArrayList | GetGroups () const =0 |
| virtual bool | AddGroup (const QByteArray &groupId)=0 |
| virtual bool | RemoveGroup (const QByteArray &groupId)=0 |
Interface describing the company information.
Definition at line 21 of file IAccountBaseInfo.h.
| Enumerator | |
|---|---|
| MIT_ACCOUNT_NAME | Account name given as QString. |
| MIT_ACCOUNT_DESCRIPTION | Account description given as QString. |
| MIT_MAIL | Mail given as QString. |
Definition at line 24 of file IAccountBaseInfo.h.
|
pure virtual |
Add group to this group.
|
pure virtual |
Get groups.
|
pure virtual |
Remove group from this group.