Home
last modified time | relevance | path

Searched refs:fShowContainedBlocksOnly (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/charactermap/
H A DUnicodeBlockView.cpp29 fShowContainedBlocksOnly(false) in UnicodeBlockView()
70 if (fShowContainedBlocksOnly == show) in ShowContainedBlocksOnly()
73 fShowContainedBlocksOnly = show; in ShowContainedBlocksOnly()
93 if (fShowContainedBlocksOnly) { in IsShowingBlock()
H A DUnicodeBlockView.h43 { return fShowContainedBlocksOnly; } in IsShowingContainedBlocksOnly()
56 bool fShowContainedBlocksOnly; variable
H A DCharacterView.h30 { return fShowContainedBlocksOnly; } in IsShowingContainedBlocksOnly()
87 bool fShowContainedBlocksOnly; variable
H A DCharacterView.cpp36 fShowContainedBlocksOnly(false) in CharacterView()
83 if (fShowContainedBlocksOnly == show) in ShowContainedBlocksOnly()
86 fShowContainedBlocksOnly = show; in ShowContainedBlocksOnly()
106 if (fShowContainedBlocksOnly) { in IsShowingBlock()