CICalComponent Class Reference
class CICalComponent : public CICalBase |
Abstract class of classes representing specific iCalendar components.
Constructor & Destructor Documentation
CICalComponent()
CICalComponent | ( | ) | [protected] |
Member Functions Documentation
CreateICalComponentL(const TDesC &, TICalMethod)
Factory function for creating new components of the type indicated by the aName argument.
- leave
- Leaves with KErrCorrupt if the requested component is unknown.
CreateICalComponentL(CICalBase::TICalComponentType, TICalMethod)
Factory function for creating new components of the type indicated by the aType argument.
- leave
- Leaves with KErrCorrupt if the requested component is unknown.
CreateICalComponentLC(const TDesC &, TICalMethod)
Factory function for creating new components of the type indicated by the aName argument. Pushes the new component onto the Cleanup Stack.
- leave
- Leaves with KErrCorrupt if the requested component is unknown.
CreateICalComponentLC(CICalBase::TICalComponentType, TICalMethod)
Factory function for creating new components of the type indicated by the aType argument. Pushes the new component onto the cleanup stack.
- leave
- Leaves with KErrCorrupt if the requested component is unknown.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.