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