#include <plot_legend_panel.hh>
Public Slots | |
| void | OnItemChanged (QTreeWidgetItem *item, int column) |
Public Member Functions | |
| PlotLegendPanel (QWidget *parent=0) | |
| virtual | ~PlotLegendPanel () |
| void | AddData (const PlotDataInfoPtr &info) |
| void | AddFunction (const PlotFunctionInfoPtr &info) |
| void | AddGroup (const PlotGroupInfoPtr &info) |
Protected Member Functions | |
| void | generate_group_ (const PlotGroupInfoPtr &info, QTreeWidgetItem *parent) |
| QTreeWidgetItem * | create_item_ (const PlotInfoBasePtr &info) |
Definition at line 34 of file plot_legend_panel.hh.
| PlotLegendPanel | ( | QWidget * | parent = 0 |
) |
| virtual ~PlotLegendPanel | ( | ) | [virtual] |
| void AddData | ( | const PlotDataInfoPtr & | info | ) |
| void AddFunction | ( | const PlotFunctionInfoPtr & | info | ) |
| void AddGroup | ( | const PlotGroupInfoPtr & | info | ) |
| QTreeWidgetItem* create_item_ | ( | const PlotInfoBasePtr & | info | ) | [protected] |
| void generate_group_ | ( | const PlotGroupInfoPtr & | info, | |
| QTreeWidgetItem * | parent | |||
| ) | [protected] |
| void OnItemChanged | ( | QTreeWidgetItem * | item, | |
| int | column | |||
| ) | [slot] |
1.5.8