Location:
BIF.H
Link against: bifu.lib
class CBioInfoFileReader : public CBioInfoFile;
BIO information file (BIF) reader.
Allows reading (all but the icons) from an existing BIF file.
CBioInfoFile
- No description.
CBioInfoFileReader
- BIO information file (BIF) reader
Defined in CBioInfoFileReader
:
Description()
, FileExtension()
, GeneralData1()
, GeneralData2()
, GeneralData3()
, IconsFilename()
, IdsLC()
, MessageAppCtrlName()
, MessageAppCtrlUid()
, MessageAppUid()
, MessageParserName()
, MessageTypeUid()
, NewL()
, NewLC()
, ZoomLevelsCount()
, ZoomLevelsLC()
, ~CBioInfoFileReader()
static IMPORT_C CBioInfoFileReader *NewLC(RFs &aFs, const TDesC &aFileName, TUid aMsgTypeUid=TUid::Null());
Allocates and constructs a new BIF reader object, leaving the object on the cleanup stack.
It loads the specified BIF file.
|
|
static IMPORT_C CBioInfoFileReader *NewL(RFs &aFs, const TDesC &aFileName, TUid aMsgTypeUid=TUid::Null());
Allocates and constructs a new BIF reader object.
It loads the specified BIF file.
|
|
IMPORT_C TUid MessageTypeUid() const;
Gets the BIF's message type UID setting.
|
IMPORT_C const TPtrC MessageParserName() const;
Gets the BIF's message parser name.
|
IMPORT_C TUid MessageAppUid() const;
Gets the BIF's application UID setting.
|
IMPORT_C TUid MessageAppCtrlUid() const;
Deprecated method.
Use CBioInfoFileReader::MessageAppCtrlName
|
IMPORT_C const TPtrC MessageAppCtrlName() const;
Gets the BIF's control name.
|
IMPORT_C TInt16 GeneralData1() const;
Gets the BIF's general data 1 setting.
|
IMPORT_C TInt16 GeneralData2() const;
Gets the BIF's general data 2 setting.
|
IMPORT_C TInt16 GeneralData3() const;
Gets the BIF's general data 3 setting.
|
IMPORT_C const TPtrC Description() const;
Gets the BIF's description setting.
|
IMPORT_C const TPtrC FileExtension() const;
Gets the BIF's file extension setting.
|
IMPORT_C const TPtrC IconsFilename() const;
Gets the BIF's icons filename setting.
|
IMPORT_C const CArrayFixFlat< TInt16 > *ZoomLevelsLC() const;
Gets the BIF's icon zoom levels setting.
The array of icon zoom level settings is left of the cleanup stack and ownership is returned to the caller.
|
IMPORT_C TInt ZoomLevelsCount() const;
Gets the BIF's number of icon zoom levels.
|
IMPORT_C const CArrayFixFlat< TBioMsgId > *IdsLC() const;
Gets the BIF's ID array.
The of IDs is left of the cleanup stack and ownership is returned to the caller.
|