| class CCalUser : public CBase |
Class representing a calendar user.
A calendar user is the base class representation of a meeting participant. It contains attributes common to all calendar users.
Contains methods to store and retrieve a user's ADDRESS, SENT-BY and CN fields.
| Public Member Functions | |
|---|---|
| ~CCalUser() | |
| IMPORT_C const TDesC & | Address() |
| IMPORT_C const TDesC & | CommonName() |
| CCalUserImpl * | Impl() |
| IMPORT_C CCalUser * | NewL(const TDesC &) |
| IMPORT_C CCalUser * | NewL(const TDesC &, const TDesC &) |
| CCalUser * | NewL(CCalUserImpl *) |
| IMPORT_C const TDesC & | SentBy() |
| IMPORT_C void | SetCommonNameL(const TDesC &) |
| Protected Member Functions | |
|---|---|
| CCalUser() | |
| CCalUser(CCalUserImpl *) | |
| void | ConstructL(const TDesC &) |
| void | ConstructL(const TDesC &, const TDesC &) |
| Protected Attributes | |
|---|---|
| CCalUserImpl * | iImpl |
| void | ConstructL | ( | const TDesC & | aAddress | ) | [protected] |
| const TDesC & aAddress |
| void | ConstructL | ( | const TDesC & | aAddress, |
| const TDesC & | aSentBy | |||
| ) | [protected] | |||
| IMPORT_C CCalUser * | NewL | ( | const TDesC & | aAddress | ) | [static] |
| const TDesC & aAddress |
| IMPORT_C CCalUser * | NewL | ( | const TDesC & | aAddress, |
| const TDesC & | aSentBy | |||
| ) | [static] | |||
| IMPORT_C void | SetCommonNameL | ( | const TDesC & | aCommonName | ) |
| const TDesC & aCommonName |