javauis/lcdui_akn/lcdui/inc/CMIDCommandList.h
branchRCL_3
changeset 21 4376525cdefb
parent 17 0fd27995241b
equal deleted inserted replaced
19:71c436fe3ce0 21:4376525cdefb
    43     void AddL(MMIDCommand* aCommand);
    43     void AddL(MMIDCommand* aCommand);
    44     void Remove(MMIDCommand* aCommand);
    44     void Remove(MMIDCommand* aCommand);
    45     TInt FindCommandIndex(MMIDCommand* aCommand);
    45     TInt FindCommandIndex(MMIDCommand* aCommand);
    46 
    46 
    47     TInt HighestNonMappedPriorityCommand(MMIDCommand::TCommandType aType,
    47     TInt HighestNonMappedPriorityCommand(MMIDCommand::TCommandType aType,
    48             TBool aIgnoreForImplicitList = EFalse) const;
    48                                          TBool aIgnoreForImplicitList = EFalse) const;
    49     TInt HighestPriorityCommand(MMIDCommand::TCommandType aType) const;
    49     TInt HighestPriorityCommand(MMIDCommand::TCommandType aType) const;
    50     TInt FindCommandForSoftKey(const CMIDSoftKey& aSoftKey, 
    50     TInt FindCommandForSoftKey(const CMIDSoftKey& aSoftKey,
    51             TBool aIgnoreForImplicitList = EFalse) const;
    51                                TBool aIgnoreForImplicitList = EFalse) const;
    52     void UnMapCommands();
    52     void UnMapCommands();
    53 
    53 
    54     TInt Count() const;
    54     TInt Count() const;
    55     const TDesC& Label(TInt aIndex) const;
    55     const TDesC& Label(TInt aIndex) const;
    56 
    56