GUPnPAV.DIDLLiteCreateClass¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The content of this create Class. |
||
r/w |
The friendly name of this create Class. |
||
r/w |
Wether this create Class can be derived. |
||
r/w/co |
The pointer to desc node in XML document. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class GUPnPAV.DIDLLiteCreateClass(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_content()¶
-
Get the content of the self.
- get_friendly_name()¶
-
Get the friendly name of the self.
- get_include_derived()¶
-
Checks whether self can be derived.
- get_xml_node()¶
- Returns:
The pointer to relevant node in XML document.
- Return type:
Get the pointer to relevant node in XML document.
Property Details¶
- GUPnPAV.DIDLLiteCreateClass.props.content¶
-
The content of this create Class.
- GUPnPAV.DIDLLiteCreateClass.props.friendly_name¶
-
The friendly name of this create Class.
- GUPnPAV.DIDLLiteCreateClass.props.include_derived¶
-
Whether this create Class can be derived.