|
BALL
1.4.1
|
#include <BALL/VIEW/WIDGETS/regularData1DWidget.h>
Public Slots | |
| virtual void | zoomToFit () |
| virtual void | zoomIn () |
| virtual void | zoomOut () |
Public Member Functions | |
| DockableRegularData1DWidget (const RegularData1D *data, QWidget *parent=0) | |
| ~DockableRegularData1DWidget () | |
| void | plot () |
Protected Slots | |
| virtual void | resizeEvent (QResizeEvent *e) |
| virtual void | contextMenuEvent (QContextMenuEvent *e) |
Protected Member Functions | |
| DockableRegularData1DWidget (const DockableRegularData1DWidget &dockcanwid) | |
| QSize | sizeHint () const |
Protected Attributes | |
| RegularData1DWidget | canWidget_ |
Definition at line 74 of file regularData1DWidget.h.
| BALL::VIEW::DockableRegularData1DWidget::DockableRegularData1DWidget | ( | const RegularData1D * | data, |
| QWidget * | parent = 0 |
||
| ) |
| BALL::VIEW::DockableRegularData1DWidget::DockableRegularData1DWidget | ( | const DockableRegularData1DWidget & | dockcanwid | ) | [protected] |
| virtual void BALL::VIEW::DockableRegularData1DWidget::contextMenuEvent | ( | QContextMenuEvent * | e | ) | [protected, virtual, slot] |
| virtual void BALL::VIEW::DockableRegularData1DWidget::resizeEvent | ( | QResizeEvent * | e | ) | [protected, virtual, slot] |
| QSize BALL::VIEW::DockableRegularData1DWidget::sizeHint | ( | ) | const [protected] |
| virtual void BALL::VIEW::DockableRegularData1DWidget::zoomIn | ( | ) | [virtual, slot] |
| virtual void BALL::VIEW::DockableRegularData1DWidget::zoomOut | ( | ) | [virtual, slot] |
| virtual void BALL::VIEW::DockableRegularData1DWidget::zoomToFit | ( | ) | [virtual, slot] |
Definition at line 109 of file regularData1DWidget.h.
1.7.6.1