#include <metadata.hh>
Inheritance diagram for Metadata:
A MetaObject which holds metadata for the rest of the object, such as author, creation and modification time, copyright, etc.
Definition at line 39 of file metadata.hh.
|
Constructor.
Definition at line 21 of file metadata.cc. |
|
Get the value of author property ( Name of the author. ). Definition at line 94 of file metadata.cc. |
|
Get the datatype of author property.
Definition at line 100 of file metadata.cc. |
|
Get the value of author_url property ( URL to more information about the author. ). Definition at line 110 of file metadata.cc. |
|
Get the datatype of author_url property.
Definition at line 116 of file metadata.cc. |
|
Get the value of comment property ( Any comment. ). Definition at line 206 of file metadata.cc. |
|
Get the datatype of comment property.
Definition at line 212 of file metadata.cc. |
|
Get the value of copyright property ( Copyright information. ). Definition at line 158 of file metadata.cc. |
|
Get the datatype of copyright property.
Definition at line 164 of file metadata.cc. |
|
Get the value of creation_time property ( Time of creation (seconds since 00:00:00 UTC, 1970-01-01). ). Definition at line 126 of file metadata.cc. |
|
Get the datatype of creation_time property.
Definition at line 132 of file metadata.cc. |
|
Get the value of description property ( A description or abstract, longer than title. ). Definition at line 78 of file metadata.cc. |
|
Get the datatype of description property.
Definition at line 84 of file metadata.cc. |
|
Get the value of language property ( Language of text, if applicable, in the format described by RFC 1766 (http://www.rfc-editor.org/rfc/rfc1766.txt), which is essentially ISO standard 639 with some extensions. Language may also be given as a parameter to a text type identifier in a property typestring.). Definition at line 190 of file metadata.cc. |
|
Get the datatype of language property.
Definition at line 196 of file metadata.cc. |
|
Get the value of modification_time property ( Time of last modification (seconds since 00:00:00 UTC, 1970-01-01). ). Definition at line 142 of file metadata.cc. |
|
Get the datatype of modification_time property.
Definition at line 148 of file metadata.cc. |
|
Get the value of title property ( A title, shorter than the description. ). Definition at line 62 of file metadata.cc. |
|
Get the datatype of title property.
Definition at line 68 of file metadata.cc. |
|
Get the value of version property ( Version number or identifer. ). Definition at line 174 of file metadata.cc. |
|
Get the datatype of version property.
Definition at line 180 of file metadata.cc. |
|
Return type string ("misc:metadata").
Definition at line 40 of file metadata.cc. |
|
Initialize subproperties and set the default property access control policy.
Definition at line 32 of file metadata.cc. |
|
Initialize subproperties, and set &NoPropertyAccessControl::static_ to be the default property access control policy.
Definition at line 51 of file metadata.hh. Referenced by LocalMetadata::new_LocalMetadata(). |
|
Register Extenders.
Definition at line 45 of file metadata.cc. |
|
Set author property.
Definition at line 106 of file metadata.cc. |
|
Set author_url property.
Definition at line 122 of file metadata.cc. |
|
Set comment property.
Definition at line 218 of file metadata.cc. |
|
Set copyright property.
Definition at line 170 of file metadata.cc. |
|
Set creation_time property.
Definition at line 138 of file metadata.cc. |
|
Set description property.
Definition at line 90 of file metadata.cc. |
|
Set language property.
Definition at line 202 of file metadata.cc. |
|
Set modification_time property.
Definition at line 154 of file metadata.cc. |
|
Set title property.
Definition at line 74 of file metadata.cc. |
|
Set version property.
Definition at line 186 of file metadata.cc. |