Ags.FileIdRef¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The entire file assigned to |
||
r/w |
The node to find the element |
||
r/w |
The reference resulted by the xpath locator |
||
r/w |
The xpath to find the element |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Signal |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
file |
r |
||
gobject |
r |
||
node |
r |
||
obj_mutex |
r |
||
ref |
r |
||
xpath |
r |
Class Details¶
- class Ags.FileIdRef(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
Ags.FileIdRef
- Return type:
Creates an
Ags.FileIdRef
New in version 3.0.0.
- resolved()¶
Notify about resolved reference.
New in version 3.0.0.
- do_resolved() virtual¶
Notify about resolved reference.
New in version 3.0.0.
Signal Details¶
- Ags.FileIdRef.signals.resolved(file_id_ref)¶
- Signal Name:
resolved
- Flags:
- Parameters:
file_id_ref (
Ags.FileIdRef
) – The object which received the signal
Signal
::resolved
to notify about resolved:reference
.New in version 3.0.0.
Property Details¶
- Ags.FileIdRef.props.file¶
- Name:
file
- Type:
- Default Value:
- Flags:
The
Ags.File
thisAgs.FileIdRef
belongs to.New in version 3.0.0.
- Ags.FileIdRef.props.node¶
-
The assigned
libxml2.Node
being referred by thisAgs.FileIdRef
.New in version 3.0.0.
- Ags.FileIdRef.props.reference¶
-
The object referred by this
Ags.FileIdRef
.New in version 3.0.0.