Modified QWebView (via WebView) with d3 generated SVG image saving handler. Use this as a basis for any custom d3-based rendering views.
Convenience wrapper for WebView for HTML viewing.
Redirects Javascript errors to the console (STDOUT) for debugging.
Convenience wrapper for WebView for HTML viewing of non-dynamic content. This is used for tool help files which do not need to refresh on data update.
Modified QTableView with additional metadata for internal use.
Manager class for the tool views.
Inherits from QTabWidget to focusing tabs on add and unfocus-on-refresh. The QTabWidget method is overridden to wrap addView. All other QTabWidget methods and attributes are available.
Overridden to redirect addTab calls to addView method. Do not use.
Add a view to this view manager.
Adds the specified widget to the ViewManager under a named tab.
Parameters: |
|
---|---|
Return type: | int tab/view index |
Autoselect one of the current views.
Iterates through all current views and selects the first that is not flagged _unfocus_on_refresh. This is used primarily to unfocus the help tabs following successful data calculation.
Modified QWebView with internal navigation handling, loadfinished-resize triggers for SVG, HTML, etc.