Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Modules | Classes | Enumerations
Visual

Visualization classes. More...

Modules

 Spectrum visualization widgets
 Spectrum visualization widgets.
 
 TOPPView
 GUI elements for TOPPView.
 
 TOPPAS
 GUI elements for TOPPAS.
 
 Dialogs
 Dialogs for user interaction.
 

Classes

class  AxisPainter
 Draws a coordinate axis. It has only static methods, that's why the constructor is private. More...
 
class  AxisTickCalculator
 Calculates ticks for a given value range. More...
 
class  AxisWidget
 Widget that represents an axis of a graph. More...
 
class  ColorSelector
 A widget for selecting a color. More...
 
class  EnhancedTabBar
 Convenience tab bar implementation. More...
 
class  EnhancedTabBarWidgetInterface
 Widgets that are placed into an EnhancedTabBar must implement this interface. More...
 
class  HistogramWidget
 Widget which can visualize a histogram. More...
 
class  MetaDataBrowser
 A meta data visualization widget. More...
 
class  MultiGradient
 A gradient of multiple colors and arbitrary distances between colors. More...
 
class  MultiGradientSelector
 A widget witch allows constructing gradients of multiple colors. More...
 
class  ParamEditor
 A GUI for editing or viewing a Param object. More...
 
class  TOPPASLogWindow
 QTextEdit implementation with a "clear" button in the context menu. More...
 
class  TOPPASTabBar
 Convenience tab bar implementation. More...
 
class  TOPPASTreeView
 Tree view implementation for the list of TOPP tools. More...
 

Enumerations

enum  Alignment { TOP, BOTTOM, LEFT, RIGHT }
 Where the axis is placed. More...
 
enum  InterpolationMode { IM_LINEAR, IM_STAIRS }
 Interpolation mode. More...
 
enum  { NODE, NORMAL_ITEM, ADVANCED_ITEM }
 Role of the entry. More...
 

Detailed Description

Visualization classes.

Enumeration Type Documentation

anonymous enum

Role of the entry.

Enumerator
NODE 

Section.

NORMAL_ITEM 

Item that is always shown.

ADVANCED_ITEM 

Item that is shown only in advanced mode.

enum Alignment

Where the axis is placed.

Enumerator
TOP 
BOTTOM 
LEFT 
RIGHT 
enum InterpolationMode

Interpolation mode.

Enumerator
IM_LINEAR 

IM_LINEAR returns the linear interpolation (default).

IM_STAIRS 

IM_STAIRS returns the color of the next lower position.


OpenMS / TOPP release 2.0.0 Documentation generated on Fri May 29 2015 17:20:34 using doxygen 1.8.9.1