Create View APIs
The create view APIs create view information, which is then available to
source-level debugger applications through the source debugger APIs.
The create view APIs are:
- Add View Description (QteAddViewDescription) describes a view to be created.
- Add View File (QteAddViewFile) describes the files that can be used to construct the text for a view.
- Add View Map (QteAddViewMap) describes how to map positions in one view to positions in another view.
- Add View Text (QteAddViewText) describes the pieces of text making up the view text.
- End View Creation (QteEndViewCreation) completes view creation processing.
- Start View Creation (QteStartViewCreation) initializes the view creation environment.