TextViewCompleter Class Reference
show a list with completition sugestions
More...
List of all members.
Detailed Description
show a list with completition sugestions
- Author:
- Paradoxon powered by Jesus Christ
- Version:
- 0.01
- Date:
- 2008/01/16 : mail@projectconceptor.de
Constructor & Destructor Documentation
| TextViewCompleter::TextViewCompleter |
( |
bool |
_match_case = true |
) |
|
| TextViewCompleter::~TextViewCompleter |
( |
void |
|
) |
|
Member Function Documentation
| void TextViewCompleter::AddCompletion |
( |
const BString & |
_string |
) |
|
| void TextViewCompleter::AddCompletionList |
( |
const BList * |
stringList |
) |
|
| void TextViewCompleter::AddDelimiter |
( |
const BString & |
_delimiter |
) |
|
| void TextViewCompleter::AddDelimiterList |
( |
const BList * |
stringList |
) |
|
| void TextViewCompleter::ClearCompletitionList |
( |
|
) |
|
| void TextViewCompleter::ClearDelimiterList |
( |
|
) |
|
| BList * TextViewCompleter::CompletionList |
( |
void |
|
) |
|
| BList * TextViewCompleter::DelimiterList |
( |
void |
|
) |
|
| filter_result TextViewCompleter::Filter |
( |
BMessage * |
message, |
|
|
BHandler ** |
target | |
|
) |
| | [virtual] |
| void TextViewCompleter::Init |
( |
void |
|
) |
[protected] |
| bool TextViewCompleter::MatchesCase |
( |
|
) |
[inline] |
| void TextViewCompleter::NewChoice |
( |
void |
|
) |
[protected] |
| void TextViewCompleter::SetCompletionList |
( |
const BList * |
stringList |
) |
|
| void TextViewCompleter::SetDelimiterList |
( |
const BList * |
stringList |
) |
|
| void TextViewCompleter::SetMatchCase |
( |
bool |
_match |
) |
[inline] |
| void TextViewCompleter::ShowChoice |
( |
void |
|
) |
[protected] |
The documentation for this class was generated from the following files: