Lines Matching refs:nEntryId
73 void appendEntry( int nEntryId, const String& rStr, MenuItemBits nItemBits = 0 );
74 void appendEntry( int nEntryId, const Image& rImage, MenuItemBits nItemBits = 0 );
75 …void appendEntry( int nEntryId, const String& rStr, const Image& rImage, MenuItemBits nItemBits …
76 void appendEntry( int nEntryId, Control* pControl, MenuItemBits nItemBits = 0 );
82 void checkEntry( int nEntryId, bool bCheck = true );
83 bool isEntryChecked( int nEntryId ) const;
85 void enableEntry( int nEntryId, bool bEnable = true );
86 bool isEntryEnabled( int nEntryId ) const;
88 void setEntryText( int nEntryId, const String& rStr );
89 const String& getEntryText( int nEntryId ) const;
91 void setEntryImage( int nEntryId, const Image& rImage );
92 const Image& getEntryImage( int nEntryId ) const;
144 ToolbarMenuEntry* implSearchEntry( int nEntryId ) const;