EDataServer.SourceAutocomplete¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c/en |
Include this source when autocompleting |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataServer.SourceAutocomplete(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Contains only private data that should be read and manipulated using the functions below.
New in version 3.6.
- get_include_me()¶
- Returns:
whether to use the autocomplete feature
- Return type:
Returns whether the address book described by the
EDataServer.Source
to which self belongs should be queried when the user inputs a partial contact name or email address.New in version 3.6.
- set_include_me(include_me)¶
- Parameters:
include_me (
bool
) – whether to use the autocomplete feature
Sets whether the address book described by the
EDataServer.Source
to which self belongs should be queried when the user inputs a partial contact name or email address.New in version 3.6.