#include <qts_graphicview.h>
Public Slots | |
| void | slotEditUndo () |
| void | slotEditRedo () |
| void | slotViewScale (bool toggle) |
| void | slotViewHolidays (bool toggle) |
| void | slotViewLabels (bool toggle) |
| void | slotViewThicker (bool toggle) |
| void | slotZoomIn () |
| void | slotZoomInX () |
| void | slotZoomInY () |
| void | slotZoomOut () |
| void | slotZoomOutX () |
| void | slotZoomOutY () |
| void | slotZoomAuto () |
| void | slotZoomAutoY () |
| void | slotZoomWindow () |
| void | slotZoomPan () |
| void | slotLayersAdd () |
| void | slotLayersRemove () |
| void | slotLayersEdit () |
| void | slotDrawFreehand () |
| void | slotDrawPoint () |
| void | slotDrawLine () |
| void | slotDrawLabel () |
| void | slotModifyDelete () |
| void | slotModifyDeleteFree () |
| void | slotUpdateRecord (QTS_Record *record) |
Public Methods | |
| QTS_GraphicView (QTS_Document *document, QWidget *parent=0) | |
| virtual | ~QTS_GraphicView () |
| virtual void | drawIt () |
| virtual void | adjustZoomControls () |
| virtual void | drawEntityPlain (RS_Entity *e, bool del) |
Protected Methods | |
| virtual void | resizeEvent (QResizeEvent *e) |
| virtual void | mouseMoveEvent (QMouseEvent *e) |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual void | keyReleaseEvent (QKeyEvent *e) |