Palette Class Reference

A palette for the plot window, where plottable items can be dragged from. More...

#include <Palette.hh>

Inherits QWidget.

Signals

void IntrospectionUpdateSignal (const std::set< std::string > &_items)
 Signal to trigger IntrospectionUpdateSlot. More...
 

Public Member Functions

 Palette (QWidget *_parent)
 Constructor. More...
 
 ~Palette ()
 Destructor. More...
 

Detailed Description

A palette for the plot window, where plottable items can be dragged from.

Constructor & Destructor Documentation

Palette ( QWidget *  _parent)
explicit

Constructor.

Parameters
[in]_parentPointer to parent widget.
~Palette ( )

Destructor.

Member Function Documentation

void IntrospectionUpdateSignal ( const std::set< std::string > &  _items)
signal

Signal to trigger IntrospectionUpdateSlot.

Parameters
[in]_itemsThe list of items.

The documentation for this class was generated from the following file: