CRsfwDirEnt Class Reference
class CRsfwDirEnt : public CBase
|
Directory entry container
rsfwcommon.lib
-
Since
-
Series 60 3.1
Constructor & Destructor Documentation
~CRsfwDirEnt()
IMPORT_C
|
~CRsfwDirEnt
|
(
|
)
|
|
Member Functions Documentation
Attr()
Returns a pointer to the filesystem object's attributes
Construct8L(const TDesC8 &, CRsfwDirEntAttr *)
ConstructL(const TDesC &, CRsfwDirEntAttr *)
ExtractAttr()
Returns a pointer to the filesystem object's attributes The ownership to the attribute object is transferred to the caller
GetName(TDes &)
IMPORT_C void
|
GetName
|
(
|
TDes
&
|
aName
|
)
|
const
|
Gets the name of the filesystem object
GetName(TDes8 &)
IMPORT_C void
|
GetName
|
(
|
TDes8
&
|
aName
|
)
|
const
|
Gets the name of the filesystem object
Name()
IMPORT_C const
HBufC
*
|
Name
|
(
|
)
|
const
|
Gets the name of the filesystem object
NewL(const TDesC &, CRsfwDirEntAttr *)
Parameters
const
TDesC
& aName
|
name of the entry
|
CRsfwDirEntAttr
* aAttr
|
attributes - if this parameter is NULL, an attribute object with attribute values set to zero will be created. The entry takes ownership of the attribute object.
|
NewL(const TDesC8 &, CRsfwDirEntAttr *)
Parameters
const
TDesC8
& aName
|
name of the entry
|
CRsfwDirEntAttr
* aAttr
|
attributes - if this parameter is NULL, an attribute object with attribute values set to zero will be created. The entry takes ownership of the attribute object.
|
NewLC(const TDesC &, CRsfwDirEntAttr *)
Parameters
const
TDesC
& aName
|
name of the entry
|
CRsfwDirEntAttr
* aAttr
|
attributes - if this parameter is NULL, an attribute object with attribute values set to zero will be created. The entry takes ownership of the attribute object.
|
NewLC(const TDesC8 &, CRsfwDirEntAttr *)
Parameters
const
TDesC8
& aName
|
name of the entry
|
CRsfwDirEntAttr
* aAttr
|
attributes - if this parameter is NULL, an attribute object with attribute values set to zero will be created. The entry takes ownership of the attribute object.
|
SetAttrL(CRsfwDirEntAttr *)
Sets the attribute object for the directory entry. The pre-existing attribute object is deleted (if owned by the entry). The directory entry gets ownership of the new attribute object. If the aAttr parameter is NULL, an attribute object with default values is created.
SetNameL(const TDesC &)
IMPORT_C void
|
SetNameL
|
(
|
const
TDesC
&
|
aName
|
)
|
|
Sets the name of the filesystem object
SetNameL(const TDesC8 &)
IMPORT_C void
|
SetNameL
|
(
|
const
TDesC8
&
|
aName
|
)
|
|
Sets the name of the filesystem object
Member Data Documentation
TBool
iNotOwnAttr
TBool
|
iNotOwnAttr
|
[private]
|
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.