information about the document More...
#include <structs.app.h>
Public Member Functions | |
grt::StringRef | author () const |
Getter for attribute author. | |
virtual void | author (const grt::StringRef &value) |
Setter for attribute author. | |
grt::StringRef | caption () const |
Getter for attribute caption. | |
virtual void | caption (const grt::StringRef &value) |
Setter for attribute caption. | |
grt::StringRef | dateChanged () const |
Getter for attribute dateChanged. | |
virtual void | dateChanged (const grt::StringRef &value) |
Setter for attribute dateChanged. | |
grt::StringRef | dateCreated () const |
Getter for attribute dateCreated. | |
virtual void | dateCreated (const grt::StringRef &value) |
Setter for attribute dateCreated. | |
grt::StringRef | description () const |
Getter for attribute description. | |
virtual void | description (const grt::StringRef &value) |
Setter for attribute description. | |
grt::StringRef | project () const |
Getter for attribute project. | |
virtual void | project (const grt::StringRef &value) |
Setter for attribute project. | |
grt::StringRef | version () const |
Getter for attribute version. | |
virtual void | version (const grt::StringRef &value) |
Setter for attribute version. |
information about the document
grt::StringRef author | ( | ) | const |
Getter for attribute author.
Author of the document
virtual void author | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute author.
Author of the document
grt::StringRef caption | ( | ) | const |
Getter for attribute caption.
Caption of the document
virtual void caption | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute caption.
Caption of the document
grt::StringRef dateChanged | ( | ) | const |
Getter for attribute dateChanged.
Date of last modification of the document
virtual void dateChanged | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute dateChanged.
Date of last modification of the document
grt::StringRef dateCreated | ( | ) | const |
Getter for attribute dateCreated.
Date of creation of the document
virtual void dateCreated | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute dateCreated.
Date of creation of the document
virtual void description | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute description.
Description/comments for the document
grt::StringRef description | ( | ) | const |
Getter for attribute description.
Description/comments for the document
virtual void project | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute project.
Name of the project
grt::StringRef project | ( | ) | const |
Getter for attribute project.
Name of the project
grt::StringRef version | ( | ) | const |
Getter for attribute version.
Version of the document
virtual void version | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute version.
Version of the document