TMenuItem Class Reference
Menu item header. Partial data from a menu item (the administrative part). mcsmenu.lib
-
Since
-
S60 v5.0
Constructor & Destructor Documentation
TMenuItem()
Constructor.
-
Since
-
S60 v5.0
-
capability
-
None.
-
Exceptions
-
-
panic
-
None.
Member Functions Documentation
ExternalizeL(RWriteStream &)
Externalize
object.
-
capability
-
None.
-
Exceptions
-
System-wide
|
error codes if an error occurs.
|
-
panic
-
None.
Flags()
Get flags.
-
Since
-
S60 v5.0
-
capability
-
None.
-
Exceptions
-
-
panic
-
None.
Id()
TInt
|
Id
|
(
|
)
|
const [inline]
|
Get item ID.
-
Since
-
S60 v5.0
-
capability
-
None.
-
Exceptions
-
-
panic
-
None.
InternalizeL(RReadStream &)
Internalize
object.
-
capability
-
None.
-
Exceptions
-
System-wide
|
error codes if an error occurs.
|
-
panic
-
None.
Parent()
TInt
|
Parent
|
(
|
)
|
const [inline]
|
Get parent folder ID.
-
Since
-
S60 v5.0
-
capability
-
None.
-
Exceptions
-
-
panic
-
None.
SetFlags(TUint32)
void
|
SetFlags
|
(
|
TUint32
|
aFlags
|
)
|
[inline]
|
Set flags.
-
Since
-
S60 v5.0
-
capability
-
None.
-
Exceptions
-
-
panic
-
None.
SetId(TInt)
void
|
SetId
|
(
|
TInt
|
aId
|
)
|
[inline]
|
Set item ID.
-
Since
-
S60 v5.0
-
capability
-
None.
-
Exceptions
-
-
panic
-
None.
SetParent(TInt)
void
|
SetParent
|
(
|
TInt
|
aParent
|
)
|
[inline]
|
Set parent folder ID.
-
Since
-
S60 v5.0
-
capability
-
None.
-
Exceptions
-
-
panic
-
None.
Parameters
TInt
aParent
|
Parent folder ID.
|
SetType(const TDesC &)
void
|
SetType
|
(
|
const
TDesC
&
|
aType
|
)
|
[inline]
|
Set type.
-
Since
-
S60 v5.0
-
capability
-
None.
-
Exceptions
-
-
panic
-
None.
Parameters
const
TDesC
& aType
|
Type. Maximum length is KMenuMaxTypeLen.
|
Type()
TPtrC
|
Type
|
(
|
)
|
const [inline]
|
Get type.
-
Since
-
S60 v5.0
-
capability
-
None.
-
Exceptions
-
-
panic
-
None.
Member Enumerations Documentation
Enum TFlags
Enumerators
ENoFlag = 0x0
|
|
ELockDelete = 0x1
|
|
ELockName = 0x2
|
|
ELockIcon = 0x4
|
|
ELockMoveInto = 0x8
|
|
ELockItem = 0x10
|
|
EHidden = 0x20
|
|
EMissing = 0x40
|
|
Member Data Documentation
TBuf< KMenuMaxTypeLen > iType
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.