Containter for information about an image file, including location,
description and privacy.
|
|
|
|
tuple
|
serialize(self)
Convert the data held in the event to a Python tuple that represents
all the data elements. |
source code
|
|
|
|
unserialize(self,
data)
Convert the data held in a tuple created by the serialize method back
into the data in an Event structure. |
source code
|
|
|
list
|
|
|
list
|
|
|
list
|
|
|
list
|
|
|
list
|
|
|
list
|
|
|
|
|
|
str
|
|
|
|
set_path(self,
path)
Set the file path to the passed path. |
source code
|
|
|
|
|
|
|
set_description(self,
text)
Set the description of the image. |
source code
|
|
|
|
get_description(self)
Return the description of the image. |
source code
|
|
|
Inherited from srcbase.SourceBase:
add_source_reference,
get_source_references,
has_source_reference,
remove_source_references,
replace_source_references,
set_source_reference_list
Inherited from notebase.NoteBase:
add_note,
get_note_list,
get_referenced_note_handles,
remove_note,
set_note_list
Inherited from datebase.DateBase:
get_date_object,
set_date_object
Inherited from attrbase.AttributeBase:
add_attribute,
get_attribute_list,
remove_attribute,
set_attribute_list
Inherited from primaryobj.PrimaryObject:
get_marker,
has_handle_reference,
remove_handle_references,
replace_handle_reference,
set_marker
Inherited from primaryobj.BasicPrimaryObject:
get_change_display,
get_change_time,
get_gramps_id,
get_handle,
has_media_reference,
remove_media_references,
replace_media_references,
set_gramps_id,
set_handle
Inherited from baseobj.BaseObject:
get_referenced_handles_recursively,
matches_regexp,
matches_string
Inherited from privacybase.PrivacyBase:
get_privacy,
set_privacy
|