equal
deleted
inserted
replaced
61 * @param aDeleteObject - boolean, default True |
61 * @param aDeleteObject - boolean, default True |
62 * @return ETrue Successful, EFalse otherwise |
62 * @return ETrue Successful, EFalse otherwise |
63 */ |
63 */ |
64 TBool InsertChild(CCSXHHelpContentBase* atoc2,TBool aDeleteObject = ETrue); |
64 TBool InsertChild(CCSXHHelpContentBase* atoc2,TBool aDeleteObject = ETrue); |
65 |
65 |
|
66 TBool InsertChildWithPriority(CCSXHHelpContentBase* aChild, TBool aDeleteObject = ETrue); |
66 /** |
67 /** |
67 * @function ResetChildList |
68 * @function ResetChildList |
68 * @since S60 3.2 |
69 * @since S60 3.2 |
69 * clear Array, delete the objects |
70 * clear Array, delete the objects |
70 * @return ETrue Successful, EFalse otherwise |
71 * @return ETrue Successful, EFalse otherwise |
77 * @function CCSXHGenericTOC1 |
78 * @function CCSXHGenericTOC1 |
78 * @since S60 3.2 |
79 * @since S60 3.2 |
79 * Construct a CCSXHGenericTOC1 |
80 * Construct a CCSXHGenericTOC1 |
80 * @param aName - TOC1 Name |
81 * @param aName - TOC1 Name |
81 */ |
82 */ |
82 CCSXHGenericTOC1(const TDesC& aName); |
83 CCSXHGenericTOC1(const TDesC& aName, const TInt32 aPriority = 0); |
83 |
84 |
84 /** |
85 /** |
85 * @function InitChildList |
86 * @function InitChildList |
86 * @since S60 3.2 |
87 * @since S60 3.2 |
87 * Allocate the Memory for Array |
88 * Allocate the Memory for Array |