Searched refs:BlockListItem (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/charactermap/
H A DUnicodeBlockView.h14 class BlockListItem : public BStringItem { class in inherits:BStringItem
16 BlockListItem(const char* label, uint32 blockIndex);
53 BObjectList<BlockListItem> fBlocks;
H A DUnicodeBlockView.cpp15 BlockListItem::BlockListItem(const char* label, uint32 blockIndex) function in class:BlockListItem
132 BlockListItem* item = new BlockListItem(kUnicodeBlocks[i].name, i);
154 BlockListItem* block = fBlocks.ItemAt(blockNumber);
H A DCharacterWindow.cpp321 BlockListItem* item
322 = static_cast<BlockListItem*>(fUnicodeBlockView->ItemAt(index));

Completed in 30 milliseconds