Trees | Indices | Help |
|
---|
|
A proxy to a Gramps database. This proxy will act like a Gramps database, but all data marked private will be hidden from the user.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Method Details |
Return 1 if the database has been opened.
|
Return the default grouping name for a surname
|
Return if a key exists in the name_group table
|
Return the defined names that have been assigned to a default grouping
|
Return the number of people currently in the databse.
|
Return the number of families currently in the databse.
|
Return the number of events currently in the databse.
|
Return the number of places currently in the databse.
|
Return the number of sources currently in the databse.
|
Return the number of media objects currently in the databse.
|
Return the number of source repositories currently in the databse.
|
Return the number of notes currently in the databse.
|
returns the save path of the file, or "" if one does not exist
|
returns a list of all Event types assocated with Person instances in the database
|
returns a list of all Attribute types assocated with Person instances in the database
|
returns a list of all Attribute types assocated with Family instances in the database
|
returns a list of all Event types assocated with Family instances in the database
|
return a list of all marker types available in the database
|
returns a list of all Attribute types assocated with Media and MediaRef instances in the database
|
returns a list of all relationship types assocated with Family instances in the database
|
returns a list of all child reference types assocated with Family instances in the database
|
returns a list of all custom event role names assocated with Event instances in the database
|
returns a list of all custom names types assocated with Person instances in the database
|
returns a list of all custom repository types assocated with Repository instances in the database
|
returns a list of all custom note types assocated with Note instances in the database
|
returns a list of all custom source media types assocated with Source instances in the database
|
returns a list of all custom names types assocated with Url instances in the database
|
|
|
|
|
|
|
|
|
returns True if the handle exists in the current Person database.
|
returns True if the handle exists in the current Event database.
|
returns True if the handle exists in the current Source database.
|
returns True if the handle exists in the current Place database.
|
returns True if the handle exists in the current Family database.
|
returns True if the handle exists in the current MediaObjectdatabase.
|
returns True if the handle exists in the current Repository database.
|
returns True if the handle exists in the current Note database.
|
returns the default media path of the database
|
|
Stores the Person display common information in the database's metadata.
|
Stores the Person display common information in the database's metadata.
|
Stores the Person display common information in the database's metadata.
|
Stores the Place display common information in the database's metadata.
|
Stores the Source display common information in the database's metadata.
|
Stores the Media display common information in the database's metadata.
|
Stores the Event display common information in the database's metadata.
|
Stores the Repository display common information in the database's metadata.
|
Stores the Note display common information in the database's metadata.
|
Return the Person display common information stored in the database's metadata.
|
Return the Person display common information stored in the database's metadata.
|
Return the Person display common information stored in the database's metadata.
|
Return the Place display common information stored in the database's metadata.
|
Return the Source display common information stored in the database's metadata.
|
Return the MediaObject display common information stored in the database's metadata.
|
Return the Event display common information stored in the database's metadata.
|
Return the Repository display common information stored in the database's metadata.
|
Return the Note display common information stored in the database's metadata.
|
Called each time an object is removed from the database. This can be used by subclasses to update any additional index tables that might need to be changed. |
Called each time an object is writen to the database. This can be used by subclasses to update any additional index tables that might need to be changed.
|
Reindex all primary records in the database.
|
Find all objects that hold a reference to the object handle. Returns an interator over alist of (class_name, handle) tuples.
|
|
|
returns the list of Person handles in the bookmarks
|
returns the list of Person handles in the bookmarks
|
returns the list of Person handles in the bookmarks
|
returns the list of Person handles in the bookmarks
|
returns the list of Person handles in the bookmarks
|
returns the list of Person handles in the bookmarks
|
returns the list of Person handles in the bookmarks
|
returns the list of Note handles in the bookmarks
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 9 21:52:57 2008 | http://epydoc.sourceforge.net |