BookmarksGui
Description
- Derived from
Full source code is included in the Tinman 3D SDK download. |
A GUI component that allows to manage the JSON settings of a Widget.
The following default Layout settings are defined for BookmarksGui objects:
The GUI uses IWidget.Screenshot on its TargetWidget to save bookmarks, which means that the target IWidget must handle screenshot requests properly. Otherwise, no bookmarks can be saved.
Public / Constants
LabelBookmark
Label for the caption of a bookmark entry.
Label arguments (see Format):
#0
: one-based bookmark index
Public / Methods
Delete
Deletes a settings file.
- IOException
-
If an I/O error has occurred while deleting the settings file.
Load
Loads a settings file.
- IOException
-
If an I/O error has occurred while reading the settings file.
- ValidatingException
-
If the contents of the settings file is malformed.