Lines Matching defs:CharacterView

7 #include "CharacterView.h"
24 #define B_TRANSLATION_CONTEXT "CharacterView"
29 CharacterView::CharacterView(const char* name)
46 CharacterView::~CharacterView()
53 CharacterView::SetTarget(BMessenger target, uint32 command)
61 CharacterView::SetCharacterFont(const BFont& font)
70 CharacterView::ShowPrivateBlocks(bool show)
81 CharacterView::ShowContainedBlocksOnly(bool show)
92 CharacterView::IsShowingBlock(int32 blockIndex) const
123 CharacterView::ScrollToBlock(int32 blockIndex)
141 CharacterView::ScrollToCharacter(uint32 c)
152 CharacterView::IsCharacterVisible(uint32 c) const
159 CharacterView::IsBlockVisible(int32 block) const
172 CharacterView::UnicodeToUTF8(uint32 c, char* text, size_t textSize)
203 CharacterView::UnicodeToUTF8Hex(uint32 c, char* text, size_t textSize)
206 CharacterView::UnicodeToUTF8(c, character, sizeof(character));
217 CharacterView::MessageReceived(BMessage* message)
249 CharacterView::AttachedToWindow()
259 CharacterView::DetachedFromWindow()
265 CharacterView::MinSize()
273 CharacterView::FrameResized(float width, float height)
352 CharacterView::MouseDown(BPoint where)
411 CharacterView::MouseUp(BPoint where)
418 CharacterView::MouseMoved(BPoint where, uint32 transit,
486 CharacterView::UnicodeToUTF8Hex(character, text, sizeof(text));
500 CharacterView::Draw(BRect updateRect)
571 CharacterView::DoLayout()
579 CharacterView::_BlockAt(BPoint point) const
607 CharacterView::_GetCharacterAt(BPoint point, uint32& character,
653 CharacterView::_UpdateFontSize()
684 CharacterView::_UpdateSize()
736 CharacterView::_GetTopmostCharacter(uint32& character, int32& offset) const
761 CharacterView::_FrameFor(uint32 character) const
780 CharacterView::_CopyToClipboard(const char* text)