IBus.UnicodeBlock¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The Unicode end code point |
||
r/w/c |
The Unicode name |
||
r/w/co |
The Unicode start code point |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class IBus.UnicodeBlock(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod load(path)¶
- Parameters:
path (
str
) – A path of the saved dictionary file.- Returns:
An
IBus.UnicodeBlock
list loaded from the saved cache file.- Return type:
- classmethod save(path, list)¶
- Parameters:
path (
str
) – A path of the saved Unicode block.list ([
IBus.UnicodeBlock
]) – A list of unicode block.
Save the list of
IBus.UnicodeBlock
to the cache file.
- get_end()¶
- Returns:
end property in
IBus.UnicodeBlock
- Return type:
Gets the end code point in
IBus.UnicodeBlock
.
- get_name()¶
- Returns:
name property in
IBus.UnicodeBlock
- Return type:
Gets the name in
IBus.UnicodeBlock
. It should not be freed.
- get_start()¶
- Returns:
start property in
IBus.UnicodeBlock
- Return type:
Gets the start code point in
IBus.UnicodeBlock
.
Property Details¶
- IBus.UnicodeBlock.props.end¶
- Name:
end
- Type:
- Default Value:
0
- Flags:
The Uniode end code point
- IBus.UnicodeBlock.props.name¶
-
The Uniode block name
- IBus.UnicodeBlock.props.start¶
- Name:
start
- Type:
- Default Value:
0
- Flags:
The Uniode start code point