Zuble QML Types   |  Zuble C++ Classes   |  Table of Contents

Zuble Workspace

The workspace module provides Zuble workpads, which are the main content pages that make up a Zuble application. This module contains the base types for creating workpads and also workpads used by Zuble itself.

AppSettings

A workpad that allows editing a subset of the settings in a Zuble settings file

ContentPane

Container of workpads, it displays the active workpad and controls workpad loading and unloading

DynaPane

Window that ContentPane uses to load Zuble workpads

LogProfilePage

A workpad that controls the Zuble application's log profile

LogView

A workpad that displays the log manager's histogram buffer

ScriptConsole

A workpad that implements a QML/Javascript console window. (unimplemented!)

StatusView

A workpad for viewing Zuble status messages

ZStyledWorkpad

Gives workpad pages the ability to be styled. Extend this object to create styled Zuble workpads

ZWorkpad

Base type for all Zuble workpads. Extend this object to creat a Zuble workpad