Cube GUI Plugin User Guide  (CubeGUI 4.6, revision ff50a50d)
How to develop a Cube GUI Plugin, road map and examples
Cube Plugin Types

CUBE supports two types of plugins

Context sensitive Cube Plugins

Plugins that derive from CubePlugin depend on a loaded cube file. They can react on user actions, e.g. tree item selection, and may insert a context menu or add a new tab next to the tree views. Examples for this type of plugins are the System Topology Plugin or the Statistics Plugin which are part of the Cube installation.

cube_plugin.png
"cube_plugins": plugin menu

Context Free Plugins

Plugins that derive from ContextFreePlugin are only active if no cube file is loaded. These plugins create or modify Cube objects, which can be loaded and displayed.

context_free.png
"context_free_plugins": context free plugin menu

Cube Writer Library    Copyright © 1998–2021 Forschungszentrum Jülich GmbH, Jülich Supercomputing Centre
Copyright © 2009–2015 German Research School for Simulation Sciences GmbH, Laboratory for Parallel Programming