information about a model reporting template More...
#include <structs.workbench.model.reporting.h>
Public Member Functions | |
grt::IntegerRef | canUseHTMLMarkup () const |
Getter for attribute canUseHTMLMarkup. | |
virtual void | canUseHTMLMarkup (const grt::IntegerRef &value) |
Setter for attribute canUseHTMLMarkup. | |
grt::StringRef | description () const |
Getter for attribute description. | |
virtual void | description (const grt::StringRef &value) |
Setter for attribute description. | |
grt::StringRef | previewImageFileName () const |
Getter for attribute name. | |
virtual void | previewImageFileName (const grt::StringRef &value) |
Setter for attribute previewImageFileName. | |
grt::StringRef | styleTagValue () const |
Getter for attribute styleTagValue. | |
virtual void | styleTagValue (const grt::StringRef &value) |
Setter for attribute styleTagValue. |
information about a model reporting template
grt::IntegerRef canUseHTMLMarkup | ( | ) | const |
Getter for attribute canUseHTMLMarkup.
A flag that indicates if Workbench can use HTML markup for SQL syntax highlighting.
virtual void canUseHTMLMarkup | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute canUseHTMLMarkup.
A flag that indicates if Workbench can use HTML markup for SQL syntax highlighting.
grt::StringRef description | ( | ) | const |
Getter for attribute description.
the note text
virtual void description | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute description.
the note text
grt::StringRef previewImageFileName | ( | ) | const |
Getter for attribute name.
the name of the style
virtual void previewImageFileName | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute previewImageFileName.
the file name of the preview image, has to match preview_*.png
virtual void styleTagValue | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute styleTagValue.
the value the style tag should be set to, e.g. the name of the css file
grt::StringRef styleTagValue | ( | ) | const |
Getter for attribute styleTagValue.
the value the style tag should be set to, e.g. the name of the css file