TextViewCompleter
fAutoCompleter(new TextViewCompleter(this,
TextViewCompleter* fAutoCompleter;
TextViewCompleter* fURLAutoCompleter;
fURLAutoCompleter(new TextViewCompleter(this,
TextViewCompleter::Filter(BMessage* message, BHandler** target)
TextViewCompleter::TextViewWrapper::TextViewWrapper(BTextView* textView)
TextViewCompleter::TextViewWrapper::GetEditViewState(BString& text,
TextViewCompleter::TextViewWrapper::SetEditViewState(const BString& text,
TextViewCompleter::TextViewWrapper::GetAdjustmentFrame()
TextViewCompleter::TextViewCompleter(BTextView* textView, ChoiceModel* model,
TextViewCompleter::~TextViewCompleter()
TextViewCompleter::SetModificationsReported(bool reported)
TextViewCompleter::TextModified(bool updateChoices)
class TextViewCompleter : protected BAutoCompleter, public BMessageFilter {
TextViewCompleter(BTextView* textView,
virtual ~TextViewCompleter();